From 30db719d802767563c579476e263bf85d3360b7b Mon Sep 17 00:00:00 2001 From: daid303 Date: Mon, 10 Dec 2012 16:52:43 +0100 Subject: [PATCH] Retract 15mm by default when switching extruders in a dual extrusion setup, as 5mm is nowhere near enough. --- Cura/util/profile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 0b63e90b..76703195 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -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 """, } -- 2.30.2