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:
Bernhard Koppensteiner
2024-05-17 16:22:40 +02:00
committed by GitHub
parent 5daecf3583
commit 96d7139b95
61 changed files with 1796 additions and 73 deletions

View File

@@ -5,6 +5,14 @@
"from": "system",
"instantiation": "true",
"inherits": "process_detail_miniis",
"line_width": "0.27",
"inner_wall_line_width": "0.25",
"outer_wall_line_width": "0.25",
"top_surface_line_width": "0.27",
"sparse_infill_line_width": "0.25",
"initial_layer_line_width": "0.32",
"internal_solid_infill_line_width": "0.25",
"support_line_width": "0.25",
"layer_height": "0.05",
"initial_layer_print_height": "0.2",
"top_shell_thickness": "0.7",