mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +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:
43
resources/profiles/Prusa/process/0.32mm SPEED @MK4S 0.6.json
Normal file
43
resources/profiles/Prusa/process/0.32mm SPEED @MK4S 0.6.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
"bridge_speed": "40",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/",
|
||||
"default_acceleration": "2500",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "60",
|
||||
"infill_anchor": "2.5",
|
||||
"infill_anchor_max": "20",
|
||||
"inherits": "process_common_mk4s",
|
||||
"initial_layer_line_width": "0.68",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_line_width": "0.68",
|
||||
"inner_wall_speed": "70",
|
||||
"instantiation": "true",
|
||||
"internal_solid_infill_acceleration": "3000",
|
||||
"internal_solid_infill_line_width": "0.68",
|
||||
"internal_solid_infill_speed": "70",
|
||||
"layer_height": "0.32",
|
||||
"line_width": "0.68",
|
||||
"name": "0.32mm SPEED @MK4S 0.6",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.68",
|
||||
"outer_wall_speed": "70",
|
||||
"raft_contact_distance": "0.25",
|
||||
"small_perimeter_speed": "70",
|
||||
"sparse_infill_density": "20%",
|
||||
"sparse_infill_line_width": "0.68",
|
||||
"sparse_infill_speed": "100",
|
||||
"support_interface_spacing": "0.25",
|
||||
"support_interface_speed": "67.5",
|
||||
"support_line_width": "0.5",
|
||||
"support_object_xy_distance": "0.544",
|
||||
"support_speed": "70",
|
||||
"support_top_z_distance": "0.25",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "0.9",
|
||||
"top_surface_acceleration": "1500",
|
||||
"top_surface_line_width": "0.55",
|
||||
"top_surface_speed": "60",
|
||||
"type": "process"
|
||||
}
|
||||
Reference in New Issue
Block a user