mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
ENH: add preset of voron
As title. Thanks SoftFever. Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I752413251b7699f8d1d26c44d71d912e1ef09c7b (cherry picked from commit 606a69173e10d0a45e1f1987c36e45c3c89a7f09)
This commit is contained in:
parent
29e19cb32e
commit
cd82f70002
54 changed files with 2077 additions and 21 deletions
186
resources/profiles/Voron.json
Normal file
186
resources/profiles/Voron.json
Normal file
|
@ -0,0 +1,186 @@
|
|||
{
|
||||
"name": "Voron",
|
||||
"version": "01.02.01.03",
|
||||
"force_update": "0",
|
||||
"description": "Voron configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"sub_path": "machine/Voron 0.1.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_voron_common",
|
||||
"sub_path": "process/fdm_process_voron_common.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.15mm Optimal @Voron",
|
||||
"sub_path": "process/0.15mm 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"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_tpu",
|
||||
"sub_path": "filament/fdm_filament_tpu.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/fdm_filament_abs.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pc",
|
||||
"sub_path": "filament/fdm_filament_pc.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_asa",
|
||||
"sub_path": "filament/fdm_filament_asa.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pva",
|
||||
"sub_path": "filament/fdm_filament_pva.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pa",
|
||||
"sub_path": "filament/fdm_filament_pa.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Generic PLA",
|
||||
"sub_path": "filament/Voron Generic PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Generic PLA-CF",
|
||||
"sub_path": "filament/Voron Generic PLA-CF.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Generic PETG",
|
||||
"sub_path": "filament/Voron Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Generic ABS",
|
||||
"sub_path": "filament/Voron Generic ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Generic TPU",
|
||||
"sub_path": "filament/Voron Generic TPU.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Generic ASA",
|
||||
"sub_path": "filament/Voron Generic ASA.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Generic PC",
|
||||
"sub_path": "filament/Voron Generic PC.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Generic PVA",
|
||||
"sub_path": "filament/Voron Generic PVA.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Generic PA",
|
||||
"sub_path": "filament/Voron Generic PA.json"
|
||||
},
|
||||
{
|
||||
"name": "Voron Generic PA-CF",
|
||||
"sub_path": "filament/Voron Generic PA-CF.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_klipper_common",
|
||||
"sub_path": "machine/fdm_klipper_common.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": "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",
|
||||
"sub_path": "machine/Voron 0.1 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue