mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
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:
@@ -1220,6 +1220,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->enum_values.push_back("PA-CF");
|
def->enum_values.push_back("PA-CF");
|
||||||
def->enum_values.push_back("PLA-CF");
|
def->enum_values.push_back("PLA-CF");
|
||||||
def->enum_values.push_back("PET-CF");
|
def->enum_values.push_back("PET-CF");
|
||||||
|
def->enum_values.push_back("PETG-CF");
|
||||||
def->enum_values.push_back("PVA");
|
def->enum_values.push_back("PVA");
|
||||||
def->mode = comSimple;
|
def->mode = comSimple;
|
||||||
def->set_default_value(new ConfigOptionStrings { "PLA" });
|
def->set_default_value(new ConfigOptionStrings { "PLA" });
|
||||||
|
|||||||
Reference in New Issue
Block a user