orcaslicer/resources/profiles/Tronxy/machine/Tronxy X5SA 400 0.4 nozzle.json
Michael Birkler 32f8901fdb
Tronxy profile revised (#123)
* Add Tronxy X5SA 400 Profile

* Update fdm_klipper_common.json

* Addjust Firmware Flavor to Marlin

* Tronxy profile revised
2023-01-06 23:04:11 +08:00

19 lines
371 B
JSON

{
"type": "machine",
"setting_id": "GM003",
"name": "Tronxy X5SA 400 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_machine_common",
"printer_model": "Tronxy X5SA 400 Marlin Firmware",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"400x0",
"400x400",
"0x400"
],
"printable_height": "400"
}