From 6f28ee6ce24653eb25b0d2b1aa85c5834c9e573c Mon Sep 17 00:00:00 2001 From: daid303 Date: Fri, 8 Mar 2013 10:26:26 +0100 Subject: [PATCH] Remove the G92 from the start code, the homing should set the software position to wherever the home switches are. --- Cura/util/profile.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2