Files
OrcaSlicer-KX/resources/profiles/Prusa/machine/Prusa XL 0.3 nozzle.json
cochcoder d930911834 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 831414adb75fa98b3d6aadda38a5936f04d6530c.
2025-04-14 15:39:03 +08:00

21 lines
591 B
JSON

{
"type": "machine",
"setting_id": "GM003",
"name": "Prusa XL 0.3 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common_xl",
"gcode_flavor": "marlin2",
"printer_model": "Prusa XL",
"default_filament_profile": "Prusa Generic PLA @XL",
"default_print_profile": "0.20mm Speed @Prusa XL 0.3",
"printer_variant": "0.3",
"nozzle_diameter": [
"0.3"
],
"max_layer_height": "0.22",
"min_layer_height": "0.05",
"retraction_length": "0.7",
"retraction_speed": "35",
"detraction_speed": "25"
}