From: daid303 Date: Mon, 8 Oct 2012 13:50:35 +0000 (+0200) Subject: Reset the E to 0 before retracting in switching extruders. The E values are not yet... X-Git-Tag: 13.03~260 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1a20ca2abb3d4e352f0f0efe09e4503e339d3ed4;p=cura.git Reset the E to 0 before retracting in switching extruders. The E values are not yet set to zero when printing support material. --- diff --git a/Cura/util/profile.py b/Cura/util/profile.py index a8a4f2ca..599dcc33 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -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}