mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 06:27:33 -06:00
Add Voron machine support
This commit is contained in:
parent
f61603c585
commit
e4b79afeac
11 changed files with 190 additions and 0 deletions
|
@ -12,6 +12,18 @@
|
|||
{
|
||||
"name": "Bambu Lab X1",
|
||||
"sub_path": "machine/Bambu Lab X1.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron 2.4 250",
|
||||
"sub_path": "machine/Voron 2.4 250.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron 2.4 300",
|
||||
"sub_path": "machine/Voron 2.4 300.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron 2.4 350",
|
||||
"sub_path": "machine/Voron 2.4 350.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
|
@ -94,6 +106,34 @@
|
|||
{
|
||||
"name": "0.40mm Standard @BBL X1C 0.8 nozzle",
|
||||
"sub_path": "process/0.40mm Standard @BBL X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @Voron",
|
||||
"sub_path": "process/0.08mm Extra Fine @Voron.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Voron",
|
||||
"sub_path": "process/0.12mm Fine @Voron.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Voron",
|
||||
"sub_path": "process/0.16mm Optimal @Voron.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Voron",
|
||||
"sub_path": "process/0.20mm Standard @Voron.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Voron",
|
||||
"sub_path": "process/0.24mm Draft @Voron.json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @Voron",
|
||||
"sub_path": "process/0.28mm Extra Draft @Voron.json"
|
||||
},
|
||||
{
|
||||
"name": "0.10mm Standard @Voron 0.2 nozzle",
|
||||
"sub_path": "process/0.10mm Standard @Voron 0.2 nozzle.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
|
@ -331,6 +371,18 @@
|
|||
"name": "Bambu Lab X1 0.4 nozzle",
|
||||
"sub_path": "machine/Bambu Lab X1 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron 2.4 250 0.4 nozzle",
|
||||
"sub_path": "machine/Voron 2.4 250 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron 2.4 300 0.4 nozzle",
|
||||
"sub_path": "machine/Voron 2.4 300 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron 2.4 350 0.4 nozzle",
|
||||
"sub_path": "machine/Voron 2.4 350 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu Lab X1 Carbon 0.2 nozzle",
|
||||
"sub_path": "machine/Bambu Lab X1 Carbon 0.2 nozzle.json"
|
||||
|
|
33
resources/profiles/BBL/machine/Voron 2.4 250 0.4 nozzle.json
Normal file
33
resources/profiles/BBL/machine/Voron 2.4 250 0.4 nozzle.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron 2.4 250 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_bbl_3dp_001_common",
|
||||
"printer_model": "Voron 2.4 250",
|
||||
"default_filament_profile": [
|
||||
"Bambu PLA Basic @BBL X1"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @Voron",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "225",
|
||||
"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": "Brass",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
13
resources/profiles/BBL/machine/Voron 2.4 250.json
Normal file
13
resources/profiles/BBL/machine/Voron 2.4 250.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Voron 2.4 250",
|
||||
"model_id": "BL-P002",
|
||||
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "BBL-3DP",
|
||||
"bed_model": "",
|
||||
"bed_texture": "voron_textured.png",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"default_materials": "Generic PLA;Bambu PLA Matte @BBL X1;Bambu PLA Basic @BBL X1;Bambu ABS @BBL X1C;Bambu PC @BBL X1C;Bambu Support W @BBL X1;Bambu TPU 95A @BBL X1;PolyTerra PLA @BBL X1;PolyLite PLA @BBL X1;"
|
||||
}
|
33
resources/profiles/BBL/machine/Voron 2.4 300 0.4 nozzle.json
Normal file
33
resources/profiles/BBL/machine/Voron 2.4 300 0.4 nozzle.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron 2.4 300 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_bbl_3dp_001_common",
|
||||
"printer_model": "Voron 2.4 300",
|
||||
"default_filament_profile": [
|
||||
"Bambu PLA Basic @BBL X1"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @Voron",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "275",
|
||||
"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": "Brass",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
13
resources/profiles/BBL/machine/Voron 2.4 300.json
Normal file
13
resources/profiles/BBL/machine/Voron 2.4 300.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Voron 2.4 300",
|
||||
"model_id": "BL-P002",
|
||||
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "BBL-3DP",
|
||||
"bed_model": "",
|
||||
"bed_texture": "voron_textured.png",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"default_materials": "Generic PLA;Bambu PLA Matte @BBL X1;Bambu PLA Basic @BBL X1;Bambu ABS @BBL X1C;Bambu PC @BBL X1C;Bambu Support W @BBL X1;Bambu TPU 95A @BBL X1;PolyTerra PLA @BBL X1;PolyLite PLA @BBL X1;"
|
||||
}
|
33
resources/profiles/BBL/machine/Voron 2.4 350 0.4 nozzle.json
Normal file
33
resources/profiles/BBL/machine/Voron 2.4 350 0.4 nozzle.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM003",
|
||||
"name": "Voron 2.4 350 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_bbl_3dp_001_common",
|
||||
"printer_model": "Voron 2.4 350",
|
||||
"default_filament_profile": [
|
||||
"Bambu PLA Basic @BBL X1"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @Voron",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"350x0",
|
||||
"350x350",
|
||||
"0x350"
|
||||
],
|
||||
"printable_height": "325",
|
||||
"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": "Brass",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
13
resources/profiles/BBL/machine/Voron 2.4 350.json
Normal file
13
resources/profiles/BBL/machine/Voron 2.4 350.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Voron 2.4 350",
|
||||
"model_id": "BL-P002",
|
||||
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "BBL-3DP",
|
||||
"bed_model": "",
|
||||
"bed_texture": "voron_textured.png",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"default_materials": "Generic PLA;Bambu PLA Matte @BBL X1;Bambu PLA Basic @BBL X1;Bambu ABS @BBL X1C;Bambu PC @BBL X1C;Bambu Support W @BBL X1;Bambu TPU 95A @BBL X1;PolyTerra PLA @BBL X1;PolyLite PLA @BBL X1;"
|
||||
}
|
BIN
resources/profiles/BBL/voron_textured.png
Normal file
BIN
resources/profiles/BBL/voron_textured.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
BIN
resources/web/image/printer/Voron 2.4 250_cover.png
Normal file
BIN
resources/web/image/printer/Voron 2.4 250_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
BIN
resources/web/image/printer/Voron 2.4 300_cover.png
Normal file
BIN
resources/web/image/printer/Voron 2.4 300_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
BIN
resources/web/image/printer/Voron 2.4 350_cover.png
Normal file
BIN
resources/web/image/printer/Voron 2.4 350_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
Loading…
Add table
Add a link
Reference in a new issue