mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
add Prusa MINI+
This commit is contained in:
parent
85f774a72d
commit
7c11aeba96
17 changed files with 186 additions and 11 deletions
|
@ -1,12 +1,16 @@
|
|||
{
|
||||
"name": "Prusa",
|
||||
"version": "01.02.00.03",
|
||||
"version": "01.04.00.09",
|
||||
"force_update": "0",
|
||||
"description": "Prusa configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Prusa MK3S",
|
||||
"sub_path": "machine/Prusa MK3S.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa MINI",
|
||||
"sub_path": "machine/Prusa MINI.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
|
@ -17,6 +21,10 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
|
@ -105,6 +113,10 @@
|
|||
{
|
||||
"name": "Prusa MK3S 0.4 nozzle",
|
||||
"sub_path": "machine/Prusa MK3S 0.4 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