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

New option to only infill where strictly needed for supporting ceilings

This commit is contained in:
Alessandro Ranellucci
2013-02-09 23:36:32 +01:00
parent cf8cfc1380
commit cac79c0575
7 changed files with 77 additions and 8 deletions
+1
View File
@@ -367,6 +367,7 @@ sub export_gcode {
# they will be split in internal and internal-solid surfaces
$status_cb->(60, "Generating horizontal shells");
$_->discover_horizontal_shells for @{$self->objects};
$_->clip_fill_surfaces for @{$self->objects};
# combine fill surfaces to honor the "infill every N layers" option
$status_cb->(70, "Combining infill");