chiark / gitweb /
Reset the E to 0 before retracting in switching extruders. The E values are not yet...
authordaid303 <daid303@gmail.com>
Mon, 8 Oct 2012 13:50:35 +0000 (15:50 +0200)
committerdaid303 <daid303@gmail.com>
Mon, 8 Oct 2012 13:50:35 +0000 (15:50 +0200)
Cura/util/profile.py

index a8a4f2ca9872abdc12f197bbe2df4e6f4d6f9b97..599dcc3385e3ae803ff17681124d98219a40d004 100644 (file)
@@ -139,6 +139,7 @@ G92 E0
 """,\r
 #######################################################################################\r
        'switchExtruder.gcode': """;Switch between the current extruder and the next extruder, when printing with multiple extruders.\r
+G92 E0\r
 G1 E-5 F5000\r
 G92 E0\r
 T{extruder}\r