mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 10:05:59 +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);
|
result.slices = std::move(slices);
|
||||||
|
|
||||||
// Allocate empty layers.
|
// Allocate empty layers.
|
||||||
result.layers = Layers(result.slices.size(), {});
|
result.layers = Layers(result.slices.size());
|
||||||
|
|
||||||
// Generate Extents and SampleLayers
|
// Generate Extents and SampleLayers
|
||||||
execution::for_each(ex_tbb, size_t(0), result.slices.size(),
|
execution::for_each(ex_tbb, size_t(0), result.slices.size(),
|
||||||
|
@ -116,10 +116,6 @@ using LayerSupportPoints = std::vector<LayerSupportPoint>;
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
struct Layer
|
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>
|
// Absolute distance from Zero - copy value from heights<float>
|
||||||
float print_z; // [in mm]
|
float print_z; // [in mm]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user