mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +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:
90
resources/profiles/Prusa/process/process_common_mk4s.json
Normal file
90
resources/profiles/Prusa/process/process_common_mk4s.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bridge_acceleration": "1500",
|
||||
"compatible_printers_condition": "printer_notes=~/.*MK4IS.*/ and nozzle_diameter[0]==0.4",
|
||||
"default_acceleration": "4000",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_arc_fitting": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"enable_prime_tower": "1",
|
||||
"enforce_support_layers": "0",
|
||||
"filename_format": "{input_filename_base}_{nozzle_diameter[0]}n_{layer_height}mm_{filament_type[0]}_{printer_model}_{print_time}.gcode",
|
||||
"from": "system",
|
||||
"gap_infill_speed": "120",
|
||||
"gcode_comments": "0",
|
||||
"gcode_label_objects": "1",
|
||||
"infill_anchor": "2",
|
||||
"infill_anchor_max": "12",
|
||||
"infill_wall_overlap": "15%",
|
||||
"inherits": "fdm_process_common",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_speed": "40",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"inner_wall_speed": "170",
|
||||
"instantiation": "false",
|
||||
"internal_solid_infill_acceleration": "4000",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.45",
|
||||
"min_bead_width": "85%",
|
||||
"min_feature_size": "25%",
|
||||
"minimum_sparse_infill_area": "0",
|
||||
"name": "process_common_mk4s",
|
||||
"ooze_prevention": "0",
|
||||
"outer_wall_acceleration": "4000",
|
||||
"outer_wall_line_width": "0.45",
|
||||
"outer_wall_speed": "170",
|
||||
"overhang_1_4_speed": "80%",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "25",
|
||||
"overhang_4_4_speed": "15",
|
||||
"raft_contact_distance": "0.15",
|
||||
"raft_expansion": "1.5",
|
||||
"raft_first_layer_density": "80%",
|
||||
"raft_first_layer_expansion": "3.5",
|
||||
"reduce_infill_retraction": "0",
|
||||
"resolution": "0",
|
||||
"slice_closing_radius": "0.049",
|
||||
"small_perimeter_speed": "170",
|
||||
"solid_infill_filament": "1",
|
||||
"sparse_infill_acceleration": "4000",
|
||||
"sparse_infill_filament": "1",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_angle": "0",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_interface_bottom_layers": "0",
|
||||
"support_interface_pattern": "auto",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "60",
|
||||
"support_interface_top_layers": "5",
|
||||
"support_line_width": "0.36",
|
||||
"support_object_xy_distance": "0.36",
|
||||
"support_speed": "120",
|
||||
"support_style": "snug",
|
||||
"support_threshold_angle": "40",
|
||||
"thick_bridges": "0",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_surface_acceleration": "1200",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_speed": "100",
|
||||
"travel_acceleration": "4000",
|
||||
"travel_speed": "300",
|
||||
"travel_speed_z": "12",
|
||||
"tree_support_angle_slow": "25",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_branch_diameter": "2",
|
||||
"tree_support_branch_diameter_angle": "5",
|
||||
"tree_support_branch_diameter_double_wall": "3",
|
||||
"tree_support_tip_diameter": "0.8",
|
||||
"tree_support_top_rate": "30%",
|
||||
"type": "process",
|
||||
"wall_filament": "1",
|
||||
"wall_generator": "arachne",
|
||||
"wall_loops": "2"
|
||||
}
|
||||
Reference in New Issue
Block a user