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

@ -8,28 +8,28 @@
"printer_model": "Snapmaker J1", "printer_model": "Snapmaker J1",
"default_print_profile": "0.20mm 0.6 Standard @Snapmaker J1", "default_print_profile": "0.20mm 0.6 Standard @Snapmaker J1",
"retraction_minimum_travel": [ "retraction_minimum_travel": [
"3" "3"
], ],
"thumbnails": [ "thumbnails": [
"400x400" "400x400"
], ],
"z_hop_types": [ "z_hop_types": [
"Auto Lift" "Auto Lift"
], ],
"z_lift_type": [ "z_lift_type": [
"SpiralLift" "SpiralLift"
], ],
"nozzle_diameter": [ "nozzle_diameter": [
"0.6" "0.6"
], ],
"bed_exclude_area": [ "bed_exclude_area": [
"0x0" "0x0"
], ],
"printable_area": [ "printable_area": [
"0x0", "0x0",
"324x0", "324x0",
"324x200", "324x200",
"0x200" "0x200"
], ],
"printable_height": "200", "printable_height": "200",
"machine_start_gcode": ";***** Snapmaker J1\n;***** Update : 20221222\n;***** Printer : [printer_preset]\n;***** Profile : [print_preset]\nM593 P1 X F35.7 \nM593 P1 Y F33.7 \nM355 S1 P16 ;------------OPTIONAL ;dim led \nM83 ;absolute extrusion mode\nM140 S[first_layer_bed_temperature] ;Start Warming Bed\nT[initial_extruder] ;switch to initial extruder\n{if total_toolchanges < 1}; Preheat one extruder (just one used)\nM104 S160 ;preheat nozzle\n{else}; Preheat both extruders used\nM104 S160 T0 ;preheat T0\nM104 S160 T1 ;preheat T1\n{endif}\nG28 ; home all axes\nG90 ;absolute positioning\nG1 Z0.8 F1800\nM201 X5000 Y5000 Z500 E5000\nM205 V5\nM900 T0 K0.02\nM900 T1 K0.02\nM190 S[first_layer_bed_temperature] ; C3 W2 Wait For Bed Temperature\n{if total_toolchanges < 1}; Heat one extruder\nM104 S[first_layer_temperature]\nM109 S[first_layer_temperature] ;Wait for Hotend Temperature\n{else}; Heat both extruders\nM104 T0 S{first_layer_temperature[0]}\nM104 T1 S{first_layer_temperature[1]}\nM109 T0 S{first_layer_temperature[0]} ;Wait for Hotend Temperature\nM109 T1 S{first_layer_temperature[1]} ;Wait for Hotend Temperature\n{endif}\n;\n{if 1==1} ;-----------OPTIONAL ;led effect\n M355 S1 P32\n G4 S1\n M355 S1 P48\n G4 S1\n M355 S1 P64\n G4 S1\n M355 S1 P96\n G4 S1\n M355 S1 P128\n G4 S1\n M355 S1 P255\n{endif}\n;\nG92 E0\n;\n{if total_toolchanges > 0 or initial_extruder == 0}; Purge line T0\nT0\nG92 E0\nG1 F1200 X5 Z0.5\nG1 F600 X100 E20\nG1 F600 Z2\nG92 E0\nG1 F1200 E-6\nG0 X-20 F12000 ; park T0\n{endif}\n{if total_toolchanges > 0 or initial_extruder == 1}; Purge line T1\nT1\nG92 E0\nG1 F1200 X295 Z0.5\nG1 F600 X200 E20\nG1 F600 Z2\nG92 E0\nG1 F1200 E-6\nG0 X350 F12000 ; park T1 (old 345)\n{endif}\n;End Start Gcode J1\n", "machine_start_gcode": ";***** Snapmaker J1\n;***** Update : 20221222\n;***** Printer : [printer_preset]\n;***** Profile : [print_preset]\nM593 P1 X F35.7 \nM593 P1 Y F33.7 \nM355 S1 P16 ;------------OPTIONAL ;dim led \nM83 ;absolute extrusion mode\nM140 S[first_layer_bed_temperature] ;Start Warming Bed\nT[initial_extruder] ;switch to initial extruder\n{if total_toolchanges < 1}; Preheat one extruder (just one used)\nM104 S160 ;preheat nozzle\n{else}; Preheat both extruders used\nM104 S160 T0 ;preheat T0\nM104 S160 T1 ;preheat T1\n{endif}\nG28 ; home all axes\nG90 ;absolute positioning\nG1 Z0.8 F1800\nM201 X5000 Y5000 Z500 E5000\nM205 V5\nM900 T0 K0.02\nM900 T1 K0.02\nM190 S[first_layer_bed_temperature] ; C3 W2 Wait For Bed Temperature\n{if total_toolchanges < 1}; Heat one extruder\nM104 S[first_layer_temperature]\nM109 S[first_layer_temperature] ;Wait for Hotend Temperature\n{else}; Heat both extruders\nM104 T0 S{first_layer_temperature[0]}\nM104 T1 S{first_layer_temperature[1]}\nM109 T0 S{first_layer_temperature[0]} ;Wait for Hotend Temperature\nM109 T1 S{first_layer_temperature[1]} ;Wait for Hotend Temperature\n{endif}\n;\n{if 1==1} ;-----------OPTIONAL ;led effect\n M355 S1 P32\n G4 S1\n M355 S1 P48\n G4 S1\n M355 S1 P64\n G4 S1\n M355 S1 P96\n G4 S1\n M355 S1 P128\n G4 S1\n M355 S1 P255\n{endif}\n;\nG92 E0\n;\n{if total_toolchanges > 0 or initial_extruder == 0}; Purge line T0\nT0\nG92 E0\nG1 F1200 X5 Z0.5\nG1 F600 X100 E20\nG1 F600 Z2\nG92 E0\nG1 F1200 E-6\nG0 X-20 F12000 ; park T0\n{endif}\n{if total_toolchanges > 0 or initial_extruder == 1}; Purge line T1\nT1\nG92 E0\nG1 F1200 X295 Z0.5\nG1 F600 X200 E20\nG1 F600 Z2\nG92 E0\nG1 F1200 E-6\nG0 X350 F12000 ; park T1 (old 345)\n{endif}\n;End Start Gcode J1\n",
@ -65,5 +65,6 @@
], ],
"scan_first_layer": "0", "scan_first_layer": "0",
"nozzle_type": "hardened_steel", "nozzle_type": "hardened_steel",
"auxiliary_fan": "0" "auxiliary_fan": "0",
"printer_variant": "0.6"
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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