From: daid303 Date: Wed, 6 Mar 2013 10:08:26 +0000 (+0100) Subject: Fix the project planner next object bug... X-Git-Tag: 13.03~26 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=95595df0169da2c9b3e67984abf4bb8e6e434346;p=cura.git Fix the project planner next object bug... --- diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 52888c64..fb3d255d 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -127,7 +127,7 @@ G90 ;absolute positioning G1 Z{clear_z} F{max_z_speed} G92 E0 -G1 X{object_center_x} Y{object_center_x} F{travel_speed} +G1 X{object_center_x} Y{object_center_y} F{travel_speed} G1 F200 E6 G92 E0 """,