orcaslicer/resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json
Heiko Liebscher cd9ca51035
Fix german hotkey #950 (#984)
* fix empty label

* many typos fixed

* Magic Hotkey fix

* Typo in initial Setup Wizard #982
2023-05-07 22:00:00 +08:00

19 lines
357 B
JSON

{
"type": "machine",
"setting_id": "GM001",
"name": "MyKlipper 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Generic Klipper Printer",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250"
}