Adding additional configurations for Voron Trident, V0, and Switchwiare (#2672)

* Updating voron profiles

* Add missing V0 configs and add default print profiles

* Update nozzle_diameter for v0, switchwire, and triedent

* Correcting names, nozzle diameters, and adding missing min and max layer heights
This commit is contained in:
Jeff Papiez 2023-11-09 18:19:48 -08:00 committed by GitHub
parent 120a3576a0
commit 466a17b8b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 1578 additions and 257 deletions

View file

@ -0,0 +1,28 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron 0.1 0.15 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 0.1",
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
"max_layer_height": [
"0.12"
],
"min_layer_height": [
"0.04"
],
"nozzle_diameter": [
"0.15"
],
"printable_area": [
"0x0",
"120x0",
"120x120",
"0x120"
],
"printable_height": "120",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,28 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron 0.1 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 0.1",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.16"
],
"min_layer_height": [
"0.05"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"120x0",
"120x120",
"0x120"
],
"printable_height": "120",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,28 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron 0.1 0.25 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 0.1",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.20"
],
"min_layer_height": [
"0.06"
],
"nozzle_diameter": [
"0.25"
],
"printable_area": [
"0x0",
"120x0",
"120x120",
"0x120"
],
"printable_height": "120",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -7,6 +7,12 @@
"inherits": "fdm_klipper_common",
"printer_model": "Voron 0.1",
"default_print_profile": "0.20mm Standard @Voron",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.10"
],
"nozzle_diameter": [
"0.4"
],

View file

@ -0,0 +1,28 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Voron 0.1 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 0.1",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
"max_layer_height": [
"0.48"
],
"min_layer_height": [
"0.15"
],
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"120x0",
"120x120",
"0x120"
],
"printable_height": "120",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,28 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron 0.1 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 0.1",
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
"max_layer_height": [
"0.64"
],
"min_layer_height": [
"0.2"
],
"nozzle_diameter": [
"0.8"
],
"printable_area": [
"0x0",
"120x0",
"120x120",
"0x120"
],
"printable_height": "120",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,28 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron 0.1 1.0 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 0.1",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
"max_layer_height": [
"0.80"
],
"min_layer_height": [
"0.25"
],
"nozzle_diameter": [
"1.0"
],
"printable_area": [
"0x0",
"120x0",
"120x120",
"0x120"
],
"printable_height": "120",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -2,7 +2,7 @@
"type": "machine_model",
"name": "Voron 0.1",
"model_id": "Voron0",
"nozzle_diameter": "0.4",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "",

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
"max_layer_height": [
"0.2"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.20"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.25"
],

View file

