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,8 +5,16 @@
"from": "system",
"instantiation": "true",
"inherits": "process_detail_miniis",
"layer_height": "0.12",
"initial_layer_print_height": "0.15",
"line_width": "0.45",
"inner_wall_line_width": "0.45",
"outer_wall_line_width": "0.45",
"top_surface_line_width": "0.42",
"sparse_infill_line_width": "0.45",
"initial_layer_line_width": "0.5",
"internal_solid_infill_line_width": "0.45",
"support_line_width": "0.36",
"layer_height": "0.15",
"initial_layer_print_height": "0.20",
"top_shell_thickness": "0.7",
"top_shell_layers": "5",
"bottom_shell_thickness": "0.5",
@@ -22,7 +30,6 @@
"inner_wall_acceleration": "2000",
"outer_wall_acceleration": "1500",
"compatible_printers": [
"Prusa MINIIS 0.4 nozzle",
"Prusa MINIIS 0.25 nozzle"
"Prusa MINIIS 0.4 nozzle"
]
}