mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 20:57:53 -06:00
Some fixes after preceding merge. Moved mmu_segmented_region_max_width
from PrintConfig to PrintObjectConfig.
This commit is contained in:
parent
980ca195f5
commit
409e1c5cc8
6 changed files with 16 additions and 24 deletions
|
@ -1511,7 +1511,7 @@ std::vector<std::vector<std::pair<ExPolygon, size_t>>> multi_material_segmentati
|
|||
}
|
||||
}); // end of parallel_for
|
||||
|
||||
if (auto w = print_object.print()->config().mmu_segmented_region_max_width; w > 0.f)
|
||||
if (auto w = print_object.config().mmu_segmented_region_max_width; w > 0.f)
|
||||
cut_segmented_layers(input_expolygons, segmented_regions, float(-scale_(w)));
|
||||
|
||||
// return segmented_regions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue