diff --git a/lib/Slic3r/GCode.pm b/lib/Slic3r/GCode.pm index 42f50ef4d..fe08723ef 100644 --- a/lib/Slic3r/GCode.pm +++ b/lib/Slic3r/GCode.pm @@ -381,8 +381,7 @@ sub set_tool { $self->extruder_idx($tool); return $self->retract . (sprintf "T%d%s\n", $tool, ($Slic3r::Config->gcode_comments ? ' ; change tool' : '')) - . $self->reset_e - . $self->unretract; + . $self->reset_e; } sub set_fan {