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
14 changed files with 172 additions and 20 deletions

View File

@@ -893,6 +893,10 @@
"name": "fdm_filament_pa11cf",
"sub_path": "filament/fdm_filament_pa11cf.json"
},
{
"name": "fdm_filament_flex",
"sub_path": "filament/fdm_filament_flex.json"
},
{
"name": "Prusa Generic PLA",
"sub_path": "filament/Prusa Generic PLA.json"
@@ -997,6 +1001,14 @@
"name": "Prusa Generic TPU @MINIIS",
"sub_path": "filament/Prusa Generic TPU @MINIIS.json"
},
{
"name": "Prusa Generic FLEX @XL",
"sub_path": "filament/Prusa Generic FLEX @XL.json"
},
{
"name": "Prusa Generic FLEX @XL 5T",
"sub_path": "filament/Prusa Generic FLEX @XL 5T.json"
},
{
"name": "Prusa Generic ASA",
"sub_path": "filament/Prusa Generic ASA.json"