1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-29 10:55:50 +00:00

Added updating for the Z_rotation after object selection changing

This commit is contained in:
YuSanka
2018-07-30 10:48:40 +02:00
parent c2993de6e0
commit b6d1d10502
2 changed files with 16 additions and 4 deletions
+3 -1
View File
@@ -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