mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 13:06:02 +08:00
Fix of build
This commit is contained in:
parent
f8058049ac
commit
84dd902ca8
@ -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(),
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user