mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Do perimeters from outside to inside. #466
This commit is contained in:
parent
410279823c
commit
05e4571310
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ sub make_skirt {
|
||||||
role => EXTR_ROLE_SKIRT,
|
role => EXTR_ROLE_SKIRT,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
push @{$self->skirt}, @skirt;
|
unshift @{$self->skirt}, @skirt;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub write_gcode {
|
sub write_gcode {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue