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:
parent
d803600d91
commit
a6ba4edb7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
""",
|
||||
#######################################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue