As mastory says, it's possible to continue a print if the nozzle clogs and you don't notice until hours later. The most important thing is to not let the heated bed cool because once that happens it can pop off the bed.
I've continued a few prints. To get the Z height exact though I did something different - I used pronterface and a USB cable and sent the printer G commands, e.g. "G1 Z29.7" says to move Z to 29.7mm and then I would eye it carefully and maybe move the X and Y closer to the part if I'm getting close.
I also did the G92 thing but other's don't bother and it works fine because if you ask marlin to move Z by more than, I don't know, a meter or so it just ignores that particular move and continues on. It basically does a G92 by default.
Recommended Posts
mastory 42
You can edit your Gcode to restart on your partially completed print. I've done it a few times. Basically, you measure the height you want to restart at, and delete all the preceding code (based on layer number and thickness) between the Start Code and that point. At the end of the Start Code, you need to reset your absolute extruder position to where the previous print attempt failed. This will make the subsequent extrude moves make sense. This would be a G92 Ennn where nnn is last E position from the deleted code.
You might be able to use the "Cut off object bottom" feature to reslice your model from the failure point up, then edit your start code to offset the new starting Z position (and reset to G92 Z0 before the printing moves). Depending on your slice settings, this might make the new bottom something other than you want in the middle of your print.
Since it is difficult to measure accurately how much model has already printed, when I had to do it, I did a few 'dry runs' with the Z height set somewhat above the printed model without extruding. You can tweak the Z start point downward in the text editor until your sure its right. When you've got it all set, be ready to fine tune your Z screw on the first layer.
It is pretty much unavoidable that there will be a line where the two prints meet.
Hope that helps.
Link to post
Share on other sites