Page 1 of 1

starting and ending scripts

Posted: Mon Oct 23, 2017 10:34 pm
by psd
Hello Forum,
can someone please give me their best starting and ending scripts for the M2 in S3D?

I seem to have screwed mine up by trying a few variations.

thanks!

Re: starting and ending scripts

Posted: Thu Nov 23, 2017 3:50 am
by Low-Fer
Mine actually have a mod or two, but work fine.

start---

M108 S255 ; turn on M2 fans
G28 ; home all axes
G1 Y50 Z0.3 F9600 ; move forward to avoid binder clips
G1 X205 Z10 ; move off platform
G1 Z0.4 ; position nozzle
G92 E0 ; zero extruder
G1 E25 F225 ; purge nozzle
G92 E0 ; zero extruder
G1 X190 Z0.1 E1.0 F1200 ; slow wipe
G1 X180 Z0.25 ; lift

end --

M104 S0 ; turn off extruder
M140 S0 ; turn off bed
G91 ; relative mode
G1 Z10 ; lift 10mm
G90 ; absolute mode
G1 X100 ; center X axis
G1 Z208 ; drop z axis to just above switch
M84 ; disable motors
M107 ; disable layer fan


Lowell