mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Adding the SLA printer profiles, WIP
This commit is contained in:
parent
f0c1c15b62
commit
4e193555ae
8 changed files with 161 additions and 102 deletions
|
@ -64,7 +64,7 @@ public:
|
|||
ObsoletePresets obsolete_presets;
|
||||
|
||||
bool has_defauls_only() const
|
||||
{ return prints.size() <= 1 && filaments.size() <= 1 && printers.size() <= 1; }
|
||||
{ return prints.has_defaults_only() && filaments.has_defaults_only() && printers.has_defaults_only(); }
|
||||
|
||||
DynamicPrintConfig full_config() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue