Retract 15mm by default when switching extruders in a dual extrusion setup, as 5mm is nowhere near enough.

master
daid303 2012-12-10 16:52:43 +01:00
parent 91a592d922
commit 30db719d80
1 changed files with 2 additions and 2 deletions

View File

@ -140,10 +140,10 @@ G92 E0
#######################################################################################
'switchExtruder.gcode': """;Switch between the current extruder and the next extruder, when printing with multiple extruders.
G92 E0
G1 E-5 F5000
G1 E-15 F5000
G92 E0
T{extruder}
G1 E5 F5000
G1 E15 F5000
G92 E0
""",
}