fix Voron profiles

This commit is contained in:
SoftFever 2023-11-10 18:00:09 +08:00
parent 466a17b8b4
commit c5a10b302a
49 changed files with 1001 additions and 970 deletions

View file

@ -1,28 +1,29 @@
{
"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"
}
"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",
"printer_variant": "0.15"
}

View file

@ -1,28 +1,29 @@
{
"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"
}
"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",
"printer_variant": "0.2"
}

View file

@ -1,28 +1,29 @@
{
"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"
}
"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",
"printer_variant": "0.25"
}

View file

@ -1,28 +1,29 @@
{
"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"
}
"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",
"printer_variant": "0.6"
}

View file

@ -1,28 +1,29 @@
{
"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"
}
"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",
"printer_variant": "0.8"
}

View file

@ -1,28 +1,29 @@
{
"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"
}
"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",
"printer_variant": "1.0"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
"max_layer_height": [
"0.2"
"0.2"
],
"min_layer_height": [
"0.04"
"0.04"
],
"nozzle_diameter": [
"0.15"
"nozzle_diameter": [
"0.15"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225"
}
"printable_height": "225",
"printer_variant": "0.15"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.20"
"0.20"
],
"min_layer_height": [
"0.06"
"0.06"
],
"nozzle_diameter": [
"0.2"
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225"
}
"printable_height": "225",
"printer_variant": "0.2"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.25"
"0.25"
],
"min_layer_height": [
"0.06"
"0.06"
],
"nozzle_diameter": [
"0.25"
"nozzle_diameter": [
"0.25"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225"
}
"printable_height": "225",
"printer_variant": "0.25"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
"max_layer_height": [
"0.45"
"0.45"
],
"min_layer_height": [
"0.15"
"0.15"
],
"nozzle_diameter": [
"0.6"
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225"
}
"printable_height": "225",
"printer_variant": "0.6"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
"max_layer_height": [
"0.6"
"0.6"
],
"min_layer_height": [
"0.20"
"0.20"
],
"nozzle_diameter": [
"0.8"
"nozzle_diameter": [
"0.8"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225"
}
"printable_height": "225",
"printer_variant": "0.8"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
"max_layer_height": [
"0.9"
"0.9"
],
"min_layer_height": [
"0.25"
"0.25"
],
"nozzle_diameter": [
"1.0"
"nozzle_diameter": [
"1.0"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225"
}
"printable_height": "225",
"printer_variant": "1.0"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
"max_layer_height": [
"0.2"
"0.2"
],
"min_layer_height": [
"0.04"
"0.04"
],
"nozzle_diameter": [
"0.15"
"nozzle_diameter": [
"0.15"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "2755"
}
"printable_height": "2755",
"printer_variant": "0.15"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.2"
"0.2"
],
"min_layer_height": [
"0.06"
"0.06"
],
"nozzle_diameter": [
"0.2"
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "2755"
}
"printable_height": "2755",
"printer_variant": "0.2"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.25"
"0.25"
],
"min_layer_height": [
"0.06"
"0.06"
],
"nozzle_diameter": [
"0.25"
"nozzle_diameter": [
"0.25"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "2755"
}
"printable_height": "2755",
"printer_variant": "0.25"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
"max_layer_height": [
"0.45"
"0.45"
],
"min_layer_height": [
"0.15"
"0.15"
],
"nozzle_diameter": [
"0.6"
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275"
}
"printable_height": "275",
"printer_variant": "0.6"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
"max_layer_height": [
"0.6"
"0.6"
],
"min_layer_height": [
"0.20"
"0.20"
],
"nozzle_diameter": [
"0.8"
"nozzle_diameter": [
"0.8"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275"
}
"printable_height": "275",
"printer_variant": "0.8"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
"max_layer_height": [
"0.9"
"0.9"
],
"min_layer_height": [
"0.25"
"0.25"
],
"nozzle_diameter": [
"1.0"
"nozzle_diameter": [
"1.0"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275"
}
"printable_height": "275",
"printer_variant": "1.0"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
"max_layer_height": [
"0.2"
"0.2"
],
"min_layer_height": [
"0.04"
"0.04"
],
"nozzle_diameter": [
"0.15"
"nozzle_diameter": [
"0.15"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325"
}
"printable_height": "325",
"printer_variant": "0.15"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.2"
"0.2"
],
"min_layer_height": [
"0.06"
"0.06"
],
"nozzle_diameter": [
"0.2"
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325"
}
"printable_height": "325",
"printer_variant": "0.2"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
"max_layer_height": [
"0.25"
"0.25"
],
"min_layer_height": [
"0.06"
"0.06"
],
"nozzle_diameter": [
"0.25"
"nozzle_diameter": [
"0.25"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325"
}
"printable_height": "325",
"printer_variant": "0.25"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
"max_layer_height": [
"0.45"
"0.45"
],
"min_layer_height": [
"0.15"
"0.15"
],
"nozzle_diameter": [
"0.6"
"nozzle_diameter": [
"0.6"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325"
}
"printable_height": "325",
"printer_variant": "0.6"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
"max_layer_height": [
"0.6"
"0.6"
],
"min_layer_height": [
"0.20"
"0.20"
],
"nozzle_diameter": [
"0.8"
"nozzle_diameter": [
"0.8"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325"
}
"printable_height": "325",
"printer_variant": "0.8"
}

View file

@ -8,20 +8,20 @@
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
"max_layer_height": [
"0.9"
"0.9"
],
"min_layer_height": [
"0.25"
"0.25"
],
"nozzle_diameter": [
"1.0"
"nozzle_diameter": [
"1.0"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325"
}
"printable_height": "325",
"printer_variant": "1.0"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.15"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.2"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.25"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.6"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.8"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "1.0"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.15"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.2"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.25"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.6"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.8"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "1.0"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.15"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.2"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.25"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.6"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.8"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "1.0"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.15"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.2"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.25"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.6"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "0.8"
}

View file

@ -1,26 +1,27 @@
{
"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"
}
"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",
"printer_variant": "1.0"
}