mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 06:24:01 -06:00
fix Voron profiles
This commit is contained in:
parent
466a17b8b4
commit
c5a10b302a
49 changed files with 1001 additions and 970 deletions
|
@ -8,28 +8,28 @@
|
|||
"printer_model": "Snapmaker J1",
|
||||
"default_print_profile": "0.20mm 0.6 Standard @Snapmaker J1",
|
||||
"retraction_minimum_travel": [
|
||||
"3"
|
||||
"3"
|
||||
],
|
||||
"thumbnails": [
|
||||
"400x400"
|
||||
"400x400"
|
||||
],
|
||||
"z_hop_types": [
|
||||
"Auto Lift"
|
||||
"Auto Lift"
|
||||
],
|
||||
"z_lift_type": [
|
||||
"SpiralLift"
|
||||
"SpiralLift"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
"0x0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"324x0",
|
||||
"324x200",
|
||||
"0x200"
|
||||
"0x0",
|
||||
"324x0",
|
||||
"324x200",
|
||||
"0x200"
|
||||
],
|
||||
"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",
|
||||
|
@ -65,5 +65,6 @@
|
|||
],
|
||||
"scan_first_layer": "0",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"auxiliary_fan": "0"
|
||||
"auxiliary_fan": "0",
|
||||
"printer_variant": "0.6"
|
||||
}
|
|
@ -1,28 +1,29 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron 0.1 0.15 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron 0.1 0.15 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"printer_variant": "0.15"
|
||||
}
|
|
@ -1,28 +1,29 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron 0.1 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron 0.1 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"printer_variant": "0.2"
|
||||
}
|
|
@ -1,28 +1,29 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron 0.1 0.25 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron 0.1 0.25 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"printer_variant": "0.25"
|
||||
}
|
|
@ -1,28 +1,29 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron 0.1 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron 0.1 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"printer_variant": "0.6"
|
||||
}
|
|
@ -1,28 +1,29 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron 0.1 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron 0.1 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"printer_variant": "0.8"
|
||||
}
|
|
@ -1,28 +1,29 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron 0.1 1.0 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.80"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron 0.1 1.0 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron 0.1",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.80"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"120x0",
|
||||
"120x120",
|
||||
"0x120"
|
||||
],
|
||||
"printable_height": "120",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"printer_variant": "1.0"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 250",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.2"
|
||||
"0.2"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "225"
|
||||
}
|
||||
|
||||
"printable_height": "225",
|
||||
"printer_variant": "0.15"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 250",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.20"
|
||||
"0.20"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "225"
|
||||
}
|
||||
|
||||
"printable_height": "225",
|
||||
"printer_variant": "0.2"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 250",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.25"
|
||||
"0.25"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "225"
|
||||
}
|
||||
|
||||
"printable_height": "225",
|
||||
"printer_variant": "0.25"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 250",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.45"
|
||||
"0.45"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "225"
|
||||
}
|
||||
|
||||
"printable_height": "225",
|
||||
"printer_variant": "0.6"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 250",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.6"
|
||||
"0.6"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.20"
|
||||
"0.20"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "225"
|
||||
}
|
||||
|
||||
"printable_height": "225",
|
||||
"printer_variant": "0.8"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 250",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.9"
|
||||
"0.9"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "225"
|
||||
}
|
||||
|
||||
"printable_height": "225",
|
||||
"printer_variant": "1.0"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 300",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.2"
|
||||
"0.2"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "2755"
|
||||
}
|
||||
|
||||
"printable_height": "2755",
|
||||
"printer_variant": "0.15"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 300",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.2"
|
||||
"0.2"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "2755"
|
||||
}
|
||||
|
||||
"printable_height": "2755",
|
||||
"printer_variant": "0.2"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 300",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.25"
|
||||
"0.25"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "2755"
|
||||
}
|
||||
|
||||
"printable_height": "2755",
|
||||
"printer_variant": "0.25"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 300",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.45"
|
||||
"0.45"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "275"
|
||||
}
|
||||
|
||||
"printable_height": "275",
|
||||
"printer_variant": "0.6"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 300",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.6"
|
||||
"0.6"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.20"
|
||||
"0.20"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "275"
|
||||
}
|
||||
|
||||
"printable_height": "275",
|
||||
"printer_variant": "0.8"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 300",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.9"
|
||||
"0.9"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "275"
|
||||
}
|
||||
|
||||
"printable_height": "275",
|
||||
"printer_variant": "1.0"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 350",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.2"
|
||||
"0.2"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "325"
|
||||
}
|
||||
|
||||
"printable_height": "325",
|
||||
"printer_variant": "0.15"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 350",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.2"
|
||||
"0.2"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "325"
|
||||
}
|
||||
|
||||
"printable_height": "325",
|
||||
"printer_variant": "0.2"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 350",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.25"
|
||||
"0.25"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "325"
|
||||
}
|
||||
|
||||
"printable_height": "325",
|
||||
"printer_variant": "0.25"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 350",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.45"
|
||||
"0.45"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "325"
|
||||
}
|
||||
|
||||
"printable_height": "325",
|
||||
"printer_variant": "0.6"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 350",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.6"
|
||||
"0.6"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.20"
|
||||
"0.20"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "325"
|
||||
}
|
||||
|
||||
"printable_height": "325",
|
||||
"printer_variant": "0.8"
|
||||
}
|
|
@ -8,20 +8,20 @@
|
|||
"printer_model": "Voron 2.4 350",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.9"
|
||||
"0.9"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "325"
|
||||
}
|
||||
|
||||
"printable_height": "325",
|
||||
"printer_variant": "1.0"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Switchwire 250 0.15 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Switchwire 250 0.15 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240",
|
||||
"printer_variant": "0.15"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Switchwire 250 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Switchwire 250 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240",
|
||||
"printer_variant": "0.2"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Switchwire 250 0.25 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Switchwire 250 0.25 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240",
|
||||
"printer_variant": "0.25"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron Switchwire 250 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron Switchwire 250 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240",
|
||||
"printer_variant": "0.6"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Switchwire 250 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Switchwire 250 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240",
|
||||
"printer_variant": "0.8"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Switchwire 250 1.0 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.80"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Switchwire 250 1.0 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Switchwire 250",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.80"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x210",
|
||||
"0x210"
|
||||
],
|
||||
"printable_height": "240",
|
||||
"printer_variant": "1.0"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 250 0.15 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 250 0.15 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.15"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 250 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 250 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.2"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 250 0.25 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 250 0.25 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.25"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron Trident 250 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron Trident 250 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.6"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 250 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 250 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.8"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 250 1.0 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.80"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 250 1.0 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 250",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.80"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "1.0"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 300 0.15 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 300 0.15 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.15"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 300 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 300 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.2"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 300 0.25 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 300 0.25 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.25"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron Trident 300 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron Trident 300 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.6"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 300 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 300 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.8"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 300 1.0 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.80"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 300 1.0 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 300",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.80"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "1.0"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 350 0.15 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 350 0.15 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.09mm Standard 0.15 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.15"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.15"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 350 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 350 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.10mm Standard 0.2 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.2"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 350 0.25 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Voron Trident 350 0.25 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.10mm Standard 0.25 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.20"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.06"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.25"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron Trident 350 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron Trident 350 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.30mm Standard 0.6 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.48"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.6"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 350 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 350 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.40mm Standard 0.8 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.64"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "0.8"
|
||||
}
|
|
@ -1,26 +1,27 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 350 1.0 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.80"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
||||
"type": "machine",
|
||||
"setting_id": "GM004",
|
||||
"name": "Voron Trident 350 1.0 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Voron Trident 350",
|
||||
"default_print_profile": "0.50mm Standard 1.0 nozzle @Voron",
|
||||
"max_layer_height": [
|
||||
"0.80"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"printer_variant": "1.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue