orcaslicer/resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json

20 lines
430 B
JSON
Raw Normal View History

2023-04-23 17:03:37 +00:00
{
"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"
],
"printer_variant": "0.4",
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250"
}