mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +00:00
FIX: paste all of object settings
Change-Id: I32681190b20a2392069f6da5059feda070b312d1 Jira: STUDIO-12194 (cherry picked from commit 1a90c581c41b4d5cb35f6eece3aafbc55f2af97b)
This commit is contained in:
@@ -434,6 +434,7 @@ public:
|
||||
void paste_layers_into_list();
|
||||
void copy_settings_to_clipboard();
|
||||
void paste_settings_into_list();
|
||||
bool can_paste_settings_into_list();
|
||||
bool clipboard_is_empty() const { return m_clipboard.empty(); }
|
||||
void paste_volumes_into_list(int obj_idx, const ModelVolumePtrs& volumes);
|
||||
void paste_objects_into_list(const std::vector<size_t>& object_idxs);
|
||||
|
||||
Reference in New Issue
Block a user