From: daid303 Date: Fri, 8 Mar 2013 09:26:26 +0000 (+0100) Subject: Remove the G92 from the start code, the homing should set the software position to... X-Git-Tag: 13.03~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6f28ee6ce24653eb25b0d2b1aa85c5834c9e573c;p=cura.git Remove the G92 from the start code, the homing should set the software position to wherever the home switches are. --- diff --git a/Cura/util/profile.py b/Cura/util/profile.py index fb3d255d..823fe3e9 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -87,7 +87,6 @@ M107 ;start with the fan off G28 X0 Y0 ;move X/Y to min endstops G28 Z0 ;move Z to min endstops -G92 X0 Y0 Z0 E0 ;reset software position to front/left/z=0.0 G1 Z15.0 F{max_z_speed} ;move the platform down 15mm