1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-03 11:45:52 +00:00

Merge remote-tracking branch 'remotes/origin/vb_undo_redo'

This commit is contained in:
bubnikv
2019-07-15 11:34:18 +02:00
60 changed files with 2799 additions and 578 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class GLGizmoSlaSupports : public GLGizmoBase
{
private:
ModelObject* m_model_object = nullptr;
ModelID m_current_mesh_model_id = 0;
ObjectID m_current_mesh_object_id = 0;
int m_active_instance = -1;
float m_active_instance_bb_radius; // to cache the bb
mutable float m_z_shift = 0.f;