Fixed many profile issues and cleaned up some messes. (#10686)

This commit is contained in:
SoftFever
2025-09-11 17:50:53 +08:00
committed by GitHub
parent 5e9570c946
commit 4f50fdc94e
6026 changed files with 187121 additions and 169667 deletions

View File

@@ -1,23 +1,24 @@
{
"type": "process",
"name": "0.20mm SPEED @MK4S 0.5",
"inherits": "process_common_mk4s",
"from": "system",
"instantiation": "true",
"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",
@@ -29,6 +30,5 @@
"support_object_xy_distance": "0.44",
"top_surface_acceleration": "1000",
"top_surface_line_width": "0.5",
"top_surface_speed": "70",
"type": "process"
"top_surface_speed": "70"
}