chiark / gitweb /
Fix the project planner next object bug...
authordaid303 <daid303@gmail.com>
Wed, 6 Mar 2013 10:08:26 +0000 (11:08 +0100)
committerdaid303 <daid303@gmail.com>
Wed, 6 Mar 2013 10:08:26 +0000 (11:08 +0100)
Cura/util/profile.py

index 52888c6488d8d7b68147d9a19c281ded53f5c648..fb3d255d787bfd46d3cc437f1cb817e4c75ad0ce 100644 (file)
@@ -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
 """,