* Whitespace cleanup in Prusa profile
```
$ diff -u Prusa.json <(jq --indent 4 < Prusa.json) | wc -l
0
```
* Add Prusa MK4S profiles
There were generated from the PrusaSlicer profiles[0] using some scripts
which try to faithfully convert the profiles[1]. The high flow nozzle
settings have been modeled as a separate printer model.
A few things I'm aware of that haven't been converted:
- Filament multi-material settings (eg loading speeds)
- High-flow and abrasive nozzle check in gcode, which, as far as I
know, isn't available in the current firmware anyways
I've also found that disabling z-hop on layer change in OrcaSlicer seems
more similar to the behavior in PrusaSlicer (which allows travel
distance limitations to override that setting), so I've disabled that.
Fixes #7391
[0]: 0bca90da13/resources/profiles/PrusaResearch.ini
[1]: https://github.com/rcloran/SuperSlicer_to_Orca_scripts/tree/20d2881
20 lines
No EOL
640 B
JSON
20 lines
No EOL
640 B
JSON
{
|
|
"bottom_shell_layers": "7",
|
|
"bridge_speed": "40",
|
|
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4",
|
|
"from": "system",
|
|
"inherits": "0.15mm SPEED @MK4S 0.4",
|
|
"inner_wall_acceleration": "2500",
|
|
"inner_wall_speed": "140",
|
|
"instantiation": "true",
|
|
"layer_height": "0.1",
|
|
"name": "0.10mm FAST DETAIL @MK4S 0.4",
|
|
"outer_wall_acceleration": "2000",
|
|
"outer_wall_speed": "140",
|
|
"small_perimeter_speed": "140",
|
|
"sparse_infill_speed": "140",
|
|
"top_shell_layers": "8",
|
|
"top_surface_line_width": "0.4",
|
|
"type": "process",
|
|
"wall_loops": "3"
|
|
} |