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,11 @@
{
"bottom_shell_layers": "10",
"bridge_speed": "25",
"from": "system",
"inherits": "0.07mm DETAIL @MK4S 0.25",
"instantiation": "true",
"layer_height": "0.05",
"name": "0.05mm DETAIL @MK4S 0.25",
"top_shell_layers": "13",
"type": "process"
}

View File

@@ -0,0 +1,46 @@
{
"bottom_shell_layers": "9",
"bridge_acceleration": "1000",
"bridge_speed": "30",
"brim_object_gap": "0",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.25",
"default_acceleration": "1500",
"elefant_foot_compensation": "0",
"from": "system",
"gap_infill_speed": "40",
"infill_anchor": "1",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "0.32",
"inner_wall_acceleration": "1200",
"inner_wall_line_width": "0.25",
"inner_wall_speed": "60",
"instantiation": "true",
"internal_solid_infill_acceleration": "2000",
"internal_solid_infill_line_width": "0.25",
"internal_solid_infill_speed": "140",
"layer_height": "0.07",
"line_width": "0.27",
"name": "0.07mm DETAIL @MK4S 0.25",
"outer_wall_acceleration": "800",
"outer_wall_line_width": "0.25",
"outer_wall_speed": "40",
"raft_contact_distance": "0.1",
"raft_first_layer_density": "95%",
"small_perimeter_speed": "40",
"sparse_infill_acceleration": "2500",
"sparse_infill_line_width": "0.25",
"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": "60",
"support_top_z_distance": "0.1",
"top_shell_layers": "11",
"top_surface_acceleration": "1000",
"top_surface_line_width": "0.27",
"top_surface_speed": "60",
"travel_acceleration": "3000",
"type": "process",
"wall_loops": "3"
}

View File

@@ -0,0 +1,20 @@
{
"bottom_shell_layers": "7",
"bridge_speed": "40",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4",
"from": "system",
"inherits": "0.15mm SPEED @MK4S 0.4",
"inner_wall_acceleration": "2500",
"inner_wall_speed": "140",
"instantiation": "true",
"layer_height": "0.1",
"name": "0.10mm FAST DETAIL @MK4S 0.4",
"outer_wall_acceleration": "2000",
"outer_wall_speed": "140",
"small_perimeter_speed": "140",
"sparse_infill_speed": "140",
"top_shell_layers": "8",
"top_surface_line_width": "0.4",
"type": "process",
"wall_loops": "3"
}

View File

@@ -0,0 +1,37 @@
{
"bottom_shell_layers": "7",
"bridge_acceleration": "1000",
"bridge_speed": "30",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5",
"default_acceleration": "2000",
"from": "system",
"gap_infill_speed": "40",
"infill_anchor_max": "15",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "0.55",
"inner_wall_acceleration": "2000",
"inner_wall_line_width": "0.5",
"inner_wall_speed": "70",
"instantiation": "true",
"internal_solid_infill_acceleration": "2500",
"internal_solid_infill_line_width": "0.5",
"layer_height": "0.1",
"line_width": "0.55",
"name": "0.10mm STRUCTURAL @MK4S 0.5",
"outer_wall_acceleration": "1500",
"outer_wall_line_width": "0.5",
"outer_wall_speed": "40",
"raft_contact_distance": "0.25",
"small_perimeter_speed": "40",
"sparse_infill_acceleration": "3000",
"sparse_infill_line_width": "0.5",
"support_interface_spacing": "0.22",
"support_line_width": "0.4",
"support_object_xy_distance": "0.44",
"support_speed": "80",
"top_shell_layers": "8",
"top_surface_acceleration": "1000",
"top_surface_line_width": "0.45",
"top_surface_speed": "70",
"type": "process"
}

View File

@@ -0,0 +1,45 @@
{
"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"
}

View File

@@ -0,0 +1,14 @@
{
"from": "system",
"inherits": "0.12mm SPEED @MK4S 0.25",
"inner_wall_acceleration": "1500",
"inner_wall_speed": "70",
"instantiation": "true",
"internal_solid_infill_acceleration": "2000",
"name": "0.12mm STRUCTURAL @MK4S 0.25",
"outer_wall_acceleration": "1000",
"outer_wall_speed": "40",
"small_perimeter_speed": "40",
"sparse_infill_acceleration": "2500",
"type": "process"
}

View File

@@ -0,0 +1,44 @@
{
"bottom_shell_layers": "6",
"bridge_acceleration": "1000",
"bridge_speed": "30",
"brim_object_gap": "0",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.3",
"default_acceleration": "1500",
"elefant_foot_compensation": "0",
"from": "system",
"gap_infill_speed": "50",
"infill_anchor": "1",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "0.4",
"inner_wall_acceleration": "1500",
"inner_wall_line_width": "0.34",
"inner_wall_speed": "80",
"instantiation": "true",
"internal_solid_infill_acceleration": "2500",
"internal_solid_infill_line_width": "0.34",
"layer_height": "0.12",
"line_width": "0.34",
"name": "0.12mm STRUCTURAL @MK4S 0.3",
"outer_wall_acceleration": "1200",
"outer_wall_line_width": "0.34",
"outer_wall_speed": "40",
"raft_contact_distance": "0.12",
"raft_first_layer_density": "90%",
"small_perimeter_speed": "40",
"sparse_infill_acceleration": "3000",
"sparse_infill_line_width": "0.34",
"sparse_infill_speed": "100",
"support_base_pattern_spacing": "1",
"support_interface_speed": "52.5",
"support_line_width": "0.3",
"support_object_xy_distance": "0.34",
"support_speed": "70",
"support_top_z_distance": "0.12",
"top_shell_layers": "7",
"top_surface_acceleration": "1000",
"top_surface_line_width": "0.3",
"top_surface_speed": "40",
"type": "process",
"wall_loops": "3"
}

View File

@@ -0,0 +1,10 @@
{
"bottom_shell_layers": "7",
"from": "system",
"inherits": "0.12mm SPEED @MK4S 0.25",
"instantiation": "true",
"layer_height": "0.15",
"name": "0.15mm SPEED @MK4S 0.25",
"top_shell_layers": "6",
"type": "process"
}

View File

@@ -0,0 +1,18 @@
{
"bridge_speed": "45",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/",
"default_acceleration": "3000",
"from": "system",
"inherits": "process_common_mk4s",
"inner_wall_acceleration": "3500",
"instantiation": "true",
"internal_solid_infill_acceleration": "3500",
"layer_height": "0.15",
"name": "0.15mm SPEED @MK4S 0.4",
"outer_wall_acceleration": "2500",
"support_interface_speed": "50",
"support_top_z_distance": "0.17",
"top_shell_layers": "6",
"top_surface_acceleration": "1500",
"type": "process"
}

View File

@@ -0,0 +1,13 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "0.15mm SPEED @MK4S 0.4",
"inner_wall_speed": "250",
"instantiation": "true",
"internal_solid_infill_speed": "250",
"name": "0.15mm SPEED @MK4S HF0.4",
"outer_wall_speed": "200",
"sparse_infill_speed": "250",
"top_surface_acceleration": "2000",
"type": "process"
}

View File

@@ -0,0 +1,12 @@
{
"from": "system",
"inherits": "0.15mm SPEED @MK4S 0.25",
"inner_wall_acceleration": "1500",
"inner_wall_speed": "70",
"instantiation": "true",
"name": "0.15mm STRUCTURAL @MK4S 0.25",
"outer_wall_acceleration": "1000",
"outer_wall_speed": "40",
"small_perimeter_speed": "40",
"type": "process"
}

View File

@@ -0,0 +1,13 @@
{
"bottom_shell_layers": "5",
"bridge_speed": "45",
"from": "system",
"inherits": "0.20mm STRUCTURAL @MK4S 0.4",
"instantiation": "true",
"layer_height": "0.15",
"name": "0.15mm STRUCTURAL @MK4S 0.4",
"sparse_infill_speed": "110",
"support_top_z_distance": "0.17",
"top_shell_layers": "6",
"type": "process"
}

View File

@@ -0,0 +1,36 @@
{
"bottom_shell_layers": "5",
"bridge_acceleration": "1000",
"bridge_speed": "40",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5",
"default_acceleration": "2000",
"from": "system",
"gap_infill_speed": "50",
"infill_anchor_max": "15",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "0.55",
"inner_wall_acceleration": "2000",
"inner_wall_line_width": "0.55",
"inner_wall_speed": "80",
"instantiation": "true",
"internal_solid_infill_acceleration": "2500",
"internal_solid_infill_line_width": "0.55",
"internal_solid_infill_speed": "180",
"layer_height": "0.15",
"line_width": "0.55",
"name": "0.15mm STRUCTURAL @MK4S 0.5",
"outer_wall_acceleration": "1500",
"outer_wall_line_width": "0.55",
"outer_wall_speed": "45",
"raft_contact_distance": "0.25",
"small_perimeter_speed": "45",
"sparse_infill_line_width": "0.55",
"support_interface_spacing": "0.22",
"support_line_width": "0.4",
"support_object_xy_distance": "0.44",
"support_speed": "80",
"top_shell_layers": "6",
"top_surface_line_width": "0.5",
"top_surface_speed": "70",
"type": "process"
}

View File

