mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06: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:
parent
9a20578daf
commit
3fa099bd1a
3 changed files with 24 additions and 12 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue