MrDraw/SkeinPyPy/skeinforge_application/alterations/end.gcode
daid 77d04ceab8 Removed patches for different skeinforge versions. Only SF48 now.
Updated build script to create win32/linux/macos versions.
Fixed the defaults to they work with PLA.
Fixed the temperature plugin default "ON" problem.
Removed all profiles except for PLA.
2012-02-10 17:20:03 +01:00

10 lines
364 B
Text

(start of end.gcode)
M104 S0 (extruder heat off)
M106 (fan on)
G91 (relative positioning)
G1 Z+10 E-5 F400 (move Z up a bit and retract filament by 5mm)
G1 X-20 Y-20 F1500 (move X and Y over a bit)
M84 (steppers off)
G90 (absolute positioning)
(end of end.gcode)