From 135d5492bd5095084e691b4d4cbcffe560768533 Mon Sep 17 00:00:00 2001 From: daid Date: Tue, 20 Mar 2012 10:31:19 +0100 Subject: [PATCH] End code adjustment, suggested by rpulkrabek --- SkeinPyPy/skeinforge_application/alterations/end.gcode | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SkeinPyPy/skeinforge_application/alterations/end.gcode b/SkeinPyPy/skeinforge_application/alterations/end.gcode index 7d83d9b9..7131e561 100644 --- a/SkeinPyPy/skeinforge_application/alterations/end.gcode +++ b/SkeinPyPy/skeinforge_application/alterations/end.gcode @@ -1,7 +1,8 @@ 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 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way M84 ;steppers off G90 ;absolute positioning +M107 ;fan off + -- 2.30.2