1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Multiple solid layers near external surfaces

This commit is contained in:
Alessandro Ranellucci
2011-09-25 22:11:56 +02:00
parent f892fde123
commit 03341f3485
7 changed files with 96 additions and 7 deletions
+3
View File
@@ -67,6 +67,9 @@ sub parse_file {
$layer->merge_contiguous_surfaces;
}
# detect which surfaces are near external layers
$print->discover_horizontal_shells;
return $print;
}