Reduce size by Json Fromatting (#13163)

Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces.
This effectively reduces the size by almost 20 MB.

| Current | New |
|---|---|
| 85.2 Mib | 67 Mib |

Used [JQ](https://jqlang.org/) `--tab` to automatically format every current JSON.

> [!NOTE]
> Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
This commit is contained in:
Ian Bassi
2026-04-15 11:58:12 -03:00
committed by GitHub
parent f7ef8a14bd
commit 16727644bb
10101 changed files with 1871226 additions and 1860967 deletions

View File

@@ -1,29 +1,29 @@
{
"type": "machine",
"name": "Voron 0.1 0.15 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron 0.1 0.15 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,29 +1,29 @@
{
"type": "machine",
"name": "Voron 0.1 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron 0.1 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,29 +1,29 @@
{
"type": "machine",
"name": "Voron 0.1 0.25 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron 0.1 0.25 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,28 @@
{
"type": "machine",
"name": "Voron 0.1 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"120x0",
"120x120",
"0x120"
],
"printable_height": "120",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}
"type": "machine",
"name": "Voron 0.1 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"120x0",
"120x120",
"0x120"
],
"printable_height": "120",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View File

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

View File

@@ -1,29 +1,29 @@
{
"type": "machine",
"name": "Voron 0.1 0.6 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron 0.1 0.6 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"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,29 +1,29 @@
{
"type": "machine",
"name": "Voron 0.1 0.8 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron 0.1 0.8 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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,29 +1,29 @@
{
"type": "machine",
"name": "Voron 0.1 1.0 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron 0.1 1.0 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Voron 0.1",
"model_id": "Voron0",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_120_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}
"type": "machine_model",
"name": "Voron 0.1",
"model_id": "Voron0",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_120_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

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

View File

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

View File

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

View File

@@ -1,26 +1,26 @@
{
"type": "machine",
"name": "Voron 2.4 250 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225"
}
"type": "machine",
"name": "Voron 2.4 250 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron 2.4 250 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225",
"printer_variant": "0.5"
}
"type": "machine",
"name": "Voron 2.4 250 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron 2.4 250",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "225",
"printer_variant": "0.5"
}

View File

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

View File

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

View File

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

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Voron 2.4 250",
"model_id": "Voron2_250",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_250_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}
"type": "machine_model",
"name": "Voron 2.4 250",
"model_id": "Voron2_250",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_250_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

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

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron 2.4 300 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.2"
],
"min_layer_height": [
"0.06"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275",
"printer_variant": "0.2"
}
"type": "machine",
"name": "Voron 2.4 300 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.2"
],
"min_layer_height": [
"0.06"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275",
"printer_variant": "0.2"
}

View File

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

View File

@@ -1,26 +1,26 @@
{
"type": "machine",
"name": "Voron 2.4 300 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275"
}
"type": "machine",
"name": "Voron 2.4 300 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron 2.4 300 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275",
"printer_variant": "0.5"
}
"type": "machine",
"name": "Voron 2.4 300 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron 2.4 300",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "275",
"printer_variant": "0.5"
}

View File

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

View File

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

View File

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

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Voron 2.4 300",
"model_id": "Voron2_300",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_300_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}
"type": "machine_model",
"name": "Voron 2.4 300",
"model_id": "Voron2_300",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_300_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

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

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron 2.4 350 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.2"
],
"min_layer_height": [
"0.06"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325",
"printer_variant": "0.2"
}
"type": "machine",
"name": "Voron 2.4 350 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
"max_layer_height": [
"0.2"
],
"min_layer_height": [
"0.06"
],
"nozzle_diameter": [
"0.2"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325",
"printer_variant": "0.2"
}

View File

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

View File

@@ -1,26 +1,26 @@
{
"type": "machine",
"name": "Voron 2.4 350 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325"
}
"type": "machine",
"name": "Voron 2.4 350 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron 2.4 350 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325",
"printer_variant": "0.5"
}
"type": "machine",
"name": "Voron 2.4 350 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron 2.4 350",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "325",
"printer_variant": "0.5"
}

View File

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

View File

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

