From: daid Date: Mon, 12 Mar 2012 11:18:17 +0000 (+0100) Subject: Removed useless G21 in start code X-Git-Tag: RC1~104 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e20799ffef04f9fdce98ad1dabb8e481debd1ea2;p=cura.git Removed useless G21 in start code --- diff --git a/SkeinPyPy_NewUI/skeinforge_application/alterations/start.gcode b/SkeinPyPy_NewUI/skeinforge_application/alterations/start.gcode index 563b42f5..7db5699c 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