mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
* 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]: https://github.com/prusa3d/PrusaSlicer/blob/0bca90da1338f0bf31e3a820a9e6e69f3a4dc2c9/resources/profiles/PrusaResearch.ini
[1]: https://github.com/rcloran/SuperSlicer_to_Orca_scripts/tree/20d2881
22 lines
603 B
JSON
22 lines
603 B
JSON
{
|
|
"default_filament_profile": "Prusament PLA @MK4S 0.8",
|
|
"default_print_profile": "0.40mm QUALITY @MK4S 0.8",
|
|
"deretraction_speed": "15",
|
|
"from": "system",
|
|
"inherits": "Prusa MK4S 0.4 nozzle",
|
|
"instantiation": "true",
|
|
"max_layer_height": "0.6",
|
|
"min_layer_height": "0.2",
|
|
"name": "Prusa MK4S 0.8 nozzle",
|
|
"nozzle_diameter": [
|
|
"0.8"
|
|
],
|
|
"printer_model": "MK4S",
|
|
"printer_variant": "0.8",
|
|
"retract_before_wipe": "50%",
|
|
"retraction_length": "0.6",
|
|
"retraction_speed": "25",
|
|
"type": "machine",
|
|
"wipe": "1",
|
|
"z_hop": "0.25"
|
|
} |