mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
1st installment of removal of tabs from plater
This commit is contained in:
parent
129c35b714
commit
428800ad1e
8 changed files with 565 additions and 6 deletions
|
@ -802,7 +802,11 @@ public:
|
|||
|
||||
unsigned int get_volumes_count() const;
|
||||
void reset_volumes();
|
||||
#if ENABLE_REMOVE_TABS_FROM_PLATER
|
||||
int check_volumes_outside_state() const;
|
||||
#else
|
||||
int check_volumes_outside_state(const DynamicPrintConfig* config) const;
|
||||
#endif // ENABLE_REMOVE_TABS_FROM_PLATER
|
||||
|
||||
void set_config(DynamicPrintConfig* config);
|
||||
void set_process(BackgroundSlicingProcess* process);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue