mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
Various profile improvments (#4775)
* Add Prusa MINI profiles & fix image extension * Add MINI & MK3S to generic filaments * Change 0.2 to 0.25 * Change this one * Fix this * Fix nozzle diameters * Forgot this...
This commit is contained in:
parent
88f94c82ea
commit
a187356b93
21 changed files with 437 additions and 7 deletions
|
@ -30,10 +30,22 @@
|
|||
"name": "process_common_mk3",
|
||||
"sub_path": "process/process_common_mk3.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MINI 0.25",
|
||||
"sub_path": "process/0.20mm Standard @MINI 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MINI",
|
||||
"sub_path": "process/0.20mm Standard @MINI.json"
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MINI 0.6",
|
||||
"sub_path": "process/0.20mm Standard @MINI 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MINI 0.8",
|
||||
"sub_path": "process/0.20mm Standard @MINI 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.05mm UltraDetail @MK3S 0.25",
|
||||
"sub_path": "process/0.05mm UltraDetail @MK3S 0.25.json"
|
||||
|
@ -293,9 +305,21 @@
|
|||
"name": "Prusa MK4 0.8 nozzle",
|
||||
"sub_path": "machine/Prusa MK4 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MINI 0.25 nozzle",
|
||||
"sub_path": "machine/Prusa MINI 0.25 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MINI 0.4 nozzle",
|
||||
"sub_path": "machine/Prusa MINI 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MINI 0.6 nozzle",
|
||||
"sub_path": "machine/Prusa MINI 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MINI 0.8 nozzle",
|
||||
"sub_path": "machine/Prusa MINI 0.8 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue