Another successful recovery after a filament jam!
After measuring the height of the print, I deleted all the G code in the file before that height in Z. I added code to home the X and Y in the G code with a G28 X Y. Then I moved the X and Y to a location of the print that Z could be homed. In this case it was G1 X0 Y250, and then G28 Z to home Z. I moved the carriage up to above the print with G1 X0 Y250 Z20 then left the rest of the code to run. Started it up, and it’s humming away again!
same problem, figured out the same solution. One addition; set the extruder postion to postion in first line of modified Gcode with G92 Exx.xxx . Else the extruder will start wizzing like crazy!
@Gj_Scheers good point. I didn’t have that issue, but it’s good to keep that in mind to make sure the machine knows where it’s at.
