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,27 @@
{
"type": "filament",
"filament_id": "GFL99_2",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA @MINIIS",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"14"
],
"slow_down_layer_time": [
"8"
],
"filament_start_gcode": [
"M572 S{if nozzle_diameter[0]==0.6}0.17{elsif nozzle_diameter[0]==0.8}0.12{elsif nozzle_diameter[0]==0.4}0.27{elsif nozzle_diameter[0]==0.25}0.85{else}0{endif}"
],
"compatible_printers": [
"Prusa MINIIS 0.4 nozzle",
"Prusa MINIIS 0.25 nozzle",
"Prusa MINIIS 0.6 nozzle",
"Prusa MINIIS 0.8 nozzle"
]
}