Updated the next-object gcode, which extruded 1mm less then it retracted, causing problems with under-extrusion on the next object.

This commit is contained in:
daid303 2012-10-08 12:26:18 +02:00
parent d803600d91
commit a6ba4edb7b

View file

@ -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
""",
#######################################################################################