chiark / gitweb /
Updated the next-object gcode, which extruded 1mm less then it retracted, causing...
authordaid303 <daid303@gmail.com>
Mon, 8 Oct 2012 10:26:18 +0000 (12:26 +0200)
committerdaid303 <daid303@gmail.com>
Mon, 8 Oct 2012 10:26:18 +0000 (12:26 +0200)
Cura/util/profile.py

index 9d17e17d2d30ded014f99cb148654e2374e622fc..a8a4f2ca9872abdc12f197bbe2df4e6f4d6f9b97 100644 (file)
@@ -134,7 +134,7 @@ G90                                    ;absolute positioning
 G1 Z{clear_z} F{max_z_speed}\r
 G92 E0\r
 G1 X{machine_center_x} Y{machine_center_y} F{travel_speed}\r
-G1 F200 E5\r
+G1 F200 E6\r
 G92 E0\r
 """,\r
 #######################################################################################\r