mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Tech ENABLE_CANVAS_GUI_REFACTORING set as default
This commit is contained in:
parent
da1feb2741
commit
df250039df
9 changed files with 1 additions and 540 deletions
|
@ -176,7 +176,6 @@ public:
|
|||
PrinterTechnology printer_technology() const;
|
||||
void set_printer_technology(PrinterTechnology printer_technology);
|
||||
|
||||
#if ENABLE_CANVAS_GUI_REFACTORING
|
||||
bool can_delete() const;
|
||||
bool can_delete_all() const;
|
||||
bool can_increase_instances() const;
|
||||
|
@ -185,7 +184,6 @@ public:
|
|||
bool can_split_to_volumes() const;
|
||||
bool can_arrange() const;
|
||||
bool can_layers_editing() const;
|
||||
#endif // ENABLE_CANVAS_GUI_REFACTORING
|
||||
|
||||
private:
|
||||
struct priv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue