+1
This has to be a bug in the way Simplify works . Whether I have two processes running sequentially or two gcodes that have a natural stop height that coincides with the start height of the second gcode, the result is the same... the head knocks the print off the raft.
In the picture above, each of these parts being built is the same, a cylinder that is 50.8mm tall. The cylinder on the left starts at 0 (on top of a raft which is 25.4mm tall for clarity) and ends at 30mm. The cylinder on the right starts at 30mm, and ends at 50.8mm. The problem is that the raft height in the second process is ignored, and the part starts at 30mm from the build table. Except for the first process starting at z=0 and stopping at z=30mm, and the second process starting at z=30mm and going to the z=end, the processes are exactly the same (both include a raft). This is just an illustration of the problem.
Where the problem comes in is if you have a single part to be made that needs a substantial raft and requires two separate gcode sets. For example the first gcode set prints the raft and the model to a certain height so an insert can be added, and then the second gcode set has the ending z value from the first gcode set as its starting height. For some reason Simplify ignores the raft and starts the z height as measured from the build platform, not the raft, which guarantees that the head will crash into the part.
I know this procedure works fine when neither gcode set has a raft included. So why the height offset issue with the raft?
Darrel