Topic: Relative Z for end of job?
Does any one know what gcode i can put in the end code to lower the bed relative to where the job ends in z height? Say I have a job that ends with Z at 42mm; I want the extruder to home in x and y (which I have and works) but I also want the bed to drop an additional 10mm. Right now I have it set to drop to 30mm, but I don't want to accidentally run into my just finished part if it's taking up alot of room on the bed.
This is what I have for end code now:
G92 E0
M107
M104 S0 ; turn off temperature
G28 Y0 X0 ; home X-Y axis
G1 Z30
M84
the G1 Z30 is an absolute 30mm I'm assuming.
