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:
salt.wei 2023-02-24 18:00:05 +08:00 committed by Lane.Wei
parent 536ae58a4a
commit e094af7040
1 changed files with 1 additions and 0 deletions

View File

@ -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" });