Added 0.2mm, 0.6mm, 0.8mm nozzle support for Voron 2.4 (#2543)

This commit is contained in:
lukicsl 2023-10-30 14:26:49 +01:00 committed by GitHub
parent 48fc21d59a
commit ca3a62fba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 754 additions and 92 deletions

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron 2.4 250 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 250",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Voron 2.4 250 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 250",
"max_layer_height": [
"0.45"
],
"min_layer_height": [
"0.15"
],
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron 2.4 250 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 250",
"max_layer_height": [
"0.65"
],
"min_layer_height": [
"0.20"
],
"nozzle_diameter": [
"0.8"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225"
}

View file

@ -2,7 +2,7 @@
"type": "machine_model",
"name": "Voron 2.4 250",
"model_id": "Voron2_250",
"nozzle_diameter": "0.4",
"nozzle_diameter": "0.4;0.2;0.6;0.8",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "",

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron 2.4 300 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "2755"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Voron 2.4 300 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"max_layer_height": [
"0.45"
],
"min_layer_height": [
"0.15"
],
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron 2.4 300 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"max_layer_height": [
"0.65"
],
"min_layer_height": [
"0.20"
],
"nozzle_diameter": [
"0.8"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275"
}

View file

@ -2,7 +2,7 @@
"type": "machine_model",
"name": "Voron 2.4 300",
"model_id": "Voron2_300",
"nozzle_diameter": "0.4",
"nozzle_diameter": "0.4;0.2;0.6;0.8",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "",

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron 2.4 350 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 350",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Voron 2.4 350 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 350",
"max_layer_height": [
"0.45"
],
"min_layer_height": [
"0.15"
],
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron 2.4 350 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 350",
"max_layer_height": [
"0.65"
],
"min_layer_height": [
"0.20"
],
"nozzle_diameter": [
"0.8"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325"
}

View file

@ -2,7 +2,7 @@
"type": "machine_model",
"name": "Voron 2.4 350",
"model_id": "Voron2_350",
"nozzle_diameter": "0.4",
"nozzle_diameter": "0.4;0.2;0.6;0.8",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "",