ENH: add PETG-CF type
Add new filament type before new filament preset. Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I404880668a3cec566e0b35e38a6b467936f50bb7
This commit is contained in:
parent
536ae58a4a
commit
e094af7040
|
@ -1220,6 +1220,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->enum_values.push_back("PA-CF");
|
||||
def->enum_values.push_back("PLA-CF");
|
||||
def->enum_values.push_back("PET-CF");
|
||||
def->enum_values.push_back("PETG-CF");
|
||||
def->enum_values.push_back("PVA");
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionStrings { "PLA" });
|
||||
|
|
Loading…
Reference in New Issue