mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Bugfix: removed error when filling small regions
This commit is contained in:
parent
2ba513bdb2
commit
313f77ee59
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ sub make_fill {
|
|||
flow_ratio => $flow_ratio * ($params->{flow_ratio} || 1),
|
||||
), @paths,
|
||||
],
|
||||
);
|
||||
) if @paths;
|
||||
###$layer->fills->[-1]->cleanup;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue