mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Added updating for the Z_rotation after object selection changing
This commit is contained in:
parent
c2993de6e0
commit
b6d1d10502
2 changed files with 16 additions and 4 deletions
|
@ -103,7 +103,9 @@ void update_extruder_in_config(const wxString& selection);
|
|||
// update scale values after scale unit changing or "gizmos"
|
||||
void update_scale_values();
|
||||
void update_scale_values(const Pointf3& size, float scale);
|
||||
// update rotation values after "gizmos"
|
||||
// update rotation values object selection changing
|
||||
void update_rotation_values();
|
||||
// update rotation value after "gizmos"
|
||||
void update_rotation_value(const double angle, const std::string& axis);
|
||||
} //namespace GUI
|
||||
} //namespace Slic3r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue