From: daid303 Date: Mon, 10 Dec 2012 15:52:43 +0000 (+0100) Subject: Retract 15mm by default when switching extruders in a dual extrusion setup, as 5mm... X-Git-Tag: 13.03~158 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=30db719d802767563c579476e263bf85d3360b7b;p=cura.git Retract 15mm by default when switching extruders in a dual extrusion setup, as 5mm is nowhere near enough. --- 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 """, }