Reset the E to 0 before retracting in switching extruders. The E values are not yet set to zero when printing support material.
This commit is contained in:
parent
a1bac846a6
commit
1a20ca2abb
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ G92 E0
|
|||
""",
|
||||
#######################################################################################
|
||||
'switchExtruder.gcode': """;Switch between the current extruder and the next extruder, when printing with multiple extruders.
|
||||
G92 E0
|
||||
G1 E-5 F5000
|
||||
G92 E0
|
||||
T{extruder}
|
||||
|
|
|
|||
Loading…
Reference in a new issue