mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
Changed snapshot names for reset rotation/reset scale/drop to bed functions
This commit is contained in:
parent
f913bbf8ef
commit
1ca8ff1285
2 changed files with 30 additions and 26 deletions
|
@ -135,11 +135,11 @@ private:
|
|||
void update_mirror_buttons_visibility();
|
||||
|
||||
// change values
|
||||
void change_position_value(int axis, double value);
|
||||
void change_rotation_value(int axis, double value);
|
||||
void change_scale_value(int axis, double value);
|
||||
void change_size_value(int axis, double value);
|
||||
void do_scale(int axis, const Vec3d &scale) const;
|
||||
void change_position_value(int axis, double value, const std::string& snapshot_name);
|
||||
void change_rotation_value(int axis, double value, const std::string& snapshot_name);
|
||||
void change_scale_value(int axis, double value, const std::string& snapshot_name);
|
||||
void change_size_value(int axis, double value, const std::string& snapshot_name);
|
||||
void do_scale(int axis, const Vec3d &scale, const std::string& snapshot_name) const;
|
||||
|
||||
void on_change(t_config_option_key opt_key, const boost::any& value);
|
||||
void on_fill_empty_value(const std::string& opt_key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue