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:
Russell Cloran
2025-02-07 08:12:55 -08:00
committed by GitHub
parent 2af5aa56d8
commit 06c809c598
107 changed files with 3370 additions and 24 deletions

View File

@@ -0,0 +1,49 @@
{
"close_fan_the_first_x_layers": "3",
"compatible_printers": [
"Prusa MK4S 0.3 nozzle",
"Prusa MK4S 0.4 nozzle",
"Prusa MK4S 0.5 nozzle",
"Prusa MK4S HF0.4 nozzle",
"Prusa MK4S HF0.5 nozzle"
],
"default_filament_colour": "#008000",
"fan_max_speed": "50",
"fan_min_speed": "30",
"filament_cost": "82",
"filament_density": "1.22",
"filament_deretraction_speed": "20",
"filament_end_gcode": [
"; Filament-specific end gcode"
],
"filament_flow_ratio": "1.08",
"filament_id": "Generic FLEX @MK4S",
"filament_max_volumetric_speed": "3",
"filament_notes": [
""
],
"filament_retraction_length": "2.5",
"filament_retraction_minimum_travel": "2",
"filament_retraction_speed": "60",
"filament_start_gcode": [
"M900 K0 ; Filament gcode\n\nM142 S36 ; set heatbreak target temp"
],
"filament_type": [
"FLEX"
],
"filament_wipe": "0",
"filament_z_hop": "0",
"from": "system",
"hot_plate_temp": "50",
"hot_plate_temp_initial_layer": "50",
"inherits": "fdm_filament_tpu",
"instantiation": "true",
"name": "Prusa Generic TPU @MK4S",
"nozzle_temperature": "230",
"nozzle_temperature_initial_layer": "230",
"overhang_fan_speed": "70",
"setting_id": "GFSA04",
"slow_down_layer_time": "10",
"slow_down_min_speed": "15",
"type": "filament"
}