S3D Ending Script - Lower and Retract Bed

Ask the MakerGear community for assistance...
Post Reply
CCRN
Posts: 181
Joined: Wed Jun 01, 2016 6:15 pm

S3D Ending Script - Lower and Retract Bed

Post by CCRN » 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

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

CCRN
Posts: 181
Joined: Wed Jun 01, 2016 6:15 pm

Re: S3D Ending Script - Lower and Retract Bed

Post by CCRN » Wed Nov 02, 2016 11:31 pm

Looks like I just need to add this line:

Code: Select all

G1 Y200 Z200 ;Bring Bed Out

Post Reply