View File

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

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Voron 2.4 350",
"model_id": "Voron2_350",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_350_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}
"type": "machine_model",
"name": "Voron 2.4 350",
"model_id": "Voron2_350",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_350_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron Switchwire 250 0.15 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Switchwire 250 0.15 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Switchwire 250 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Switchwire 250 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Switchwire 250 0.25 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Switchwire 250 0.25 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,26 @@
{
"type": "machine",
"name": "Voron Switchwire 250 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"250x0",
"250x210",
"0x210"
],
"printable_height": "240"
}
"type": "machine",
"name": "Voron Switchwire 250 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"250x0",
"250x210",
"0x210"
],
"printable_height": "240"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron Switchwire 250 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron Switchwire 250",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"250x0",
"250x210",
"0x210"
],
"printable_height": "240",
"printer_variant": "0.5"
}
"type": "machine",
"name": "Voron Switchwire 250 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron Switchwire 250",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"250x0",
"250x210",
"0x210"
],
"printable_height": "240",
"printer_variant": "0.5"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron Switchwire 250 0.6 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Switchwire 250 0.6 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Switchwire 250 0.8 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Switchwire 250 0.8 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Switchwire 250 1.0 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Switchwire 250 1.0 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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,12 +1,12 @@
{
"type": "machine_model",
"name": "Voron Switchwire 250",
"model_id": "Voron_Switchwire_250",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "",
"bed_texture": "voron_switchwire_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}
"type": "machine_model",
"name": "Voron Switchwire 250",
"model_id": "Voron_Switchwire_250",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "",
"bed_texture": "voron_switchwire_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 250 0.15 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 250 0.15 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 250 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 250 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 250 0.25 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 250 0.25 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,26 @@
{
"type": "machine",
"name": "Voron Trident 250 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250"
}
"type": "machine",
"name": "Voron Trident 250 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 250 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron Trident 250",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250",
"printer_variant": "0.5"
}
"type": "machine",
"name": "Voron Trident 250 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron Trident 250",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250",
"printer_variant": "0.5"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 250 0.6 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 250 0.6 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 250 0.8 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 250 0.8 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 250 1.0 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 250 1.0 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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,12 +1,12 @@
{
"type": "machine_model",
"name": "Voron Trident 250",
"model_id": "Voron2_Trident_250",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_250_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}
"type": "machine_model",
"name": "Voron Trident 250",
"model_id": "Voron2_Trident_250",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_250_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 300 0.15 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 300 0.15 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 300 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 300 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 300 0.25 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 300 0.25 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,26 @@
{
"type": "machine",
"name": "Voron Trident 300 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250"
}
"type": "machine",
"name": "Voron Trident 300 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 300 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron Trident 300",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250",
"printer_variant": "0.5"
}
"type": "machine",
"name": "Voron Trident 300 0.5 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"printer_model": "Voron Trident 300",
"default_print_profile": "0.25mm Standard 0.5 nozzle @Voron",
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.1"
],
"nozzle_diameter": [
"0.5"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "250",
"printer_variant": "0.5"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 300 0.6 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 300 0.6 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 300 0.8 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 300 0.8 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 300 1.0 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 300 1.0 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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,12 +1,12 @@
{
"type": "machine_model",
"name": "Voron Trident 300",
"model_id": "Voron2_Trident_300",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_300_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}
"type": "machine_model",
"name": "Voron Trident 300",
"model_id": "Voron2_Trident_300",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_300_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 350 0.15 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 350 0.15 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 350 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 350 0.2 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 350 0.25 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 350 0.25 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM002",
"instantiation": "true",
"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,26 @@
{
"type": "machine",
"name": "Voron Trident 350 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "250"
}
"type": "machine",
"name": "Voron Trident 350 0.4 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"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"
],
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "250"
}

View File

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

View File

@@ -1,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 350 0.6 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 350 0.6 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM003",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 350 0.8 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 350 0.8 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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,27 +1,27 @@
{
"type": "machine",
"name": "Voron Trident 350 1.0 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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"
}
"type": "machine",
"name": "Voron Trident 350 1.0 nozzle",
"inherits": "fdm_klipper_common",
"from": "system",
"setting_id": "GM004",
"instantiation": "true",
"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"
}

View File

@@ -1,12 +1,12 @@
{
"type": "machine_model",
"name": "Voron Trident 350",
"model_id": "Voron2_Trident_350",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_350_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}
"type": "machine_model",
"name": "Voron Trident 350",
"model_id": "Voron2_Trident_350",
"nozzle_diameter": "0.4;0.15;0.2;0.25;0.5;0.6;0.8;1.0",
"machine_tech": "FFF",
"family": "VoronDesign",
"bed_model": "Voron_350_build_plate.stl",
"bed_texture": "voron_logo.svg",
"hotend_model": "",
"default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System"
}

View File

