1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

Fix of SLA support gizmos:

Fix of the Z offset.
Background processing is now not re-triggered during dragging
of a support point.
This commit is contained in:
bubnikv
2018-11-26 19:22:16 +01:00
parent 9a20578daf
commit 3fa099bd1a
3 changed files with 24 additions and 12 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ private:
mutable bool m_world_matrix_dirty;
#endif // ENABLE_MODELVOLUME_TRANSFORM
// Shift in z required by sla supports+pad
double m_sla_shift_z;
double m_sla_shift_z;
// Bounding box of this volume, in unscaled coordinates.
mutable BoundingBoxf3 m_transformed_bounding_box;
// Whether or not is needed to recalculate the transformed bounding box.