mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
More unfinished work
This commit is contained in:
parent
518798beb3
commit
df8d889481
16 changed files with 74 additions and 48 deletions
|
@ -38,7 +38,7 @@ sub BUILD {
|
|||
my $crossing_edges = $self->_crossing_edges;
|
||||
|
||||
# simplify islands
|
||||
$_->simplify($self->_inner_margin) for @{$self->islands};
|
||||
@{$self->islands} = map @{$_->simplify($self->_inner_margin)}, @{$self->islands};
|
||||
|
||||
# process individual islands
|
||||
for my $i (0 .. $#{$self->islands}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue