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

@@ -0,0 +1,42 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.15mm Standard @MINIIS 0.6",
"from": "system",
"instantiation": "true",
"inherits": "process_common_miniis",
"line_width": "0.68",
"inner_wall_line_width": "0.6",
"outer_wall_line_width": "0.6",
"top_surface_line_width": "0.5",
"sparse_infill_line_width": "0.6",
"initial_layer_line_width": "0.68",
"internal_solid_infill_line_width": "0.6",
"support_line_width": "0.5",
"layer_height": "0.15",
"initial_layer_print_height": "0.20",
"top_shell_thickness": "0.7",
"top_shell_layers": "5",
"bottom_shell_thickness": "0.5",
"bottom_shell_layers": "4",
"outer_wall_speed": "45",
"inner_wall_speed": "70",
"top_surface_speed": "70",
"sparse_infill_speed": "140",
"bridge_speed": "40",
"gap_infill_speed": "80",
"internal_solid_infill_speed": "140",
"travel_speed": "300",
"default_acceleration": "2000",
"initial_layer_acceleration": "500",
"top_surface_acceleration": "1500",
"travel_acceleration": "4000",
"sparse_infill_acceleration": "4000",
"internal_solid_infill_acceleration": "2500",
"inner_wall_acceleration": "2500",
"outer_wall_acceleration": "1500",
"bridge_acceleration": "1500",
"compatible_printers": [
"Prusa MINIIS 0.6 nozzle"
]
}