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

@@ -0,0 +1,35 @@
{
"type": "filament",
"setting_id": "GFSA04",
"name": "Prusa Generic FLEX @XL",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_flex",
"filament_loading_speed_start": "3",
"filament_loading_speed": "28",
"filament_unloading_speed_start": "100",
"filament_unloading_speed": "90",
"filament_load_time": "0",
"filament_unload_time": "0",
"filament_cooling_moves": "4",
"filament_cooling_initial_speed": "2.2",
"filament_cooling_final_speed": "3.4",
"filament_retract_lift_below": "0.6",
"filament_multitool_ramming": [
"0"
],
"filament_multitool_ramming_volume": [
"40"
],
"filament_multitool_ramming_flow": [
"2.5"
],
"compatible_printers": [
"Prusa XL 0.25 nozzle",
"Prusa XL 0.3 nozzle",
"Prusa XL 0.4 nozzle",
"Prusa XL 0.5 nozzle",
"Prusa XL 0.6 nozzle",
"Prusa XL 0.8 nozzle"
]
}