Prusa Mini with Input Shaper Profiles (#5116)

* 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
This commit is contained in:
Bernhard Koppensteiner
2024-04-23 15:49:37 +02:00
committed by GitHub
parent 315eee3493
commit 0369a14ab8
41 changed files with 1078 additions and 23 deletions

View File

@@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @MINIIS",
"from": "system",
"instantiation": "true",
"inherits": "process_common_miniis",
"compatible_printers": [
"Prusa MINIIS 0.4 nozzle",
"Prusa MINIIS 0.6 nozzle"
]
}