@ -6,6 +6,13 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.20mm Standard @Voron",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.10"
],
"nozzle_diameter": [
"0.4"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
"max_layer_height": [
"0.45"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
"max_layer_height": [
"0.6"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
"max_layer_height": [
"0.9"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
"max_layer_height": [
"0.2"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.2"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.25"
],

View file

@ -6,6 +6,13 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.20mm Standard @Voron",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.10"
],
"nozzle_diameter": [
"0.4"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
"max_layer_height": [
"0.45"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
"max_layer_height": [
"0.6"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
"max_layer_height": [
"0.9"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
"max_layer_height": [
"0.2"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.2"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.25"
],

View file

@ -6,6 +6,13 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.20mm Standard @Voron",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.10"
],
"nozzle_diameter": [
"0.4"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
"max_layer_height": [
"0.45"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
"max_layer_height": [
"0.6"
],

View file

@ -6,6 +6,7 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
"max_layer_height": [
"0.9"
],

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Switchwire 250 0.15 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Switchwire 250",
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
"max_layer_height": [
"0.12"
],
"min_layer_height": [
"0.04"
],
"nozzle_diameter": [
"0.15"
],
"printable_area": [
"0x0",
"250x0",
"250x210",
"0x210"
],
"printable_height": "240"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Switchwire 250 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Switchwire 250",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.16"
],
"min_layer_height": [
"0.05"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"250x0",
"250x210",
"0x210"
],
"printable_height": "240"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Switchwire 250 0.25 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Switchwire 250",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.20"
],
"min_layer_height": [
"0.06"
],
"nozzle_diameter": [
"0.25"
],
"printable_area": [
"0x0",
"250x0",
"250x210",
"0x210"
],
"printable_height": "240"
}

View file

@ -6,6 +6,13 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Switchwire 250",
"default_print_profile": "0.20mm Standard @Voron",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.10"
],
"nozzle_diameter": [
"0.4"
],

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Voron Switchwire 250 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Switchwire 250",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
"max_layer_height": [
"0.48"
],
"min_layer_height": [
"0.15"
],
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"250x0",
"250x210",
"0x210"
],
"printable_height": "240"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron Switchwire 250 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Switchwire 250",
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
"max_layer_height": [
"0.64"
],
"min_layer_height": [
"0.2"
],
"nozzle_diameter": [
"0.8"
],
"printable_area": [
"0x0",
"250x0",
"250x210",
"0x210"
],
"printable_height": "240"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron Switchwire 250 1.0 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Switchwire 250",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
"max_layer_height": [
"0.80"
],
"min_layer_height": [
"0.25"
],
"nozzle_diameter": [
"1.0"
],
"printable_area": [
"0x0",
"250x0",
"250x210",
"0x210"
],
"printable_height": "240"
}

View file

@ -2,7 +2,7 @@
"type": "machine_model",
"name": "Voron Switchwire 250",
"model_id": "Voron_Switchwire_250",
"nozzle_diameter": "0.4",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "",

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Trident 250 0.15 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 250",
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
"max_layer_height": [
"0.12"
],
"min_layer_height": [
"0.04"
],
"nozzle_diameter": [
"0.15"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Trident 250 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 250",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.16"
],
"min_layer_height": [
"0.05"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Trident 250 0.25 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 250",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.20"
],
"min_layer_height": [
"0.06"
],
"nozzle_diameter": [
"0.25"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250"
}

View file

@ -6,6 +6,13 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 250",
"default_print_profile": "0.20mm Standard @Voron",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.10"
],
"nozzle_diameter": [
"0.4"
],

View file

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

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron Trident 250 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 250",
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
"max_layer_height": [
"0.64"
],
"min_layer_height": [
"0.2"
],
"nozzle_diameter": [
"0.8"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron Trident 250 1.0 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 250",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
"max_layer_height": [
"0.80"
],
"min_layer_height": [
"0.25"
],
"nozzle_diameter": [
"1.0"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250"
}

View file

@ -2,7 +2,7 @@
"type": "machine_model",
"name": "Voron Trident 250",
"model_id": "Voron2_Trident_250",
"nozzle_diameter": "0.4",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "",

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Trident 300 0.15 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 300",
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
"max_layer_height": [
"0.12"
],
"min_layer_height": [
"0.04"
],
"nozzle_diameter": [
"0.15"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Trident 300 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 300",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.16"
],
"min_layer_height": [
"0.05"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Trident 300 0.25 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 300",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.20"
],
"min_layer_height": [
"0.06"
],
"nozzle_diameter": [
"0.25"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250"
}

View file

@ -6,6 +6,13 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 300",
"default_print_profile": "0.20mm Standard @Voron",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.10"
],
"nozzle_diameter": [
"0.4"
],

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Voron Trident 300 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 300",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
"max_layer_height": [
"0.48"
],
"min_layer_height": [
"0.15"
],
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron Trident 300 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 300",
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
"max_layer_height": [
"0.64"
],
"min_layer_height": [
"0.2"
],
"nozzle_diameter": [
"0.8"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron Trident 300 1.0 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 300",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
"max_layer_height": [
"0.80"
],
"min_layer_height": [
"0.25"
],
"nozzle_diameter": [
"1.0"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250"
}

View file

@ -2,7 +2,7 @@
"type": "machine_model",
"name": "Voron Trident 300",
"model_id": "Voron2_Trident_300",
"nozzle_diameter": "0.4",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "",

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Trident 350 0.15 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 350",
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
"max_layer_height": [
"0.12"
],
"min_layer_height": [
"0.04"
],
"nozzle_diameter": [
"0.15"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "250"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Trident 350 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 350",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.16"
],
"min_layer_height": [
"0.05"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "250"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM002",
"name": "Voron Trident 350 0.25 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 350",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.20"
],
"min_layer_height": [
"0.06"
],
"nozzle_diameter": [
"0.25"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "250"
}

View file

@ -6,6 +6,13 @@
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 350",
"default_print_profile": "0.20mm Standard @Voron",
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.10"
],
"nozzle_diameter": [
"0.4"
],

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "Voron Trident 350 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 350",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
"max_layer_height": [
"0.48"
],
"min_layer_height": [
"0.15"
],
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "250"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron Trident 350 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 350",
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
"max_layer_height": [
"0.64"
],
"min_layer_height": [
"0.2"
],
"nozzle_diameter": [
"0.8"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "250"
}

View file

@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM004",
"name": "Voron Trident 350 1.0 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Voron Trident 350",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
"max_layer_height": [
"0.80"
],
"min_layer_height": [
"0.25"
],
"nozzle_diameter": [
"1.0"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "250"
}

View file

@ -2,7 +2,7 @@
"type": "machine_model",
"name": "Voron Trident 350",
"model_id": "Voron2_Trident_350",
"nozzle_diameter": "0.4",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "",