mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-26 16:13:58 -06:00
FIX:[STUDIO-3974] Model reset by plate center when machine switching
jira:STUDIO-3974 Change-Id: I44f5d238a5e7afffc24bbc4359c7ede226d24b4a
This commit is contained in:
parent
d9de09bba6
commit
ab0f9d95fc
7 changed files with 92 additions and 1 deletions
|
@ -58,12 +58,14 @@ public:
|
|||
|
||||
//BBS
|
||||
void select_curr_plate_all();
|
||||
void select_object_from_idx(std::vector<int> &object_idxs);
|
||||
void remove_curr_plate_all();
|
||||
|
||||
void select_all();
|
||||
void deselect_all();
|
||||
void delete_selected();
|
||||
void center_selected();
|
||||
void center_selected_plate(const int plate_idx);
|
||||
void mirror_selection(Axis axis);
|
||||
|
||||
bool is_layers_editing_enabled() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue