mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Remove ;_WIPE marks in G-code which were left between objects in sequential printing
This commit is contained in:
parent
722e94513c
commit
c2009af1c6
2 changed files with 3 additions and 1 deletions
|
@ -584,7 +584,7 @@ sub wipe {
|
|||
$gcode .= $gcodegen->writer->extrude_to_xy(
|
||||
$gcodegen->point_to_gcode($line->b),
|
||||
-$dE,
|
||||
'retract' . ($gcodegen->enable_cooling_markers ? ';_WIPE' : ''),
|
||||
'wipe and retract' . ($gcodegen->enable_cooling_markers ? ';_WIPE' : ''),
|
||||
);
|
||||
$retracted += $dE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue