orcaslicer/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json
Bernhard Koppensteiner 5dcf026ca4
MINIIS Profiles: Bug fixes in processes regarding line width, fewer wall loops on bigger nozzles (#5699)
* 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

* set default support to snug

* changed default filament setting to the correct value

* changed line with to the correct values according to prusaslicer profiles

* Update Prusa MINIIS 0.4 nozzle.json

updated firmware version

* updated firmware version

* changed first layer height according to optimal value of the respective nozzle size

* changed wall loops to 2 for bigger nozzles
2024-06-15 12:47:08 +08:00

42 lines
No EOL
1.3 KiB
JSON

{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Standard @MINIIS",
"from": "system",
"instantiation": "true",
"inherits": "process_detail_miniis",
"line_width": "0.27",
"inner_wall_line_width": "0.27",
"outer_wall_line_width": "0.27",
"top_surface_line_width": "0.27",
"sparse_infill_line_width": "0.27",
"initial_layer_line_width": "0.32",
"internal_solid_infill_line_width": "0.27",
"support_line_width": "0.25",
"layer_height": "0.12",
"initial_layer_print_height": "0.15",
"top_shell_thickness": "0.7",
"top_shell_layers": "9",
"bottom_shell_thickness": "0.5",
"bottom_shell_layers": "6",
"outer_wall_speed": "70",
"inner_wall_speed": "40",
"small_perimeter_speed": "40",
"sparse_infill_speed": "100",
"internal_solid_infill_speed": "140",
"top_surface_speed": "60",
"gap_infill_speed": "50",
"support_speed": "70",
"bridge_speed": "25",
"initial_layer_acceleration": "500",
"top_surface_acceleration": "1000",
"inner_wall_acceleration": "2000",
"outer_wall_acceleration": "1000",
"bridge_acceleration": "1500",
"internal_solid_infill_acceleration": "2500",
"sparse_infill_acceleration": "2500",
"travel_acceleration": "3000",
"compatible_printers": [
"Prusa MINIIS 0.25 nozzle"
]
}