From a6ba4edb7b622bbbec485ed8e04b91041bc979fb Mon Sep 17 00:00:00 2001 From: daid303 Date: Mon, 8 Oct 2012 12:26:18 +0200 Subject: [PATCH] Updated the next-object gcode, which extruded 1mm less then it retracted, causing problems with under-extrusion on the next object. --- 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 9d17e17d..a8a4f2ca 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -134,7 +134,7 @@ G90 ;absolute positioning G1 Z{clear_z} F{max_z_speed} G92 E0 G1 X{machine_center_x} Y{machine_center_y} F{travel_speed} -G1 F200 E5 +G1 F200 E6 G92 E0 """, ####################################################################################### -- 2.30.2