1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

Position(Displacement)/Rotation/Scale for group selection

This commit is contained in:
YuSanka
2018-11-22 15:12:09 +01:00
parent 7041e2b877
commit 9d7b4ce41d
4 changed files with 14 additions and 4 deletions
@@ -18,6 +18,7 @@ class ObjectManipulation : public OG_Settings
bool m_is_uniform_scale = false; // It indicates if scale is uniform
Vec3d cache_position { 0., 0., 0. };
wxStaticText* m_move_Label = nullptr;
public:
ObjectManipulation(wxWindow* parent);