End code scripting
Posted: Tue Aug 04, 2015 10:26 pm
I've noticed that currently when the print is fished the extruder head just stays on top of the object.
I don]t think it's doing any harm but I'd like it to move out of the way as a last step.
under the ending script I added the following lines
G91 (switches to relative coordinates)
G1 F150 (Linear move and slow movement rate down to 2.5mm/sec for Z axis)
G1 Z5 (move Z up by 5mm)
G90 (go back to absolute positioning)
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motors
I'm still getting a small bit of extrusion happening after wards which is leaving a small blob and a bit of PLA stringing. Is there any changes I can make to prevent this? other than turning off the extruder. first?
Thanks,
I don]t think it's doing any harm but I'd like it to move out of the way as a last step.
under the ending script I added the following lines
G91 (switches to relative coordinates)
G1 F150 (Linear move and slow movement rate down to 2.5mm/sec for Z axis)
G1 Z5 (move Z up by 5mm)
G90 (go back to absolute positioning)
M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motors
I'm still getting a small bit of extrusion happening after wards which is leaving a small blob and a bit of PLA stringing. Is there any changes I can make to prevent this? other than turning off the extruder. first?
Thanks,