dotfiles/orcaslicer/.config/OrcaSlicer/system/Custom/machine/MyKlipper 0.2 nozzle.json
2024-08-22 09:15:13 -06:00

26 lines
526 B
JSON

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