Fix/improve Prusa XL & XL 5T profiles (#8833)

* First set of fixes

* Add FLEX filament to PrintConfig.cpp

* Add new FLEX filament profiles to main Prusa json

* Comment out M104.1 code

* Revert "Comment out M104.1 code"

This reverts commit 831414adb7.
This commit is contained in:
cochcoder 2025-04-14 03:39:03 -04:00 committed by GitHub
parent 0e2582e0bb
commit b795708852
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 172 additions and 20 deletions

View file

@ -2223,6 +2223,7 @@ void PrintConfigDef::init_fff_params()
def->enum_values.push_back("BVOH");
def->enum_values.push_back("PCTG");
def->enum_values.push_back("EVA");
def->enum_values.push_back("FLEX");
def->enum_values.push_back("HIPS");
def->enum_values.push_back("PA");
def->enum_values.push_back("PA-CF");