mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Prusa MINIIS Profiles, changed to Pressure Advance UI settings, better processes for different nozzle sizes (#5244)
* added Prusa Mini with Input Shaper to profiles * refactoring to more reusable settings * added more processes, changed settings * Update 0.15mm Speed @MINIIS.json * Update 0.10mm Speed @MINIIS.json * changed to cubic because of speed * further changes after reviewing prusa slicer settings * simplified machine settings * retraction speeds according to prusa slicer * changed max flow according to prusa slicer * after clearification at the prusaslicer repository M900 got removed * precise wall per default * enable reverse overhang on odd by default * added settings from prusa slicer * changed cooling setings * changed default to inner-outer-inner wall inner-outer-inner gives pretty good overhangs with better surface * new profiles for bigger nozzles, changed some cooling settings according to prusaslicer * profiles for different nozzles sizes, better speed settings * initial layer height was wrong * wrong initial layer height * set the correct accelerations * changed firmware version number * using pressure advance UI setting instead of custom filament g-code * Update Prusa Generic PC.json * Update Prusa Generic PC.json * changed max flow for PC * added PVA filament profiles * bug fix in filament loading * changed line width according to prusa slicer * changed heatbed temperature for Minis capabilities
This commit is contained in:
committed by
GitHub
parent
5daecf3583
commit
96d7139b95
@@ -190,21 +190,49 @@
|
||||
"name": "0.15mm Standard @MINIIS",
|
||||
"sub_path": "process/0.15mm Standard @MINIIS.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.15mm Standard @MINIIS 0.6",
|
||||
"sub_path": "process/0.15mm Standard @MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.15mm Standard @MINIIS 0.25",
|
||||
"sub_path": "process/0.15mm Standard @MINIIS 0.25.json"
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
"name": "0.15mm Speed @MINIIS",
|
||||
"sub_path": "process/0.15mm Speed @MINIIS.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.15mm Speed @MINIIS 0.25",
|
||||
"sub_path": "process/0.15mm Speed @MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.20mm Standard @MINIIS",
|
||||
"sub_path": "process/0.20mm Standard @MINIIS.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.20mm Standard @MINIIS 0.6",
|
||||
"sub_path": "process/0.20mm Standard @MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.20mm Speed @MINIIS",
|
||||
"sub_path": "process/0.20mm Speed @MINIIS.json"
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
"name": "0.20mm Speed @MINIIS 0.6",
|
||||
"sub_path": "process/0.20mm Speed @MINIIS 0.6.json"
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
|
||||
"name": "0.25mm Standard @MINIIS",
|
||||
@@ -301,6 +329,18 @@
|
||||
"name": "Prusa Generic PLA @MK4",
|
||||
"sub_path": "filament/Prusa Generic PLA @MK4.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA @MINIIS 0.25",
|
||||
"sub_path": "filament/Prusa Generic PLA @MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA @MINIIS 0.6",
|
||||
"sub_path": "filament/Prusa Generic PLA @MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA @MINIIS 0.8",
|
||||
"sub_path": "filament/Prusa Generic PLA @MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA @MINIIS",
|
||||
"sub_path": "filament/Prusa Generic PLA @MINIIS.json"
|
||||
@@ -309,6 +349,22 @@
|
||||
"name": "Prusa Generic PLA-CF",
|
||||
"sub_path": "filament/Prusa Generic PLA-CF.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA-CF @MINIIS",
|
||||
"sub_path": "filament/Prusa Generic PLA-CF @MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA-CF @MINIIS 0.25",
|
||||
"sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA-CF @MINIIS 0.6",
|
||||
"sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PLA-CF @MINIIS 0.8",
|
||||
"sub_path": "filament/Prusa Generic PLA-CF @MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PETG",
|
||||
"sub_path": "filament/Prusa Generic PETG.json"
|
||||
@@ -321,6 +377,18 @@
|
||||
"name": "Prusa Generic PETG @MINIIS",
|
||||
"sub_path": "filament/Prusa Generic PETG @MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PETG @MINIIS 0.25",
|
||||
"sub_path": "filament/Prusa Generic PETG @MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PETG @MINIIS 0.6",
|
||||
"sub_path": "filament/Prusa Generic PETG @MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PETG @MINIIS 0.8",
|
||||
"sub_path": "filament/Prusa Generic PETG @MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ABS",
|
||||
"sub_path": "filament/Prusa Generic ABS.json"
|
||||
@@ -333,6 +401,18 @@
|
||||
"name": "Prusa Generic ABS @MINIIS",
|
||||
"sub_path": "filament/Prusa Generic ABS @MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ABS @MINIIS 0.25",
|
||||
"sub_path": "filament/Prusa Generic ABS @MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ABS @MINIIS 0.6",
|
||||
"sub_path": "filament/Prusa Generic ABS @MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ABS @MINIIS 0.8",
|
||||
"sub_path": "filament/Prusa Generic ABS @MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic TPU",
|
||||
"sub_path": "filament/Prusa Generic TPU.json"
|
||||
@@ -357,21 +437,97 @@
|
||||
"name": "Prusa Generic ASA @MINIIS",
|
||||
"sub_path": "filament/Prusa Generic ASA @MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ASA @MINIIS 0.25",
|
||||
"sub_path": "filament/Prusa Generic ASA @MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ASA @MINIIS 0.6",
|
||||
"sub_path": "filament/Prusa Generic ASA @MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic ASA @MINIIS 0.8",
|
||||
"sub_path": "filament/Prusa Generic ASA @MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PC",
|
||||
"sub_path": "filament/Prusa Generic PC.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PC @MINIIS",
|
||||
"sub_path": "filament/Prusa Generic PC @MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PC @MINIIS 0.25",
|
||||
"sub_path": "filament/Prusa Generic PC @MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PC @MINIIS 0.6",
|
||||
"sub_path": "filament/Prusa Generic PC @MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PC @MINIIS 0.8",
|
||||
"sub_path": "filament/Prusa Generic PC @MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PVA",
|
||||
"sub_path": "filament/Prusa Generic PVA.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PVA @MINIIS",
|
||||
"sub_path": "filament/Prusa Generic PVA @MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PVA @MINIIS 0.25",
|
||||
"sub_path": "filament/Prusa Generic PVA @MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PVA @MINIIS 0.6",
|
||||
"sub_path": "filament/Prusa Generic PVA @MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PVA @MINIIS 0.8",
|
||||
"sub_path": "filament/Prusa Generic PVA @MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PA",
|
||||
"sub_path": "filament/Prusa Generic PA.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PA @MINIIS",
|
||||
"sub_path": "filament/Prusa Generic PA @MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PA @MINIIS 0.25",
|
||||
"sub_path": "filament/Prusa Generic PA @MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PA @MINIIS 0.6",
|
||||
"sub_path": "filament/Prusa Generic PA @MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PA @MINIIS 0.8",
|
||||
"sub_path": "filament/Prusa Generic PA @MINIIS 0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PA-CF",
|
||||
"sub_path": "filament/Prusa Generic PA-CF.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PA-CF @MINIIS",
|
||||
"sub_path": "filament/Prusa Generic PA-CF @MINIIS.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PA-CF @MINIIS 0.25",
|
||||
"sub_path": "filament/Prusa Generic PA-CF @MINIIS 0.25.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PA-CF @MINIIS 0.6",
|
||||
"sub_path": "filament/Prusa Generic PA-CF @MINIIS 0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "Prusa Generic PA-CF @MINIIS 0.8",
|
||||
"sub_path": "filament/Prusa Generic PA-CF @MINIIS 0.8.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
|
||||
Reference in New Issue
Block a user