mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
Add PETG-CF10 filament type & RatRig filament vendor
This commit is contained in:
parent
df2006858d
commit
23d597a302
5 changed files with 18 additions and 8 deletions
|
@ -2124,6 +2124,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->enum_values.push_back("PET-CF");
|
||||
def->enum_values.push_back("PETG");
|
||||
def->enum_values.push_back("PETG-CF");
|
||||
def->enum_values.push_back("PETG-CF10");
|
||||
def->enum_values.push_back("PHA");
|
||||
def->enum_values.push_back("PLA");
|
||||
def->enum_values.push_back("PLA-AERO");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue