From e20799ffef04f9fdce98ad1dabb8e481debd1ea2 Mon Sep 17 00:00:00 2001 From: daid Date: Mon, 12 Mar 2012 12:18:17 +0100 Subject: [PATCH] Removed useless G21 in start code --- SkeinPyPy_NewUI/skeinforge_application/alterations/start.gcode | 1 - 1 file changed, 1 deletion(-) diff --git a/SkeinPyPy_NewUI/skeinforge_application/alterations/start.gcode b/SkeinPyPy_NewUI/skeinforge_application/alterations/start.gcode index 563b42f..7db5699 100644 --- a/SkeinPyPy_NewUI/skeinforge_application/alterations/start.gcode +++ b/SkeinPyPy_NewUI/skeinforge_application/alterations/start.gcode @@ -9,7 +9,6 @@ G28 Z0 ;move Z to min endstops ; height of the nozzle in mm. This can take some messing around ; with to get just right... G92 X0 Y0 Z0 E0 ;reset software position to front/left/z=0.0 -G21 G1 Z15.0 F400 ;move the platform down 15mm G92 E0 ;zero the extruded length