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,18 +1,18 @@
{
"type": "process",
"name": "0.15mm SPEED @MK4S 0.4",
"inherits": "process_common_mk4s",
"from": "system",
"instantiation": "true",
"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"
"top_surface_acceleration": "1500"
}