mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 05:24:01 -06:00
Revert "Disable retraction when moving over infill space. #29"
This reverts commit d6ed9c6f34
.
This commit is contained in:
parent
0ecfd68c10
commit
47d347e1b2
2 changed files with 3 additions and 8 deletions
|
@ -402,11 +402,8 @@ sub export_gcode {
|
|||
|
||||
# extrude fills
|
||||
for my $fill (@{ $layer->fills }) {
|
||||
for ($fill->shortest_path($extruder->last_pos)) {
|
||||
printf $fh $extruder->extrude($_, 'fill');
|
||||
$extruder->enable_retraction(0);
|
||||
}
|
||||
$extruder->enable_retraction(1);
|
||||
printf $fh $extruder->extrude($_, 'fill')
|
||||
for $fill->shortest_path($extruder->last_pos);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue