mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-05 16:51:07 -07:00
Failing test case about spurious infill in hollow objects, caused by shells being correctly generated even for hollow objects - however sometimes we don't want that
This commit is contained in:
parent
0a8872ca6c
commit
6bd4803612
4 changed files with 33 additions and 2 deletions
|
|
@ -63,6 +63,7 @@ sub model {
|
|||
vertices => $vertices,
|
||||
facets => $facets,
|
||||
);
|
||||
$mesh->scale_xyz($params{scale_xyz}) if $params{scale_xyz};
|
||||
$mesh->scale($params{scale}) if $params{scale};
|
||||
|
||||
my $model = Slic3r::Model->new;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue