mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
Bugfix: double wipe was not prevented, causing potential collision between objects in sequential printing. #2691
This commit is contained in:
@@ -589,6 +589,9 @@ sub wipe {
|
||||
$retracted += $dE;
|
||||
}
|
||||
$gcodegen->writer->extruder->set_retracted($gcodegen->writer->extruder->retracted + $retracted);
|
||||
|
||||
# prevent wiping again on same path
|
||||
$self->path(undef);
|
||||
}
|
||||
|
||||
return $gcode;
|
||||
|
||||
Reference in New Issue
Block a user