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

26 lines
525 B
JSON
Raw Normal View History

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