From 95595df0169da2c9b3e67984abf4bb8e6e434346 Mon Sep 17 00:00:00 2001 From: daid303 Date: Wed, 6 Mar 2013 11:08:26 +0100 Subject: [PATCH] Fix the project planner next object bug... --- Cura/util/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """, -- 2.30.2