mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Position(Displacement)/Rotation/Scale for group selection
This commit is contained in:
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue