mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Add Voron machine support
This commit is contained in:
parent
f61603c585
commit
e4b79afeac
11 changed files with 190 additions and 0 deletions
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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue