Wipe tower: use normal retraction when moving to the tower, not toolchange retraction

This does not make sense, there is always an unretraction when the head arrives at the tower.
This commit is contained in:
Lukas Matena 2021-05-31 21:23:03 +02:00
parent 413bce49fc
commit 580dc890b8

View file

@ -243,8 +243,7 @@ namespace Slic3r {
if (! tcr.priming) { if (! tcr.priming) {
// Move over the wipe tower. // Move over the wipe tower.
// Retract for a tool change, using the toolchange retract value and setting the priming extra length. gcode += gcodegen.retract();
gcode += gcodegen.retract(true);
gcodegen.m_avoid_crossing_perimeters.use_external_mp_once(); gcodegen.m_avoid_crossing_perimeters.use_external_mp_once();
gcode += gcodegen.travel_to( gcode += gcodegen.travel_to(
wipe_tower_point_to_object_point(gcodegen, start_pos), wipe_tower_point_to_object_point(gcodegen, start_pos),