mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
ENH: add PLA-AERO,add default key in common json
Change-Id: Ia6551f50e0f921a196a3a94659b367ca1ec4424f
This commit is contained in:
parent
176c9053b5
commit
7b0b24e64e
4 changed files with 9 additions and 2 deletions
|
@ -1300,6 +1300,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->enum_values.push_back("PETG-CF");
|
||||
def->enum_values.push_back("PVA");
|
||||
def->enum_values.push_back("HIPS");
|
||||
def->enum_values.push_back("PLA-AERO");
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionStrings { "PLA" });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue