mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: change PA6-CF filament type to PA6-CF
PA6-CF is disabled in AMS jira:STUDIO-4196 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Iff32388a15f32da6b28034130d5ddadd107a3185
This commit is contained in:
parent
507addcd4c
commit
17621eb3e8
2 changed files with 2 additions and 1 deletions
|
@ -1317,6 +1317,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->enum_values.push_back("PC");
|
||||
def->enum_values.push_back("PA");
|
||||
def->enum_values.push_back("PA-CF");
|
||||
def->enum_values.push_back("PA6-CF");
|
||||
def->enum_values.push_back("PLA-CF");
|
||||
def->enum_values.push_back("PET-CF");
|
||||
def->enum_values.push_back("PETG-CF");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue