mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Fixed post-commit compilation problems
This commit is contained in:
parent
8b148a4fe4
commit
90fcdd4e5f
6 changed files with 32 additions and 40 deletions
|
@ -108,7 +108,7 @@ void set_extruder_column_hidden(bool hide);
|
|||
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);
|
||||
void update_scale_values(const Vec3d& size, float scale);
|
||||
// update rotation values object selection changing
|
||||
void update_rotation_values();
|
||||
// update rotation value after "gizmos"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue