mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: add filement type pps-cf
jira: STUDIO-3518 Change-Id: Ifebaa96ca2e8336bf5449d7c9bd053ab00ab8041
This commit is contained in:
parent
7d834e459c
commit
596fcb0f69
2 changed files with 5 additions and 0 deletions
|
@ -1357,6 +1357,8 @@ void PrintConfigDef::init_fff_params()
|
|||
def->enum_values.push_back("PVA");
|
||||
def->enum_values.push_back("HIPS");
|
||||
def->enum_values.push_back("PLA-AERO");
|
||||
def->enum_values.push_back("PPS");
|
||||
def->enum_values.push_back("PPS-CF");
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionStrings { "PLA" });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue