Notifications
Clear all
Raise print head after print
I'm looking for a way in the end gcode to the printer to raise 10mm relative to where the print ends once it finishes. I've tried adding both
G1 Z+10
and
G1 Z10
but the print tries to go to 10mm z-height regardless of where the print ends. Is there a way that if the print ends at 57mm z-height for example, it will automatically raise to 67mm z-height?
Posted : 28/04/2018 7:58 pm
Re: Raise print head after print
G91
G1 Z10
G90
Posted : 28/04/2018 8:01 pm
Topic starter
answered:
Re: Raise print head after print
@tobias.h3 that worked perfectly, thanks!
Posted : 28/04/2018 10:17 pm