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

26 lines
524 B
JSON
Raw Normal View History

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