mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Added(ported) function fix_through_netfabb()
+ Fixed adding of the instances to the object list
This commit is contained in:
parent
8c4fa9ba51
commit
2c0b784a2d
5 changed files with 41 additions and 28 deletions
|
@ -532,7 +532,7 @@ wxDataViewItem PrusaObjectDataViewModel::AddInstanceChild(const wxDataViewItem &
|
|||
parent_node->Append(inst_root_node);
|
||||
// notify control
|
||||
ItemAdded(parent_item, inst_root_item);
|
||||
if (num == 1) num++;
|
||||
// if (num == 1) num++;
|
||||
}
|
||||
|
||||
// Add instance nodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue