WIP Refactoring of Layers: LayerIslands filled in with perimeter
extrusions, gap fill extrusions and fill regions.
This commit is contained in:
parent
2eb0417018
commit
409fae6183
13 changed files with 891 additions and 560 deletions
|
@ -55,6 +55,7 @@ SCENARIO("Perimeter nesting", "[Perimeters]")
|
|||
static_cast<const PrintConfig&>(config),
|
||||
false); // spiral_vase
|
||||
Polygons lower_layer_polygons_cache;
|
||||
for (const Surface &surface : slices)
|
||||
// FIXME Lukas H.: Disable this test for Arachne because it is failing and needs more investigation.
|
||||
// if (config.perimeter_generator == PerimeterGeneratorType::Arachne)
|
||||
// PerimeterGenerator::process_arachne();
|
||||
|
@ -62,7 +63,7 @@ SCENARIO("Perimeter nesting", "[Perimeters]")
|
|||
PerimeterGenerator::process_classic(
|
||||
// input:
|
||||
perimeter_generator_params,
|
||||
&slices,
|
||||
surface,
|
||||
nullptr,
|
||||
// cache:
|
||||
lower_layer_polygons_cache,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue