orcaslicer/resources/profiles/Prusa/process/0.12mm SPEED @MK4S 0.25.json
Russell Cloran 06c809c598
Add Prusa MK4S profiles ()
* 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 

[0]: 0bca90da13/resources/profiles/PrusaResearch.ini
[1]: https://github.com/rcloran/SuperSlicer_to_Orca_scripts/tree/20d2881
2025-02-08 00:12:55 +08:00

45 lines
No EOL
1.5 KiB
JSON

{
"bottom_shell_layers": "6",
"bridge_speed": "30",
"brim_object_gap": "0",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.25",
"default_acceleration": "2000",
"elefant_foot_compensation": "0",
"from": "system",
"gap_infill_speed": "50",
"infill_anchor": "1",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "0.32",
"inner_wall_acceleration": "2000",
"inner_wall_line_width": "0.27",
"inner_wall_speed": "120",
"instantiation": "true",
"internal_solid_infill_acceleration": "2500",
"internal_solid_infill_line_width": "0.27",
"internal_solid_infill_speed": "140",
"layer_height": "0.12",
"line_width": "0.27",
"name": "0.12mm SPEED @MK4S 0.25",
"outer_wall_acceleration": "1500",
"outer_wall_line_width": "0.27",
"outer_wall_speed": "120",
"raft_contact_distance": "0.08",
"raft_first_layer_density": "95%",
"small_perimeter_speed": "120",
"sparse_infill_acceleration": "3000",
"sparse_infill_line_width": "0.27",
"sparse_infill_speed": "100",
"support_base_pattern_spacing": "1",
"support_interface_speed": "52.5",
"support_line_width": "0.25",
"support_object_xy_distance": "0.405",
"support_speed": "70",
"support_top_z_distance": "0.09",
"top_shell_layers": "9",
"top_surface_acceleration": "1000",
"top_surface_line_width": "0.27",
"top_surface_speed": "60",
"travel_acceleration": "3000",
"type": "process",
"wall_loops": "3"
}