@@ -1,141 +1,141 @@
{
"type": "machine",
"name": "fdm_klipper_common",
"inherits": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"gcode_flavor": "klipper",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"20000",
"20000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"20000",
"20000"
],
"machine_max_acceleration_x": [
"20000",
"20000"
],
"machine_max_acceleration_y": [
"20000",
"20000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_speed_e": [
"25",
"25"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"12",
"12"
],
"machine_max_jerk_y": [
"12",
"12"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"printable_height": "250",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"printer_settings_id": "",
"printer_technology": "FFF",
"printer_variant": "0.4",
"retraction_minimum_travel": [
"1"
],
"retract_before_wipe": [
"70%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"0.8"
],
"retract_length_toolchange": [
"2"
],
"z_hop": [
"0.4"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"30"
],
"deretraction_speed": [
"30"
],
"z_hop_types": "Normal Lift",
"silent_mode": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"machine_pause_gcode": "PAUSE",
"wipe": [
"1"
],
"default_filament_profile": [
"Generic PLA @System"
],
"default_print_profile": "0.20mm Standard @Voron",
"bed_exclude_area": [
"0x0"
],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh\n; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}",
"machine_end_gcode": "PRINT_END",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"scan_first_layer": "0",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}
"type": "machine",
"name": "fdm_klipper_common",
"inherits": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"gcode_flavor": "klipper",
"machine_max_acceleration_e": [
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"20000",
"20000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"20000",
"20000"
],
"machine_max_acceleration_x": [
"20000",
"20000"
],
"machine_max_acceleration_y": [
"20000",
"20000"
],
"machine_max_acceleration_z": [
"500",
"200"
],
"machine_max_speed_e": [
"25",
"25"
],
"machine_max_speed_x": [
"500",
"200"
],
"machine_max_speed_y": [
"500",
"200"
],
"machine_max_speed_z": [
"12",
"12"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"12",
"12"
],
"machine_max_jerk_y": [
"12",
"12"
],
"machine_max_jerk_z": [
"0.2",
"0.4"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"printable_height": "250",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"printer_settings_id": "",
"printer_technology": "FFF",
"printer_variant": "0.4",
"retraction_minimum_travel": [
"1"
],
"retract_before_wipe": [
"70%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"0.8"
],
"retract_length_toolchange": [
"2"
],
"z_hop": [
"0.4"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"30"
],
"deretraction_speed": [
"30"
],
"z_hop_types": "Normal Lift",
"silent_mode": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"machine_pause_gcode": "PAUSE",
"wipe": [
"1"
],
"default_filament_profile": [
"Generic PLA @System"
],
"default_print_profile": "0.20mm Standard @Voron",
"bed_exclude_area": [
"0x0"
],
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n; You can use following code instead if your PRINT_START macro support Chamber and print area bedmesh\n; PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]}",
"machine_end_gcode": "PRINT_END",
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"scan_first_layer": "0",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View File

@@ -1,117 +1,117 @@
{
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"printer_technology": "FFF",
"deretraction_speed": [
"40"
],
"extruder_colour": [
"#FCE94F"
],
"extruder_offset": [
"0x0"
],
"gcode_flavor": "marlin",
"silent_mode": "0",
"machine_max_acceleration_e": [
"5000"
],
"machine_max_acceleration_extruding": [
"10000"
],
"machine_max_acceleration_retracting": [
"1000"
],
"machine_max_acceleration_x": [
"10000"
],
"machine_max_acceleration_y": [
"10000"
],
"machine_max_acceleration_z": [
"100"
],
"machine_max_speed_e": [
"60"
],
"machine_max_speed_x": [
"500"
],
"machine_max_speed_y": [
"500"
],
"machine_max_speed_z": [
"10"
],
"machine_max_jerk_e": [
"5"
],
"machine_max_jerk_x": [
"8"
],
"machine_max_jerk_y": [
"8"
],
"machine_max_jerk_z": [
"0.4"
],
"machine_min_extruding_rate": [
"0"
],
"machine_min_travel_rate": [
"0"
],
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"printable_height": "250",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"nozzle_diameter": [
"0.4"
],
"printer_settings_id": "",
"printer_variant": "0.4",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"1"
],
"retract_length_toolchange": [
"1"
],
"z_hop": [
"0"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"60"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"wipe": [
"1"
],
"default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up",
"machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end"
}
"type": "machine",
"name": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"printer_technology": "FFF",
"deretraction_speed": [
"40"
],
"extruder_colour": [
"#FCE94F"
],
"extruder_offset": [
"0x0"
],
"gcode_flavor": "marlin",
"silent_mode": "0",
"machine_max_acceleration_e": [
"5000"
],
"machine_max_acceleration_extruding": [
"10000"
],
"machine_max_acceleration_retracting": [
"1000"
],
"machine_max_acceleration_x": [
"10000"
],
"machine_max_acceleration_y": [
"10000"
],
"machine_max_acceleration_z": [
"100"
],
"machine_max_speed_e": [
"60"
],
"machine_max_speed_x": [
"500"
],
"machine_max_speed_y": [
"500"
],
"machine_max_speed_z": [
"10"
],
"machine_max_jerk_e": [
"5"
],
"machine_max_jerk_x": [
"8"
],
"machine_max_jerk_y": [
"8"
],
"machine_max_jerk_z": [
"0.4"
],
"machine_min_extruding_rate": [
"0"
],
"machine_min_travel_rate": [
"0"
],
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.08"
],
"printable_height": "250",
"extruder_clearance_radius": "65",
"extruder_clearance_height_to_rod": "36",
"extruder_clearance_height_to_lid": "140",
"nozzle_diameter": [
"0.4"
],
"printer_settings_id": "",
"printer_variant": "0.4",
"retraction_minimum_travel": [
"2"
],
"retract_before_wipe": [
"70%"
],
"retract_when_changing_layer": [
"1"
],
"retraction_length": [
"1"
],
"retract_length_toolchange": [
"1"
],
"z_hop": [
"0"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"60"
],
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"wipe": [
"1"
],
"default_print_profile": "0.16mm Optimal @Bambu Lab X1 Carbon 0.4 nozzle",
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
"machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up",
"machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end"
}