@@ -0,0 +1,43 @@
{
"bottom_shell_layers": "5",
"bottom_shell_thickness": "0.6",
"bridge_speed": "30",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6",
"default_acceleration": "2500",
"from": "system",
"gap_infill_speed": "80",
"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.6",
"inner_wall_speed": "70",
"instantiation": "true",
"internal_solid_infill_acceleration": "2500",
"internal_solid_infill_line_width": "0.6",
"internal_solid_infill_speed": "160",
"layer_height": "0.15",
"line_width": "0.68",
"name": "0.15mm STRUCTURAL @MK4S 0.6",
"outer_wall_acceleration": "1500",
"outer_wall_line_width": "0.6",
"outer_wall_speed": "45",
"raft_contact_distance": "0.25",
"small_perimeter_speed": "45",
"sparse_infill_density": "20%",
"sparse_infill_line_width": "0.6",
"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": "90",
"support_top_z_distance": "0.22",
"top_shell_layers": "6",
"top_shell_thickness": "0.9",
"top_surface_acceleration": "1500",
"top_surface_line_width": "0.5",
"top_surface_speed": "70",
"type": "process"
}

View File

@@ -0,0 +1,15 @@
{
"from": "system",
"inherits": "0.16mm STRUCTURAL @MK4S 0.3",
"inner_wall_acceleration": "2500",
"inner_wall_speed": "140",
"instantiation": "true",
"internal_solid_infill_acceleration": "3000",
"name": "0.16mm SPEED @MK4S 0.3",
"outer_wall_acceleration": "2500",
"outer_wall_speed": "120",
"small_perimeter_speed": "120",
"support_interface_speed": "45",
"support_speed": "100",
"type": "process"
}

View File

@@ -0,0 +1,18 @@
{
"bottom_shell_layers": "5",
"default_acceleration": "2000",
"from": "system",
"inherits": "0.12mm STRUCTURAL @MK4S 0.3",
"inner_wall_acceleration": "2000",
"instantiation": "true",
"layer_height": "0.16",
"name": "0.16mm STRUCTURAL @MK4S 0.3",
"outer_wall_acceleration": "1500",
"raft_contact_distance": "0.16",
"small_perimeter_speed": "45",
"sparse_infill_acceleration": "4000",
"sparse_infill_speed": "120",
"support_top_z_distance": "0.16",
"top_shell_layers": "6",
"type": "process"
}

View File

@@ -0,0 +1,31 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and single_extruder_multi_material",
"default_acceleration": "2500",
"enable_support": "1",
"from": "system",
"gap_infill_speed": "60",
"inherits": "process_common_mk4s",
"inner_wall_acceleration": "2500",
"inner_wall_speed": "80",
"instantiation": "true",
"internal_solid_infill_acceleration": "3000",
"internal_solid_infill_speed": "140",
"name": "0.20mm SOLUBLE FULL @MK4S 0.4",
"outer_wall_acceleration": "1500",
"outer_wall_speed": "45",
"raft_first_layer_density": "90%",
"small_perimeter_speed": "45",
"sparse_infill_speed": "120",
"support_filament": "5",
"support_interface_bottom_layers": "-1",
"support_interface_filament": "5",
"support_interface_spacing": "0.1",
"support_interface_speed": "40",
"support_line_width": "0.4",
"support_object_xy_distance": "0.4",
"support_speed": "80",
"support_threshold_angle": "60",
"support_top_z_distance": "0",
"top_surface_speed": "80",
"type": "process"
}

View File

@@ -0,0 +1,31 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and single_extruder_multi_material",
"default_acceleration": "2500",
"enable_support": "1",
"from": "system",
"gap_infill_speed": "60",
"inherits": "process_common_mk4s",
"inner_wall_acceleration": "2500",
"inner_wall_speed": "80",
"instantiation": "true",
"internal_solid_infill_acceleration": "3000",
"internal_solid_infill_speed": "140",
"name": "0.20mm SOLUBLE INTERFACE @MK4S 0.4",
"outer_wall_acceleration": "1500",
"outer_wall_speed": "45",
"raft_first_layer_density": "90%",
"small_perimeter_speed": "45",
"sparse_infill_speed": "120",
"support_interface_bottom_layers": "-1",
"support_interface_filament": "5",
"support_interface_spacing": "0.1",
"support_interface_speed": "40",
"support_interface_top_layers": "3",
"support_line_width": "0.4",
"support_object_xy_distance": "0.4",
"support_speed": "80",
"support_threshold_angle": "60",
"support_top_z_distance": "0",
"top_surface_speed": "80",
"type": "process"
}

View File

@@ -0,0 +1,12 @@
{
"bottom_shell_layers": "3",
"from": "system",
"inherits": "0.16mm SPEED @MK4S 0.3",
"instantiation": "true",
"layer_height": "0.2",
"name": "0.20mm SPEED @MK4S 0.3",
"raft_contact_distance": "0.18",
"support_top_z_distance": "0.2",
"top_shell_layers": "5",
"type": "process"
}

View File

@@ -0,0 +1,10 @@
{
"bottom_shell_layers": "3",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "process_common_mk4s",
"instantiation": "true",
"name": "0.20mm SPEED @MK4S 0.4",
"top_surface_acceleration": "1500",
"type": "process"
}

View File

@@ -0,0 +1,34 @@
{
"bridge_acceleration": "1000",
"bridge_speed": "40",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes!~/.*HF_NOZZLE.*/",
"default_acceleration": "2500",
"from": "system",
"gap_infill_speed": "70",
"infill_anchor_max": "15",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "0.55",
"inner_wall_acceleration": "3500",
"inner_wall_line_width": "0.55",
"inner_wall_speed": "140",
"instantiation": "true",
"internal_solid_infill_acceleration": "3000",
"internal_solid_infill_line_width": "0.55",
"internal_solid_infill_speed": "135",
"layer_height": "0.20",
"line_width": "0.55",
"name": "0.20mm SPEED @MK4S 0.5",
"outer_wall_acceleration": "2500",
"outer_wall_line_width": "0.55",
"outer_wall_speed": "140",
"raft_contact_distance": "0.25",
"small_perimeter_speed": "140",
"sparse_infill_line_width": "0.55",
"support_interface_spacing": "0.22",
"support_line_width": "0.4",
"support_object_xy_distance": "0.44",
"top_surface_acceleration": "1000",
"top_surface_line_width": "0.5",
"top_surface_speed": "70",
"type": "process"
}

View File

@@ -0,0 +1,40 @@
{
"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": "80",
"infill_anchor": "2.5",
"infill_anchor_max": "20",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "0.68",
"inner_wall_acceleration": "3000",
"inner_wall_line_width": "0.62",
"inner_wall_speed": "125",
"instantiation": "true",
"internal_solid_infill_acceleration": "3000",
"internal_solid_infill_line_width": "0.65",
"internal_solid_infill_speed": "110",
"line_width": "0.68",
"name": "0.20mm SPEED @MK4S 0.6",
"outer_wall_acceleration": "2500",
"outer_wall_line_width": "0.62",
"outer_wall_speed": "125",
"raft_contact_distance": "0.25",
"small_perimeter_speed": "125",
"sparse_infill_density": "20%",
"sparse_infill_line_width": "0.65",
"sparse_infill_speed": "110",
"support_interface_spacing": "0.25",
"support_interface_speed": "67.5",
"support_line_width": "0.5",
"support_object_xy_distance": "0.544",
"support_speed": "90",
"support_top_z_distance": "0.22",
"top_shell_thickness": "0.9",
"top_surface_acceleration": "1500",
"top_surface_line_width": "0.5",
"top_surface_speed": "70",
"type": "process"
}

View File

@@ -0,0 +1,14 @@
{
"bottom_shell_layers": "3",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "process_common_mk4s",
"inner_wall_speed": "250",
"instantiation": "true",
"internal_solid_infill_speed": "250",
"name": "0.20mm SPEED @MK4S HF0.4",
"outer_wall_speed": "200",
"sparse_infill_speed": "250",
"top_surface_acceleration": "2000",
"type": "process"
}

View File

@@ -0,0 +1,17 @@
{
"bottom_shell_layers": "3",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "0.20mm SPEED @MK4S 0.5",
"inner_wall_acceleration": "4000",
"inner_wall_speed": "200",
"instantiation": "true",
"internal_solid_infill_speed": "220",
"name": "0.20mm SPEED @MK4S HF0.5",
"outer_wall_acceleration": "4000",
"outer_wall_speed": "200",
"small_perimeter_speed": "170",
"sparse_infill_speed": "220",
"top_surface_acceleration": "2000",
"type": "process"
}

View File

@@ -0,0 +1,18 @@
{
"bottom_shell_layers": "3",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "0.20mm SPEED @MK4S 0.6",
"inner_wall_acceleration": "4000",
"inner_wall_speed": "200",
"instantiation": "true",
"internal_solid_infill_speed": "200",
"name": "0.20mm SPEED @MK4S HF0.6",
"outer_wall_acceleration": "4000",
"outer_wall_speed": "200",
"small_perimeter_speed": "170",
"sparse_infill_speed": "200",
"support_interface_speed": "55",
"support_speed": "110",
"type": "process"
}

View File

@@ -0,0 +1,12 @@
{
"bottom_shell_layers": "4",
"from": "system",
"inherits": "0.16mm STRUCTURAL @MK4S 0.3",
"instantiation": "true",
"layer_height": "0.2",
"name": "0.20mm STRUCTURAL @MK4S 0.3",
"raft_contact_distance": "0.18",
"support_top_z_distance": "0.2",
"top_shell_layers": "5",
"type": "process"
}

View File

@@ -0,0 +1,20 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4",
"default_acceleration": "2500",
"from": "system",
"gap_infill_speed": "60",
"inherits": "process_common_mk4s",
"inner_wall_acceleration": "2500",
"inner_wall_speed": "80",
"instantiation": "true",
"internal_solid_infill_acceleration": "3000",
"internal_solid_infill_speed": "140",
"name": "0.20mm STRUCTURAL @MK4S 0.4",
"outer_wall_acceleration": "1500",
"outer_wall_speed": "45",
"small_perimeter_speed": "45",
"sparse_infill_speed": "120",
"support_interface_speed": "50",
"top_surface_speed": "80",
"type": "process"
}

View File

@@ -0,0 +1,16 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5",
"from": "system",
"inherits": "0.20mm SPEED @MK4S 0.5",
"inner_wall_acceleration": "2000",
"inner_wall_speed": "80",
"instantiation": "true",
"internal_solid_infill_acceleration": "2500",
"internal_solid_infill_speed": "120",
"name": "0.20mm STRUCTURAL @MK4S 0.5",
"outer_wall_acceleration": "1500",
"outer_wall_speed": "45",
"small_perimeter_speed": "45",
"support_speed": "80",
"type": "process"
}

View File

@@ -0,0 +1,16 @@
{
"bridge_speed": "30",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6",
"from": "system",
"inherits": "0.20mm SPEED @MK4S 0.6",
"inner_wall_acceleration": "2000",
"inner_wall_speed": "80",
"instantiation": "true",
"internal_solid_infill_acceleration": "2500",
"name": "0.20mm STRUCTURAL @MK4S 0.6",
"outer_wall_acceleration": "1500",
"outer_wall_speed": "45",
"small_perimeter_speed": "45",
"sparse_infill_speed": "100",
"type": "process"
}

View File

@@ -0,0 +1,11 @@
{
"bottom_shell_layers": "3",
"from": "system",
"inherits": "0.20mm SPEED @MK4S 0.5",
"instantiation": "true",
"layer_height": "0.25",
"name": "0.25mm SPEED @MK4S 0.5",
"support_top_z_distance": "0.25",
"top_shell_layers": "4",
"type": "process"
}

View 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": "70",
"infill_anchor": "2.5",
"infill_anchor_max": "20",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "0.68",
"inner_wall_acceleration": "3000",
"inner_wall_line_width": "0.68",
"inner_wall_speed": "90",
"instantiation": "true",
"internal_solid_infill_acceleration": "3000",
"internal_solid_infill_line_width": "0.68",
"internal_solid_infill_speed": "90",
"layer_height": "0.25",
"line_width": "0.68",
"name": "0.25mm SPEED @MK4S 0.6",
"outer_wall_acceleration": "2000",
"outer_wall_line_width": "0.68",
"outer_wall_speed": "80",
"raft_contact_distance": "0.25",
"small_perimeter_speed": "80",
"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": "80",
"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"
}

View File

@@ -0,0 +1,22 @@
{
"bottom_shell_layers": "3",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "process_common_mk4s",
"inner_wall_line_width": "0.5",
"inner_wall_speed": "220",
"instantiation": "true",
"internal_solid_infill_line_width": "0.5",
"internal_solid_infill_speed": "240",
"layer_height": "0.25",
"name": "0.25mm SPEED @MK4S HF0.4",
"outer_wall_line_width": "0.5",
"outer_wall_speed": "200",
"sparse_infill_line_width": "0.5",
"sparse_infill_speed": "240",
"support_interface_top_layers": "3",
"support_top_z_distance": "0.25",
"top_shell_layers": "4",
"top_surface_acceleration": "2000",
"type": "process"
}

View File

@@ -0,0 +1,14 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "0.25mm SPEED @MK4S 0.5",
"inner_wall_acceleration": "4000",
"inner_wall_speed": "200",
"instantiation": "true",
"name": "0.25mm SPEED @MK4S HF0.5",
"outer_wall_acceleration": "4000",
"outer_wall_speed": "200",
"small_perimeter_speed": "170",
"top_surface_acceleration": "2000",
"type": "process"
}

View File

@@ -0,0 +1,18 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "0.25mm SPEED @MK4S 0.6",
"inner_wall_acceleration": "4000",
"inner_wall_speed": "180",
"instantiation": "true",
"internal_solid_infill_speed": "190",
"name": "0.25mm SPEED @MK4S HF0.6",
"outer_wall_acceleration": "4000",
"outer_wall_speed": "180",
"small_perimeter_speed": "170",
"sparse_infill_speed": "190",
"support_interface_speed": "55",
"support_speed": "110",
"top_surface_acceleration": "2000",
"type": "process"
}

View File

@@ -0,0 +1,11 @@
{
"bottom_shell_layers": "3",
"from": "system",
"inherits": "0.20mm STRUCTURAL @MK4S 0.5",
"instantiation": "true",
"layer_height": "0.25",
"name": "0.25mm STRUCTURAL @MK4S 0.5",
"support_top_z_distance": "0.25",
"top_shell_layers": "4",
"type": "process"
}

View File

@@ -0,0 +1,14 @@
{
"bridge_speed": "30",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6",
"from": "system",
"inherits": "0.25mm SPEED @MK4S 0.6",
"inner_wall_acceleration": "2500",
"inner_wall_speed": "80",
"instantiation": "true",
"name": "0.25mm STRUCTURAL @MK4S 0.6",
"outer_wall_acceleration": "1500",
"outer_wall_speed": "45",
"small_perimeter_speed": "45",
"type": "process"
}

View File

@@ -0,0 +1,16 @@
{
"bottom_shell_layers": "3",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "0.20mm STRUCTURAL @MK4S 0.4",
"inner_wall_line_width": "0.5",
"instantiation": "true",
"internal_solid_infill_line_width": "0.5",
"layer_height": "0.25",
"name": "0.25mm STRUCTURAL @MK4S HF0.4",
"outer_wall_line_width": "0.5",
"sparse_infill_line_width": "0.5",
"support_top_z_distance": "0.25",
"top_shell_layers": "4",
"type": "process"
}

View File

@@ -0,0 +1,24 @@
{
"bottom_shell_layers": "3",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "0.55",
"inner_wall_line_width": "0.55",
"inner_wall_speed": "200",
"instantiation": "true",
"internal_solid_infill_line_width": "0.55",
"layer_height": "0.28",
"name": "0.28mm DRAFT @MK4S HF0.4",
"outer_wall_line_width": "0.55",
"outer_wall_speed": "180",
"small_perimeter_speed": "200",
"sparse_infill_line_width": "0.55",
"support_interface_top_layers": "3",
"support_threshold_angle": "35",
"support_top_z_distance": "0.28",
"top_shell_layers": "4",
"top_surface_acceleration": "2000",
"top_surface_line_width": "0.45",
"type": "process"
}

View File

@@ -0,0 +1,45 @@
{
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0.8",
"bridge_acceleration": "1000",
"bridge_speed": "22",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/",
"default_acceleration": "2000",
"from": "system",
"gap_infill_speed": "40",
"infill_anchor": "2.5",
"infill_anchor_max": "20",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "1",
"inner_wall_acceleration": "2000",
"inner_wall_line_width": "0.9",
"inner_wall_speed": "70",
"instantiation": "true",
"internal_solid_infill_acceleration": "3000",
"internal_solid_infill_line_width": "0.9",
"internal_solid_infill_speed": "50",
"layer_height": "0.30",
"line_width": "0.9",
"name": "0.30mm DETAIL @MK4S 0.8",
"outer_wall_acceleration": "1500",
"outer_wall_line_width": "0.9",
"outer_wall_speed": "45",
"raft_contact_distance": "0.2",
"seam_position": "nearest",
"small_perimeter_speed": "45",
"sparse_infill_line_width": "0.9",
"sparse_infill_pattern": "zig-zag",
"sparse_infill_speed": "100",
"support_interface_spacing": "0.35",
"support_line_width": "0.65",
"support_object_xy_distance": "0.72",
"support_speed": "60",
"support_top_z_distance": "0.25",
"thick_bridges": "1",
"top_shell_layers": "4",
"top_shell_thickness": "1.2",
"top_surface_acceleration": "1000",
"top_surface_line_width": "0.7",
"top_surface_speed": "35",
"type": "process"
}

View File

@@ -0,0 +1,19 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"gap_infill_speed": "80",
"inherits": "0.30mm DETAIL @MK4S 0.8",
"inner_wall_acceleration": "3000",
"inner_wall_speed": "125",
"instantiation": "true",
"internal_solid_infill_speed": "125",
"name": "0.30mm SPEED @MK4S HF0.8",
"outer_wall_acceleration": "2500",
"outer_wall_speed": "125",
"small_perimeter_speed": "125",
"sparse_infill_speed": "130",
"support_speed": "110",
"top_surface_acceleration": "1500",
"top_surface_speed": "80",
"type": "process"
}

View File

@@ -0,0 +1,15 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"gap_infill_speed": "60",
"inherits": "0.30mm DETAIL @MK4S 0.8",
"inner_wall_speed": "80",
"instantiation": "true",
"internal_solid_infill_speed": "120",
"name": "0.30mm STRUCTURAL @MK4S HF0.8",
"sparse_infill_speed": "120",
"support_speed": "80",
"top_surface_acceleration": "1200",
"top_surface_speed": "60",
"type": "process"
}

View 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"
}

View File

@@ -0,0 +1,11 @@
{
"from": "system",
"inherits": "0.25mm SPEED @MK4S HF0.5",
"inner_wall_speed": "160",
"instantiation": "true",
"layer_height": "0.32",
"name": "0.32mm SPEED @MK4S HF0.5",
"outer_wall_speed": "160",
"small_perimeter_speed": "160",
"type": "process"
}

View File

@@ -0,0 +1,18 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "0.32mm SPEED @MK4S 0.6",
"inner_wall_acceleration": "4000",
"inner_wall_speed": "145",
"instantiation": "true",
"internal_solid_infill_speed": "140",
"name": "0.32mm SPEED @MK4S HF0.6",
"outer_wall_acceleration": "4000",
"outer_wall_speed": "145",
"small_perimeter_speed": "145",
"sparse_infill_speed": "145",
"support_interface_speed": "55",
"support_speed": "110",
"top_surface_acceleration": "2000",
"type": "process"
}

View File

@@ -0,0 +1,15 @@
{
"bottom_shell_layers": "4",
"bridge_speed": "30",
"from": "system",
"inherits": "0.32mm SPEED @MK4S 0.6",
"inner_wall_acceleration": "2000",
"instantiation": "true",
"name": "0.32mm STRUCTURAL @MK4S 0.6",
"outer_wall_acceleration": "1500",
"outer_wall_speed": "45",
"small_perimeter_speed": "45",
"sparse_infill_speed": "70",
"top_shell_layers": "5",
"type": "process"
}

View File

@@ -0,0 +1,9 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "0.25mm STRUCTURAL @MK4S 0.5",
"instantiation": "true",
"layer_height": "0.32",
"name": "0.32mm STRUCTURAL @MK4S HF0.5",
"type": "process"
}

View File

@@ -0,0 +1,15 @@
{
"bottom_shell_layers": "4",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"inherits": "0.32mm SPEED @MK4S 0.6",
"inner_wall_speed": "80",
"instantiation": "true",
"name": "0.32mm STRUCTURAL @MK4S HF0.6",
"outer_wall_acceleration": "1500",
"outer_wall_speed": "45",
"small_perimeter_speed": "45",
"sparse_infill_speed": "120",
"top_shell_layers": "5",
"type": "process"
}

View File

@@ -0,0 +1,45 @@
{
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0.8",
"bridge_acceleration": "1000",
"bridge_speed": "22",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/",
"default_acceleration": "2000",
"from": "system",
"gap_infill_speed": "35",
"infill_anchor": "2.5",
"infill_anchor_max": "20",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "1",
"inner_wall_acceleration": "2000",
"inner_wall_line_width": "0.9",
"inner_wall_speed": "50",
"instantiation": "true",
"internal_solid_infill_acceleration": "3000",
"internal_solid_infill_line_width": "0.9",
"internal_solid_infill_speed": "45",
"layer_height": "0.4",
"line_width": "0.9",
"name": "0.40mm QUALITY @MK4S 0.8",
"outer_wall_acceleration": "1500",
"outer_wall_line_width": "0.9",
"outer_wall_speed": "45",
"raft_contact_distance": "0.2",
"seam_position": "nearest",
"small_perimeter_speed": "45",
"sparse_infill_line_width": "0.9",
"sparse_infill_pattern": "zig-zag",
"sparse_infill_speed": "90",
"support_interface_spacing": "0.35",
"support_line_width": "0.65",
"support_object_xy_distance": "0.72",
"support_speed": "50",
"support_top_z_distance": "0.25",
"thick_bridges": "1",
"top_shell_layers": "4",
"top_shell_thickness": "1.2",
"top_surface_acceleration": "1000",
"top_surface_line_width": "0.75",
"top_surface_speed": "35",
"type": "process"
}

View File

@@ -0,0 +1,42 @@
{
"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": "2000",
"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_line_width": "0.68",
"inner_wall_speed": "120",
"instantiation": "true",
"internal_solid_infill_acceleration": "3000",
"internal_solid_infill_line_width": "0.68",
"internal_solid_infill_speed": "120",
"layer_height": "0.4",
"line_width": "0.68",
"name": "0.40mm SPEED @MK4S HF0.6",
"outer_wall_acceleration": "3000",
"outer_wall_line_width": "0.68",
"outer_wall_speed": "115",
"raft_contact_distance": "0.25",
"small_perimeter_speed": "115",
"sparse_infill_density": "20%",
"sparse_infill_line_width": "0.68",
"sparse_infill_speed": "130",
"support_interface_spacing": "0.25",
"support_interface_speed": "55",
"support_line_width": "0.5",
"support_object_xy_distance": "0.544",
"support_speed": "110",
"support_top_z_distance": "0.25",
"top_shell_layers": "4",
"top_shell_thickness": "0.9",
"top_surface_acceleration": "2000",
"top_surface_line_width": "0.55",
"top_surface_speed": "60",
"type": "process"
}

