From: daid303 Date: Mon, 8 Oct 2012 10:26:18 +0000 (+0200) Subject: Updated the next-object gcode, which extruded 1mm less then it retracted, causing... X-Git-Tag: 13.03~262 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a6ba4edb7b622bbbec485ed8e04b91041bc979fb;p=cura.git Updated the next-object gcode, which extruded 1mm less then it retracted, causing problems with under-extrusion on the next object. --- 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 """, #######################################################################################