mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Follow-up of 699319cd86 -> Fixed build on Mac
This commit is contained in:
@@ -96,7 +96,7 @@ private:
|
|||||||
EPositioningType e_local_positioning_type;
|
EPositioningType e_local_positioning_type;
|
||||||
Metadata data;
|
Metadata data;
|
||||||
Vec3d start_position = Vec3d::Zero();
|
Vec3d start_position = Vec3d::Zero();
|
||||||
float cached_position[5]{ FLT_MAX, FLT_MAX, FLT_MAX, FLT_MAX, FLT_MAX };
|
float cached_position[5];
|
||||||
float start_extrusion;
|
float start_extrusion;
|
||||||
float position[Num_Axis];
|
float position[Num_Axis];
|
||||||
unsigned int cur_cp_color_id = 0;
|
unsigned int cur_cp_color_id = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user