FIX: add some missing filament type

Add PPS,PPS-CF,PPA-CF,PPA-GF

jira:[NEW]

Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: Ie2ca06d1d9571df55e8a418d509ae74b92791e8b
This commit is contained in:
XunZhangBambu 2024-01-23 16:15:19 +08:00 committed by Lane.Wei
parent eb06a769b3
commit 0909132bd4
1 changed files with 4 additions and 0 deletions

View File

@ -1440,6 +1440,10 @@ 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->enum_values.push_back("PPA-CF");
def->enum_values.push_back("PPA-GF");
def->mode = comSimple;
def->set_default_value(new ConfigOptionStrings { "PLA" });