mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
Add MK4 0.25/0.6/0.8 nozzle
This commit is contained in:
parent
e97ab55e83
commit
60111eaa16
31 changed files with 621 additions and 51 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Prusa",
|
||||
"version": "01.07.01.03",
|
||||
"version": "01.07.01.04",
|
||||
"force_update": "0",
|
||||
"description": "Prusa configurations",
|
||||
"machine_model_list": [
|
||||
|
@ -22,17 +22,60 @@
|
|||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "process_common_mk4",
|
||||
"sub_path": "process/process_common_mk4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MK3S",
|
||||
"sub_path": "process/0.20mm Standard @MK3S.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MINI",
|
||||
"sub_path": "process/0.20mm Standard @MINI.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Standard @MK4",
|
||||
"sub_path": "process/0.08mm Standard @MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Standard @MK4",
|
||||
"sub_path": "process/0.12mm Standard @MK4.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.16mm Standard @MK4",
|
||||
"sub_path": "process/0.16mm Standard @MK4.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.20mm Standard @MK4",
|
||||
"sub_path": "process/0.20mm Standard @MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MINI",
|
||||
"sub_path": "process/0.20mm Standard @MINI.json"
|
||||
|
||||
"name": "0.24mm Standard @MK4",
|
||||
"sub_path": "process/0.24mm Standard @MK4.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.28mm Standard @MK4",
|
||||
"sub_path": "process/0.28mm Standard @MK4.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.32mm Standard @MK4",
|
||||
"sub_path": "process/0.32mm Standard @MK4.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.40mm Standard @MK4",
|
||||
"sub_path": "process/0.40mm Standard @MK4.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.56mm Standard @MK4",
|
||||
"sub_path": "process/0.56mm Standard @MK4.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
|
@ -142,10 +185,22 @@
|
|||
"name": "Prusa MK3S 0.4 nozzle",
|
||||
"sub_path": "machine/Prusa MK3S 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4 0.25 nozzle",
|
||||
"sub_path": "machine/Prusa MK4 0.25 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4 0.4 nozzle",
|
||||
"sub_path": "machine/Prusa MK4 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4 0.6 nozzle",
|
||||
"sub_path": "machine/Prusa MK4 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MK4 0.8 nozzle",
|
||||
"sub_path": "machine/Prusa MK4 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MINI 0.4 nozzle",
|
||||
"sub_path": "machine/Prusa MINI 0.4 nozzle.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue