Thanks, it works. But unfortunately, it still leaves mark, the last movement is from the far oposite of model (to the corner where hotend parks), it moves through the model (leaving mark), then stops at the model corner on the other side, does your script (hotend moves up) then moving to the parking corner. Bad luck for me ?
Recommended Posts
burtoogle 510
You could add something like the following to the end code for your printer (defined in the machine settings dialog):
M83 ; relative extruder moves
G1 E-4 F2500 ; retract 4mm
G91 ; relative moves
G1 Z5 F5000 ; raise nozzle 5mm
G90 ; absolute moves
Link to post
Share on other sites