mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-22 20:55:16 +00:00
Add Prusa MK4S profiles (#8279)
* 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
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compatible_printers": [
|
||||
"Prusa MK4S HF0.6 nozzle"
|
||||
],
|
||||
"fan_cooling_layer_time": "22",
|
||||
"filament_id": "Generic PETG @MK4S HF0.6",
|
||||
"filament_max_volumetric_speed": "33",
|
||||
"from": "system",
|
||||
"inherits": "Prusa Generic PETG @MK4S HF0.4",
|
||||
"instantiation": "true",
|
||||
"name": "Prusa Generic PETG @MK4S HF0.6",
|
||||
"nozzle_temperature": "240",
|
||||
"nozzle_temperature_initial_layer": "230",
|
||||
"overhang_fan_speed": "45",
|
||||
"setting_id": "GFSA04",
|
||||
"slow_down_layer_time": "10",
|
||||
"type": "filament"
|
||||
}
|
||||
Reference in New Issue
Block a user