Fix of build

This commit is contained in:
Filip Sykala - NTB T15p 2024-09-23 08:03:41 +02:00 committed by Lukas Matena
parent f8058049ac
commit 84dd902ca8
2 changed files with 1 additions and 5 deletions

View File

@ -503,7 +503,7 @@ SupportPointGeneratorData Slic3r::sla::prepare_generator_data(
result.slices = std::move(slices);
// Allocate empty layers.
result.layers = Layers(result.slices.size(), {});
result.layers = Layers(result.slices.size());
// Generate Extents and SampleLayers
execution::for_each(ex_tbb, size_t(0), result.slices.size(),

View File

@ -116,10 +116,6 @@ using LayerSupportPoints = std::vector<LayerSupportPoint>;
/// </summary>
struct Layer
{
// index into parent Layesr + heights + slices
// [[deprecated]] Use index to layers insted of adress from item
size_t layer_id;
// Absolute distance from Zero - copy value from heights<float>
float print_z; // [in mm]