orcaslicer/resources/profiles/Prusa/process/process_detail_miniis.json
Bernhard Koppensteiner 0369a14ab8
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
2024-04-23 21:49:37 +08:00

27 lines
No EOL
807 B
JSON

{
"type": "process",
"name": "process_detail_miniis",
"from": "system",
"instantiation": "false",
"inherits": "process_common_miniis",
"travel_speed": "300",
"initial_layer_speed": "20",
"outer_wall_speed": "40",
"inner_wall_speed": "60",
"bridge_speed": "25",
"support_speed": "60",
"small_perimeter_speed": "40",
"sparse_infill_speed": "100",
"internal_solid_infill_speed": "100",
"top_surface_speed": "60",
"gap_infill_speed": "40",
"default_acceleration": "1500",
"initial_layer_acceleration": "500",
"top_surface_acceleration": "1000",
"inner_wall_acceleration": "1200",
"outer_wall_acceleration": "1000",
"bridge_acceleration": "1000",
"internal_solid_infill_acceleration": "2000",
"sparse_infill_acceleration": "2000",
"travel_acceleration": "3000"
}