chiark / gitweb /
Retract 15mm by default when switching extruders in a dual extrusion setup, as 5mm...
authordaid303 <daid303@gmail.com>
Mon, 10 Dec 2012 15:52:43 +0000 (16:52 +0100)
committerdaid303 <daid303@gmail.com>
Mon, 10 Dec 2012 15:52:43 +0000 (16:52 +0100)
Cura/util/profile.py

index 0b63e90bb5fd2b30501884aab4d2c5f35274abec..76703195b2975aad3edf6eb0638f26216d9685ff 100644 (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
 """,
 }