2.2.0 pre3 (#81)

* Hide the system filament

* Fix: crash when using m_ProfileJson

* Bump profile version to 02.02.41.02

* Update: Flutter 1222
This commit is contained in:
xiaoyeliu
2025-12-22 23:03:54 +08:00
committed by GitHub
parent 9a0027035e
commit 9a9d87d3ff
140 changed files with 64669 additions and 70067 deletions

View File

@@ -2319,6 +2319,7 @@ void PrintConfigDef::init_fff_params()
def->enum_values.push_back("PVB");
def->enum_values.push_back("SBS");
def->enum_values.push_back("TPU");
def->enum_values.push_back("PETG-HF");
def->mode = comSimple;
def->set_default_value(new ConfigOptionStrings { "PLA" });