S3D Ending Script - Lower and Retract Bed
Posted: Wed Nov 02, 2016 4:19 am
I would like to add Gcode to my S3D ending script so the bed moves forward and down. I don't want to screw this up. Here is my current ending script. I think I pulled this from Jules S3D profiles. What code should I add and where?
Thanks,
Jerold
Thanks,
Jerold
Code: Select all
M104 S0 ; turn off extruder
M106 S0 ; stop bed fan
M140 S0 ; turn off bed
G91 ; relative mode
G92 E0
G1 E-10 F3000
G1 Z10 ; lift 10mm
G90 ; absolute mode
G28 X0 ; home X axis
M84 ; disable motors