mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Voron profile
This commit is contained in:
parent
09ac93e48a
commit
1edba74a63
33 changed files with 310 additions and 222 deletions
|
|
@ -16,6 +16,18 @@
|
||||||
"name": "Voron 2.4 350",
|
"name": "Voron 2.4 350",
|
||||||
"sub_path": "machine/Voron 2.4 350.json"
|
"sub_path": "machine/Voron 2.4 350.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Voron Trident 250",
|
||||||
|
"sub_path": "machine/Voron Trident 250.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Voron Trident 300",
|
||||||
|
"sub_path": "machine/Voron Trident 300.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Voron Trident 350",
|
||||||
|
"sub_path": "machine/Voron Trident 350.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Voron 0.1",
|
"name": "Voron 0.1",
|
||||||
"sub_path": "machine/Voron 0.1.json"
|
"sub_path": "machine/Voron 0.1.json"
|
||||||
|
|
@ -138,10 +150,6 @@
|
||||||
"name": "fdm_machine_common",
|
"name": "fdm_machine_common",
|
||||||
"sub_path": "machine/fdm_machine_common.json"
|
"sub_path": "machine/fdm_machine_common.json"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "fdm_bbl_3dp_001_common",
|
|
||||||
"sub_path": "machine/fdm_bbl_3dp_001_common.json"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "fdm_klipper_common",
|
"name": "fdm_klipper_common",
|
||||||
"sub_path": "machine/fdm_klipper_common.json"
|
"sub_path": "machine/fdm_klipper_common.json"
|
||||||
|
|
@ -158,6 +166,18 @@
|
||||||
"name": "Voron 2.4 350 0.4 nozzle",
|
"name": "Voron 2.4 350 0.4 nozzle",
|
||||||
"sub_path": "machine/Voron 2.4 350 0.4 nozzle.json"
|
"sub_path": "machine/Voron 2.4 350 0.4 nozzle.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Voron Trident 250 0.4 nozzle",
|
||||||
|
"sub_path": "machine/Voron Trident 250 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Voron Trident 300 0.4 nozzle",
|
||||||
|
"sub_path": "machine/Voron Trident 300 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Voron Trident 350 0.4 nozzle",
|
||||||
|
"sub_path": "machine/Voron Trident 350 0.4 nozzle.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Voron 0.1 0.4 nozzle",
|
"name": "Voron 0.1 0.4 nozzle",
|
||||||
"sub_path": "machine/Voron 0.1 0.4 nozzle.json"
|
"sub_path": "machine/Voron 0.1 0.4 nozzle.json"
|
||||||
|
|
|
||||||
|
|
@ -10,12 +10,15 @@
|
||||||
"0.95"
|
"0.95"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"16"
|
"12"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle",
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
"Voron 0.1 0.4 nozzle"
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,9 @@
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle",
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
"Voron 0.1 0.4 nozzle"
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,13 @@
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"8"
|
"8"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle"
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,11 +13,15 @@
|
||||||
"280"
|
"280"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"16"
|
"12"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle"
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,14 +7,18 @@
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_filament_pc",
|
"inherits": "fdm_filament_pc",
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"16"
|
"12"
|
||||||
],
|
],
|
||||||
"filament_flow_ratio": [
|
"filament_flow_ratio": [
|
||||||
"0.94"
|
"0.94"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle"
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,9 @@
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle",
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
"Voron 0.1 0.4 nozzle"
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,13 @@
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"7"
|
"7"
|
||||||
],
|
],
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle"
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle",
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
"Voron 0.1 0.4 nozzle"
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"0.95"
|
"0.95"
|
||||||
],
|
],
|
||||||
"filament_max_volumetric_speed": [
|
"filament_max_volumetric_speed": [
|
||||||
"16"
|
"12"
|
||||||
],
|
],
|
||||||
"slow_down_layer_time": [
|
"slow_down_layer_time": [
|
||||||
"7"
|
"7"
|
||||||
|
|
@ -22,6 +22,9 @@
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle",
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
"Voron 0.1 0.4 nozzle"
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,9 @@
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle",
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
"Voron 0.1 0.4 nozzle"
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,12 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
"setting_id": "GM003",
|
"setting_id": "VORON-001",
|
||||||
"name": "Voron 0.1 0.4 nozzle",
|
"name": "Voron 0.1 0.4 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_bbl_3dp_001_common",
|
"inherits": "fdm_klipper_common",
|
||||||
"printer_model": "Voron 0.1",
|
"printer_model": "Voron 0.1",
|
||||||
"default_filament_profile": [
|
|
||||||
"Bambu PLA Basic @BBL X1"
|
|
||||||
],
|
|
||||||
"default_print_profile": "0.20mm Standard @Voron",
|
"default_print_profile": "0.20mm Standard @Voron",
|
||||||
"nozzle_diameter": [
|
|
||||||
"0.4"
|
|
||||||
],
|
|
||||||
"bed_exclude_area": [
|
|
||||||
"0x0"
|
|
||||||
],
|
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"120x0",
|
"120x0",
|
||||||
|
|
@ -23,11 +14,6 @@
|
||||||
"0x120"
|
"0x120"
|
||||||
],
|
],
|
||||||
"printable_height": "120",
|
"printable_height": "120",
|
||||||
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]",
|
|
||||||
"machine_end_gcode": "PRINT_END",
|
|
||||||
"scan_first_layer": "0",
|
|
||||||
"machine_load_filament_time": "17",
|
|
||||||
"machine_unload_filament_time": "16",
|
|
||||||
"nozzle_type": "hardened_steel",
|
"nozzle_type": "hardened_steel",
|
||||||
"auxiliary_fan": "0"
|
"auxiliary_fan": "0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,5 @@
|
||||||
"bed_model": "",
|
"bed_model": "",
|
||||||
"bed_texture": "voron_logo.png",
|
"bed_texture": "voron_logo.png",
|
||||||
"hotend_model": "bbl-3dp-hotend.stl",
|
"hotend_model": "bbl-3dp-hotend.stl",
|
||||||
"default_materials": "Voron Generic ABS"
|
"default_materials": "Voron Generic ABS; Voron Generic PLA; Voron Generic PLA-CF; Voron Generic PETG; Voron Generic TPU; Voron Generic ASA; Voron Generic PC; Voron Generic PVA; Voron Generic PA; Voron Generic PA-CF"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
"setting_id": "GM003",
|
"setting_id": "VORON-002",
|
||||||
"name": "Voron 2.4 250 0.4 nozzle",
|
"name": "Voron 2.4 250 0.4 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,5 @@
|
||||||
"bed_model": "",
|
"bed_model": "",
|
||||||
"bed_texture": "voron_logo.png",
|
"bed_texture": "voron_logo.png",
|
||||||
"hotend_model": "bbl-3dp-hotend.stl",
|
"hotend_model": "bbl-3dp-hotend.stl",
|
||||||
"default_materials": "Voron Generic ABS"
|
"default_materials": "Voron Generic ABS; Voron Generic PLA; Voron Generic PLA-CF; Voron Generic PETG; Voron Generic TPU; Voron Generic ASA; Voron Generic PC; Voron Generic PVA; Voron Generic PA; Voron Generic PA-CF"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
"setting_id": "GM003",
|
"setting_id": "VORON-003",
|
||||||
"name": "Voron 2.4 300 0.4 nozzle",
|
"name": "Voron 2.4 300 0.4 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,5 @@
|
||||||
"bed_model": "",
|
"bed_model": "",
|
||||||
"bed_texture": "voron_logo.png",
|
"bed_texture": "voron_logo.png",
|
||||||
"hotend_model": "bbl-3dp-hotend.stl",
|
"hotend_model": "bbl-3dp-hotend.stl",
|
||||||
"default_materials": "Voron Generic ABS"
|
"default_materials": "Voron Generic ABS; Voron Generic PLA; Voron Generic PLA-CF; Voron Generic PETG; Voron Generic TPU; Voron Generic ASA; Voron Generic PC; Voron Generic PVA; Voron Generic PA; Voron Generic PA-CF"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
"setting_id": "GM003",
|
"setting_id": "VORON-004",
|
||||||
"name": "Voron 2.4 350 0.4 nozzle",
|
"name": "Voron 2.4 350 0.4 nozzle",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,5 @@
|
||||||
"bed_model": "",
|
"bed_model": "",
|
||||||
"bed_texture": "voron_logo.png",
|
"bed_texture": "voron_logo.png",
|
||||||
"hotend_model": "bbl-3dp-hotend.stl",
|
"hotend_model": "bbl-3dp-hotend.stl",
|
||||||
"default_materials": "Voron Generic ABS"
|
"default_materials": "Voron Generic ABS; Voron Generic PLA; Voron Generic PLA-CF; Voron Generic PETG; Voron Generic TPU; Voron Generic ASA; Voron Generic PC; Voron Generic PVA; Voron Generic PA; Voron Generic PA-CF"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "VORON-005",
|
||||||
|
"name": "Voron Trident 250 0.4 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_klipper_common",
|
||||||
|
"printer_model": "Voron 2.4 250",
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"250x0",
|
||||||
|
"250x250",
|
||||||
|
"0x250"
|
||||||
|
],
|
||||||
|
"printable_height": "225"
|
||||||
|
}
|
||||||
12
resources/profiles/Voron/machine/Voron Trident 250.json
Normal file
12
resources/profiles/Voron/machine/Voron Trident 250.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "Voron Trident 250",
|
||||||
|
"model_id": "Voron2Trident-250",
|
||||||
|
"nozzle_diameter": "0.4",
|
||||||
|
"machine_tech": "FFF",
|
||||||
|
"family": "VoronDesign",
|
||||||
|
"bed_model": "",
|
||||||
|
"bed_texture": "voron_logo.png",
|
||||||
|
"hotend_model": "bbl-3dp-hotend.stl",
|
||||||
|
"default_materials": "Voron Generic ABS; Voron Generic PLA; Voron Generic PLA-CF; Voron Generic PETG; Voron Generic TPU; Voron Generic ASA; Voron Generic PC; Voron Generic PVA; Voron Generic PA; Voron Generic PA-CF"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "VORON-006",
|
||||||
|
"name": "Voron Trident 300 0.4 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_klipper_common",
|
||||||
|
"printer_model": "Voron 2.4 300",
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"300x0",
|
||||||
|
"300x300",
|
||||||
|
"0x300"
|
||||||
|
],
|
||||||
|
"printable_height": "275"
|
||||||
|
}
|
||||||
12
resources/profiles/Voron/machine/Voron Trident 300.json
Normal file
12
resources/profiles/Voron/machine/Voron Trident 300.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "Voron Trident 300",
|
||||||
|
"model_id": "Voron2Trident-300",
|
||||||
|
"nozzle_diameter": "0.4",
|
||||||
|
"machine_tech": "FFF",
|
||||||
|
"family": "VoronDesign",
|
||||||
|
"bed_model": "",
|
||||||
|
"bed_texture": "voron_logo.png",
|
||||||
|
"hotend_model": "bbl-3dp-hotend.stl",
|
||||||
|
"default_materials": "Voron Generic ABS; Voron Generic PLA; Voron Generic PLA-CF; Voron Generic PETG; Voron Generic TPU; Voron Generic ASA; Voron Generic PC; Voron Generic PVA; Voron Generic PA; Voron Generic PA-CF"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "VORON-007",
|
||||||
|
"name": "Voron Trident 350 0.4 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_klipper_common",
|
||||||
|
"printer_model": "Voron 2.4 350",
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"350x0",
|
||||||
|
"350x350",
|
||||||
|
"0x350"
|
||||||
|
],
|
||||||
|
"printable_height": "325"
|
||||||
|
}
|
||||||
12
resources/profiles/Voron/machine/Voron Trident 350.json
Normal file
12
resources/profiles/Voron/machine/Voron Trident 350.json
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "Voron Trident 350",
|
||||||
|
"model_id": "Voron2Trident-350",
|
||||||
|
"nozzle_diameter": "0.4",
|
||||||
|
"machine_tech": "FFF",
|
||||||
|
"family": "VoronDesign",
|
||||||
|
"bed_model": "",
|
||||||
|
"bed_texture": "voron_logo.png",
|
||||||
|
"hotend_model": "bbl-3dp-hotend.stl",
|
||||||
|
"default_materials": "Voron Generic ABS; Voron Generic PLA; Voron Generic PLA-CF; Voron Generic PETG; Voron Generic TPU; Voron Generic ASA; Voron Generic PC; Voron Generic PVA; Voron Generic PA; Voron Generic PA-CF"
|
||||||
|
}
|
||||||
|
|
@ -1,160 +0,0 @@
|
||||||
{
|
|
||||||
"type": "machine",
|
|
||||||
"name": "fdm_bbl_3dp_001_common",
|
|
||||||
"from": "system",
|
|
||||||
"instantiation": "false",
|
|
||||||
"printable_area": [
|
|
||||||
"0x0",
|
|
||||||
"256x0",
|
|
||||||
"256x256",
|
|
||||||
"0x256"
|
|
||||||
],
|
|
||||||
"bed_exclude_area": [
|
|
||||||
"0x0",
|
|
||||||
"28x0",
|
|
||||||
"28x28",
|
|
||||||
"0x28",
|
|
||||||
"0x28",
|
|
||||||
"8x28",
|
|
||||||
"8x256",
|
|
||||||
"0x256"
|
|
||||||
],
|
|
||||||
"default_filament_profile": [
|
|
||||||
"Voron Generic ABS"
|
|
||||||
],
|
|
||||||
"default_print_profile": "0.20mm Standard @Voron",
|
|
||||||
"deretraction_speed": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600 ; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90\nG0 X110 Y200 F3600",
|
|
||||||
"extruder_colour": [
|
|
||||||
"#018001"
|
|
||||||
],
|
|
||||||
"extruder_offset": [
|
|
||||||
"0x0"
|
|
||||||
],
|
|
||||||
"gcode_flavor": "marlin",
|
|
||||||
"inherits": "fdm_machine_common",
|
|
||||||
"machine_max_acceleration_e": [
|
|
||||||
"5000",
|
|
||||||
"5000"
|
|
||||||
],
|
|
||||||
"machine_max_acceleration_extruding": [
|
|
||||||
"20000",
|
|
||||||
"20000"
|
|
||||||
],
|
|
||||||
"machine_max_acceleration_retracting": [
|
|
||||||
"5000",
|
|
||||||
"5000"
|
|
||||||
],
|
|
||||||
"machine_max_acceleration_travel": [
|
|
||||||
"9000",
|
|
||||||
"9000"
|
|
||||||
],
|
|
||||||
"machine_max_acceleration_x": [
|
|
||||||
"20000",
|
|
||||||
"20000"
|
|
||||||
],
|
|
||||||
"machine_max_acceleration_y": [
|
|
||||||
"20000",
|
|
||||||
"20000"
|
|
||||||
],
|
|
||||||
"machine_max_acceleration_z": [
|
|
||||||
"500",
|
|
||||||
"200"
|
|
||||||
],
|
|
||||||
"machine_max_speed_e": [
|
|
||||||
"25",
|
|
||||||
"25"
|
|
||||||
],
|
|
||||||
"machine_max_speed_x": [
|
|
||||||
"500",
|
|
||||||
"200"
|
|
||||||
],
|
|
||||||
"machine_max_speed_y": [
|
|
||||||
"500",
|
|
||||||
"200"
|
|
||||||
],
|
|
||||||
"machine_max_speed_z": [
|
|
||||||
"12",
|
|
||||||
"12"
|
|
||||||
],
|
|
||||||
"machine_max_jerk_e": [
|
|
||||||
"2.5",
|
|
||||||
"2.5"
|
|
||||||
],
|
|
||||||
"machine_max_jerk_x": [
|
|
||||||
"9",
|
|
||||||
"9"
|
|
||||||
],
|
|
||||||
"machine_max_jerk_y": [
|
|
||||||
"9",
|
|
||||||
"9"
|
|
||||||
],
|
|
||||||
"machine_max_jerk_z": [
|
|
||||||
"0.2",
|
|
||||||
"0.4"
|
|
||||||
],
|
|
||||||
"machine_min_extruding_rate": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"machine_min_travel_rate": [
|
|
||||||
"0",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"max_layer_height": [
|
|
||||||
"0.28"
|
|
||||||
],
|
|
||||||
"min_layer_height": [
|
|
||||||
"0.08"
|
|
||||||
],
|
|
||||||
"printable_height": "250",
|
|
||||||
"extruder_clearance_radius": "65",
|
|
||||||
"extruder_clearance_height_to_rod": "36",
|
|
||||||
"extruder_clearance_height_to_lid": "140",
|
|
||||||
"nozzle_diameter": [
|
|
||||||
"0.4"
|
|
||||||
],
|
|
||||||
"printer_settings_id": "",
|
|
||||||
"printer_technology": "FFF",
|
|
||||||
"printer_variant": "0.4",
|
|
||||||
"retraction_minimum_travel": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retract_before_wipe": [
|
|
||||||
"70%"
|
|
||||||
],
|
|
||||||
"retract_when_changing_layer": [
|
|
||||||
"1"
|
|
||||||
],
|
|
||||||
"retraction_length": [
|
|
||||||
"0.8"
|
|
||||||
],
|
|
||||||
"retract_length_toolchange": [
|
|
||||||
"2"
|
|
||||||
],
|
|
||||||
"z_hop": [
|
|
||||||
"0.4"
|
|
||||||
],
|
|
||||||
"retract_restart_extra": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retract_restart_extra_toolchange": [
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"retraction_speed": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"deretraction_speed": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"silent_mode": "0",
|
|
||||||
"single_extruder_multi_material": "1",
|
|
||||||
"change_filament_gcode": "M620 S[next_extruder]A\nM204 S9000\n{if toolchange_count > 1}\nG17\nG2 Z{max_layer_z + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\n{endif}\nG1 Z{max_layer_z + 3.0} F1200\n\nG1 X70 F12000\nG1 Y245\nG1 Y265 F3000\nM400\nM106 P1 S0\n{if old_filament_temp > 0 && next_extruder < 255}M109 S[old_filament_temp]{endif}\nG1 X90 F3000\nG1 Y250 F4000\nG1 X100 F5000\nG1 X120 F12000\n\nG1 X20 Y50 F12000\nG1 Y-3\n\nT[next_extruder]\n\n; always use highest temperature to flush\nM400\nM109 S[nozzle_temperature_range_high]\n\n{if next_extruder < 255}\nG1 X54 F12000\nG1 Y265\n\nM400\n\nG92 E0\n{if flush_length_1 > 1}\n; FLUSH_START\n{if flush_length_1 > 23.7}\nG1 E23.7 F{old_filament_e_feedrate} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{old_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\n{else}\nG1 E{flush_length_1} F{old_filament_e_feedrate}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 1}\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 1}\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_4 > 1}\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n\nM400\nM109 S[new_filament_temp]\n\nM400\nM106 P1 S255\nM400 S3\nG1 X80 F15000\nG1 X60 F15000\nG1 X80 F15000\nG1 X60 F15000; shake to put down garbage\n\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\n\nG1 X70 F5000\nG1 X90 F3000\nG1 Y255 F4000\nG1 X100 F5000\nG1 Y265 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X165 F15000; wipe and shake\nG1 Y256 ; move Y to aside, prevent collision\nM400\nG1 Z[z_after_toolchange] F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\nM621 S[next_extruder]A",
|
|
||||||
"layer_change_gcode": "{if timelapse_no_toolhead}\nG92 E0\nG1 E-[retraction_length] F1800\nG1 X65 Y245 F12000 ; move to safe pos\nG1 Y265 F3000\nM400 P100\nM971 S11 C10 O0\nG92 E0\nG1 E[retraction_length] F300\nG1 X100 F5000\nG1 Y255\n{endif}",
|
|
||||||
"machine_pause_gcode": "M400 U1\n",
|
|
||||||
"wipe": [
|
|
||||||
"1"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -3,7 +3,126 @@
|
||||||
"name": "fdm_klipper_common",
|
"name": "fdm_klipper_common",
|
||||||
"from": "system",
|
"from": "system",
|
||||||
"instantiation": "false",
|
"instantiation": "false",
|
||||||
"inherits": "fdm_bbl_3dp_001_common",
|
"inherits": "fdm_machine_common",
|
||||||
|
"gcode_flavor": "marlin",
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"5000",
|
||||||
|
"5000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"20000",
|
||||||
|
"20000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"5000",
|
||||||
|
"5000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"9000",
|
||||||
|
"9000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"20000",
|
||||||
|
"20000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"20000",
|
||||||
|
"20000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"500",
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"25",
|
||||||
|
"25"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"500",
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"500",
|
||||||
|
"200"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"12",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"2.5",
|
||||||
|
"2.5"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"9",
|
||||||
|
"9"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"9",
|
||||||
|
"9"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"0.2",
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"machine_min_extruding_rate": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"machine_min_travel_rate": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.28"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.08"
|
||||||
|
],
|
||||||
|
"printable_height": "250",
|
||||||
|
"extruder_clearance_radius": "65",
|
||||||
|
"extruder_clearance_height_to_rod": "36",
|
||||||
|
"extruder_clearance_height_to_lid": "140",
|
||||||
|
"printer_settings_id": "",
|
||||||
|
"printer_technology": "FFF",
|
||||||
|
"printer_variant": "0.4",
|
||||||
|
"retraction_minimum_travel": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"retract_before_wipe": [
|
||||||
|
"70%"
|
||||||
|
],
|
||||||
|
"retract_when_changing_layer": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"retraction_length": [
|
||||||
|
"0.8"
|
||||||
|
],
|
||||||
|
"retract_length_toolchange": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"z_hop": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"retract_restart_extra": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"retract_restart_extra_toolchange": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"retraction_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"deretraction_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"silent_mode": "0",
|
||||||
|
"single_extruder_multi_material": "1",
|
||||||
|
"change_filament_gcode": "",
|
||||||
|
"machine_pause_gcode": "PAUSE\n",
|
||||||
|
"wipe": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
"default_filament_profile": [
|
"default_filament_profile": [
|
||||||
"Voron Generic ABS"
|
"Voron Generic ABS"
|
||||||
],
|
],
|
||||||
|
|
@ -14,11 +133,10 @@
|
||||||
"bed_exclude_area": [
|
"bed_exclude_area": [
|
||||||
"0x0"
|
"0x0"
|
||||||
],
|
],
|
||||||
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]",
|
"machine_start_gcode": "M190 S0\nM104 S0\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]",
|
||||||
"machine_end_gcode": "PRINT_END",
|
"machine_end_gcode": "PRINT_END",
|
||||||
"layer_change_gcode": "",
|
"layer_change_gcode": "",
|
||||||
"scan_first_layer": "0",
|
"scan_first_layer": "0",
|
||||||
"nozzle_type": "hardened_steel",
|
"nozzle_type": "hardened_steel",
|
||||||
"auxiliary_fan": "0"
|
"auxiliary_fan": "0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -27,6 +27,9 @@
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle",
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
"Voron 0.1 0.4 nozzle"
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -103,6 +103,9 @@
|
||||||
"Voron 2.4 250 0.4 nozzle",
|
"Voron 2.4 250 0.4 nozzle",
|
||||||
"Voron 2.4 300 0.4 nozzle",
|
"Voron 2.4 300 0.4 nozzle",
|
||||||
"Voron 2.4 350 0.4 nozzle",
|
"Voron 2.4 350 0.4 nozzle",
|
||||||
|
"Voron Trident 250 0.4 nozzle",
|
||||||
|
"Voron Trident 300 0.4 nozzle",
|
||||||
|
"Voron Trident 350 0.4 nozzle",
|
||||||
"Voron 0.1 0.4 nozzle"
|
"Voron 0.1 0.4 nozzle"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 67 KiB |
BIN
resources/web/image/printer/Voron Trident 250_cover.png
Normal file
BIN
resources/web/image/printer/Voron Trident 250_cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 914 KiB |
BIN
resources/web/image/printer/Voron Trident 300_cover.png
Normal file
BIN
resources/web/image/printer/Voron Trident 300_cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 914 KiB |
BIN
resources/web/image/printer/Voron Trident 350_cover.png
Normal file
BIN
resources/web/image/printer/Voron Trident 350_cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 914 KiB |
Loading…
Add table
Add a link
Reference in a new issue