mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fixed object/part splitting
If object has additional settings and we split it, add this settings for each of the new objects(parts)
This commit is contained in:
parent
95af5c7cc6
commit
4a8b738a6b
3 changed files with 79 additions and 41 deletions
|
@ -443,6 +443,7 @@ public:
|
|||
wxDataViewItem DeleteLastInstance(const wxDataViewItem &parent_item, size_t num);
|
||||
void DeleteAll();
|
||||
void DeleteChildren(wxDataViewItem& parent);
|
||||
void DeleteVolumeChildren(wxDataViewItem& parent);
|
||||
wxDataViewItem GetItemById(int obj_idx);
|
||||
wxDataViewItem GetItemByVolumeId(int obj_idx, int volume_idx);
|
||||
wxDataViewItem GetItemByInstanceId(int obj_idx, int inst_idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue