1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Bugfix: double wipe was not prevented, causing potential collision between objects in sequential printing. #2691

This commit is contained in:
Alessandro Ranellucci
2015-03-06 10:36:04 +01:00
parent c2009af1c6
commit 9332c21791
+3
View File
@@ -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;