mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
Update test_perimeters.cpp
This commit is contained in:
@@ -55,6 +55,7 @@ SCENARIO("Perimeter nesting", "[Perimeters]")
|
|||||||
static_cast<const PrintConfig&>(config),
|
static_cast<const PrintConfig&>(config),
|
||||||
false); // spiral_vase
|
false); // spiral_vase
|
||||||
Polygons lower_layer_polygons_cache;
|
Polygons lower_layer_polygons_cache;
|
||||||
|
Polygons upper_layer_polygons_cache;
|
||||||
for (const Surface &surface : slices)
|
for (const Surface &surface : slices)
|
||||||
// FIXME Lukas H.: Disable this test for Arachne because it is failing and needs more investigation.
|
// FIXME Lukas H.: Disable this test for Arachne because it is failing and needs more investigation.
|
||||||
// if (config.perimeter_generator == PerimeterGeneratorType::Arachne)
|
// if (config.perimeter_generator == PerimeterGeneratorType::Arachne)
|
||||||
@@ -65,7 +66,9 @@ SCENARIO("Perimeter nesting", "[Perimeters]")
|
|||||||
perimeter_generator_params,
|
perimeter_generator_params,
|
||||||
surface,
|
surface,
|
||||||
nullptr,
|
nullptr,
|
||||||
|
nullptr,
|
||||||
// cache:
|
// cache:
|
||||||
|
upper_layer_polygons_cache,
|
||||||
lower_layer_polygons_cache,
|
lower_layer_polygons_cache,
|
||||||
// output:
|
// output:
|
||||||
loops, gap_fill, fill_expolygons);
|
loops, gap_fill, fill_expolygons);
|
||||||
|
|||||||
Reference in New Issue
Block a user