mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Typo
This commit is contained in:
@@ -890,13 +890,13 @@ sub write_gcode {
|
||||
|
||||
foreach my $island (@islands) {
|
||||
my $extrude_perimeters = sub {
|
||||
next if !@{ $island->{perimeters} };
|
||||
return if !@{ $island->{perimeters} };
|
||||
$gcode .= $gcodegen->set_extruder($region->extruders->{perimeter});
|
||||
$gcode .= $gcodegen->extrude($_, 'perimeter') for @{ $island->{perimeters} };
|
||||
};
|
||||
|
||||
my $extrude_fills = sub {
|
||||
next if !@{ $island->{fills} };
|
||||
return if !@{ $island->{fills} };
|
||||
$gcode .= $gcodegen->set_extruder($region->extruders->{infill});
|
||||
for my $fill (@{ $island->{fills} }) {
|
||||
if ($fill->isa('Slic3r::ExtrusionPath::Collection')) {
|
||||
|
||||
Reference in New Issue
Block a user