mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 11:39:00 +08:00
Bugfix: double wipe was not prevented, causing potential collision between objects in sequential printing. #2691
This commit is contained in:
parent
c2009af1c6
commit
9332c21791
@ -589,6 +589,9 @@ sub wipe {
|
|||||||
$retracted += $dE;
|
$retracted += $dE;
|
||||||
}
|
}
|
||||||
$gcodegen->writer->extruder->set_retracted($gcodegen->writer->extruder->retracted + $retracted);
|
$gcodegen->writer->extruder->set_retracted($gcodegen->writer->extruder->retracted + $retracted);
|
||||||
|
|
||||||
|
# prevent wiping again on same path
|
||||||
|
$self->path(undef);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $gcode;
|
return $gcode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user