From 1a20ca2abb3d4e352f0f0efe09e4503e339d3ed4 Mon Sep 17 00:00:00 2001 From: daid303 Date: Mon, 8 Oct 2012 15:50:35 +0200 Subject: [PATCH] Reset the E to 0 before retracting in switching extruders. The E values are not yet set to zero when printing support material. --- Cura/util/profile.py | 1 + 1 file changed, 1 insertion(+) 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} -- 2.30.2