View File

@@ -0,0 +1,19 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"gap_infill_speed": "65",
"inherits": "0.40mm QUALITY @MK4S 0.8",
"inner_wall_acceleration": "3000",
"inner_wall_speed": "100",
"instantiation": "true",
"internal_solid_infill_speed": "100",
"name": "0.40mm SPEED @MK4S HF0.8",
"outer_wall_acceleration": "2500",
"outer_wall_speed": "90",
"small_perimeter_speed": "90",
"sparse_infill_speed": "105",
"support_speed": "90",
"top_surface_acceleration": "1500",
"top_surface_speed": "75",
"type": "process"
}

View File

@@ -0,0 +1,18 @@
{
"bridge_speed": "30",
"from": "system",
"inherits": "0.40mm SPEED @MK4S HF0.6",
"inner_wall_acceleration": "2000",
"inner_wall_speed": "80",
"instantiation": "true",
"internal_solid_infill_acceleration": "2500",
"internal_solid_infill_speed": "100",
"name": "0.40mm STRUCTURAL @MK4S HF0.6",
"outer_wall_acceleration": "1500",
"outer_wall_speed": "45",
"small_perimeter_speed": "45",
"sparse_infill_acceleration": "3000",
"sparse_infill_speed": "100",
"top_surface_acceleration": "1500",
"type": "process"
}

View File

@@ -0,0 +1,15 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"gap_infill_speed": "65",
"inherits": "0.40mm QUALITY @MK4S 0.8",
"inner_wall_speed": "80",
"instantiation": "true",
"internal_solid_infill_speed": "100",
"name": "0.40mm STRUCTURAL @MK4S HF0.8",
"sparse_infill_speed": "100",
"support_speed": "80",
"top_surface_acceleration": "1200",
"top_surface_speed": "65",
"type": "process"
}

View File

@@ -0,0 +1,45 @@
{
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0.8",
"bridge_acceleration": "1000",
"bridge_speed": "22",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/",
"default_acceleration": "2000",
"from": "system",
"gap_infill_speed": "30",
"infill_anchor": "2.5",
"infill_anchor_max": "20",
"inherits": "process_common_mk4s",
"initial_layer_line_width": "1",
"inner_wall_acceleration": "2000",
"inner_wall_line_width": "1",
"inner_wall_speed": "40",
"instantiation": "true",
"internal_solid_infill_acceleration": "3000",
"internal_solid_infill_line_width": "0.9",
"internal_solid_infill_speed": "35",
"layer_height": "0.55",
"line_width": "0.9",
"name": "0.55mm DRAFT @MK4S 0.8",
"outer_wall_acceleration": "1500",
"outer_wall_line_width": "1",
"outer_wall_speed": "35",
"raft_contact_distance": "0.2",
"seam_position": "nearest",
"small_perimeter_speed": "35",
"sparse_infill_line_width": "0.9",
"sparse_infill_pattern": "zig-zag",
"sparse_infill_speed": "60",
"support_interface_spacing": "0.35",
"support_line_width": "0.65",
"support_object_xy_distance": "0.72",
"support_speed": "35",
"support_top_z_distance": "0.25",
"thick_bridges": "1",
"top_shell_layers": "4",
"top_shell_thickness": "1.2",
"top_surface_acceleration": "1000",
"top_surface_line_width": "0.75",
"top_surface_speed": "30",
"type": "process"
}

View File

@@ -0,0 +1,19 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"gap_infill_speed": "60",
"inherits": "0.55mm DRAFT @MK4S 0.8",
"inner_wall_acceleration": "3000",
"inner_wall_speed": "75",
"instantiation": "true",
"internal_solid_infill_speed": "70",
"name": "0.55mm SPEED @MK4S HF0.8",
"outer_wall_acceleration": "2500",
"outer_wall_speed": "70",
"small_perimeter_speed": "70",
"sparse_infill_speed": "80",
"support_speed": "80",
"top_surface_acceleration": "1500",
"top_surface_speed": "60",
"type": "process"
}

View File

@@ -0,0 +1,17 @@
{
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/",
"from": "system",
"gap_infill_speed": "60",
"inherits": "0.55mm DRAFT @MK4S 0.8",
"inner_wall_speed": "75",
"instantiation": "true",
"internal_solid_infill_speed": "65",
"name": "0.55mm STRUCTURAL @MK4S HF0.8",
"outer_wall_speed": "45",
"small_perimeter_speed": "45",
"sparse_infill_speed": "75",
"support_speed": "65",
"top_surface_acceleration": "1200",
"top_surface_speed": "45",
"type": "process"
}

View 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"
}