mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Disable avoid_crossing_perimeters optimization until we can detect nested shells. #1254
This commit is contained in:
parent
32aafd2eb9
commit
3bcf1da702
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@ sub add_model {
|
|||
# optimization: if avoid_crossing_perimeters is enabled, split
|
||||
# this mesh into distinct objects so that we reduce the complexity
|
||||
# of the graphs
|
||||
$model->split_meshes if $Slic3r::Config->avoid_crossing_perimeters && !$Slic3r::Config->complete_objects;
|
||||
# -- Disabling this one because there are too many legit objects having nested shells
|
||||
###$model->split_meshes if $Slic3r::Config->avoid_crossing_perimeters && !$Slic3r::Config->complete_objects;
|
||||
|
||||
foreach my $object (@{ $model->objects }) {
|
||||
# we align object to origin before applying transformations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue