mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: support default filament for volumes
Signed-off-by: yifan.wu <yifan.wu@bambulab.com> Change-Id: I51cfb0e3a40578f94c6d20e85c12cda2b6bb2e74
This commit is contained in:
parent
4ef43af2dd
commit
79814a7662
8 changed files with 106 additions and 62 deletions
|
@ -311,6 +311,9 @@ public:
|
|||
int get_selected_obj_idx() const;
|
||||
ModelConfig& get_item_config(const wxDataViewItem& item) const;
|
||||
|
||||
// BBS
|
||||
ItemType get_item_type(const wxDataViewItem& item) const;
|
||||
|
||||
void changed_object(const int obj_idx = -1) const;
|
||||
void part_selection_changed();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue