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

@@ -4,7 +4,7 @@
"name": "Prusa XL 0.3 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"inherits": "fdm_machine_common_xl",
"gcode_flavor": "marlin2",
"printer_model": "Prusa XL",
"default_filament_profile": "Prusa Generic PLA @XL",

View File

@@ -10,6 +10,8 @@
"default_filament_profile": "Prusa Generic PLA @XL 5T",
"default_print_profile": "0.15mm Speed @Prusa XL 5T 0.25",
"printer_variant": "0.25",
"max_layer_height": "0.15",
"min_layer_height": "0.05",
"nozzle_diameter": [
"0.25",
"0.25",

View File

@@ -10,6 +10,8 @@
"default_filament_profile": "Prusa Generic PLA @XL 5T",
"default_print_profile": "0.20mm Speed @Prusa XL 5T 0.3",
"printer_variant": "0.3",
"max_layer_height": "0.22",
"min_layer_height": "0.05",
"nozzle_diameter": [
"0.3",
"0.3",

View File

@@ -10,6 +10,7 @@
"default_filament_profile": "Prusa Generic PLA @XL 5T",
"default_print_profile": "0.25mm Speed @Prusa XL 5T 0.5",
"printer_variant": "0.5",
"max_layer_height": "0.32",
"nozzle_diameter": [
"0.5",
"0.5",

View File

@@ -10,6 +10,8 @@
"default_filament_profile": "Prusa Generic PLA @XL 5T",
"default_print_profile": "0.32mm Speed @Prusa XL 5T 0.6",
"printer_variant": "0.6",
"max_layer_height": "0.4",
"min_layer_height": "0.15",
"nozzle_diameter": [
"0.6",
"0.6",

View File

@@ -10,6 +10,8 @@
"default_filament_profile": "Prusa Generic PLA @XL 5T",
"default_print_profile": "0.40mm Quality @Prusa XL 5T 0.8",
"printer_variant": "0.8",
"max_layer_height": "0.6",
"min_layer_height": "0.2",
"nozzle_diameter": [
"0.8",
"0.8",

View File

@@ -8,5 +8,5 @@
"bed_model": "Prusa XL_bed.stl",
"bed_texture": "Prusa XL.svg",
"hotend_model": "",
"default_materials": "Prusa Generic PLA @XL 5T;Prusament PLA @XL 5T;Prusament rPLA @XL 5T;Prusa Generic PETG @XL 5T;Prusament PETG @XL 5T;Prusa Generic ABS @XL 5T;Prusament ASA @XL 5T;Prusament PC Blend @XL 5T;Prusament PC-CF @XL 5T;Prusament PVB @XL 5T;Prusament PA-CF @XL 5T"
"default_materials": "Prusa Generic PLA @XL 5T;Prusament PLA @XL 5T;Prusament rPLA @XL 5T;Prusa Generic PETG @XL 5T;Prusament PETG @XL 5T;Prusa Generic ABS @XL 5T;Prusament ASA @XL 5T;Prusament PC Blend @XL 5T;Prusament PC-CF @XL 5T;Prusament PVB @XL 5T;Prusament PA-CF @XL 5T;Prusa Generic FLEX @XL 5T"
}

View File

@@ -8,5 +8,5 @@
"bed_model": "Prusa XL_bed.stl",
"bed_texture": "Prusa XL.svg",
"hotend_model": "",
"default_materials": "Prusa Generic PLA @XL;Prusament PLA @XL;Prusament rPLA @XL;Prusa Generic PETG @XL;Prusament PETG @XL;Prusa Generic ABS @XL;Prusament ASA @XL;Prusament PC Blend @XL;Prusament PC-CF @XL;Prusament PVB @XL;Prusament PA-CF @XL"
"default_materials": "Prusa Generic PLA @XL;Prusament PLA @XL;Prusament rPLA @XL;Prusa Generic PETG @XL;Prusament PETG @XL;Prusa Generic ABS @XL;Prusament ASA @XL;Prusament PC Blend @XL;Prusament PC-CF @XL;Prusament PVB @XL;Prusament PA-CF @XL;Prusa Generic FLEX @XL"
}