orcaslicer/resources/profiles/Voron/machine/Voron 2.4 300 0.25 nozzle.json
lukicsl 86701d2c87
some wrong max/min layer height corrected and 0.15 nozzle added for Voron 2.4 (#2546)
* some wrong max/min layer height corrected and 0.15 nozzle added vor Voron 2.4

* typo 0.0

* Some correction in previouse commits + added missing nozzles for Revo

* yet another type
2023-11-01 11:56:59 +08:00

26 lines
No EOL
488 B
JSON

{
"type": "machine",
"setting_id": "GM002",
"name": "Voron 2.4 300 0.25 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"max_layer_height": [
"0.25"
],
"min_layer_height": [
"0.06"
],
"nozzle_diameter": [
"0.25"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "2755"
}