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,9 +1,9 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @DeltaMaker",
"from": "system",
"inherits": "fdm_process_common",
"from": "system",
"setting_id": "GP004",
"instantiation": "true",
"layer_height": "0.12",
"bottom_shell_layers": "6",
@@ -17,4 +17,4 @@
"detect_thin_wall": "1",
"top_shell_layers": "8",
"travel_speed": "150"
}
}

View File

@@ -1,9 +1,9 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.18mm Standard @DeltaMaker",
"from": "system",
"inherits": "fdm_process_common",
"from": "system",
"setting_id": "GP004",
"instantiation": "true",
"layer_height": "0.18",
"sparse_infill_density": "15%",
@@ -22,4 +22,4 @@
"inner_wall_speed": "40",
"top_surface_speed": "15",
"sparse_infill_speed": "40"
}
}

View File

@@ -1,9 +1,9 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.25mm Draft @DeltaMaker",
"from": "system",
"inherits": "fdm_process_common",
"from": "system",
"setting_id": "GP004",
"instantiation": "true",
"adaptive_layer_height": "1",
"layer_height": "0.25",
@@ -21,4 +21,4 @@
"standby_temperature_delta": "-5",
"detect_thin_wall": "1",
"top_shell_layers": "4"
}
}

View File

@@ -107,8 +107,8 @@
"gap_infill_speed": "30",
"travel_speed": "150",
"compatible_printers": [
"DeltaMaker 2 0.35 nozzle",
"DeltaMaker 2T 0.5 nozzle",
"DeltaMaker 2XT 0.5 nozzle"
"DeltaMaker 2 0.35 nozzle",
"DeltaMaker 2T 0.5 nozzle",
"DeltaMaker 2XT 0.5 nozzle"
]
}
}

View File

@@ -1,9 +1,9 @@
{
"type": "process",
"name": "fdm_process_klipper_common",
"inherits": "fdm_process_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_common",
"default_acceleration": "5000",
"top_surface_acceleration": "3000",
"travel_acceleration": "6000",
@@ -20,4 +20,4 @@
"sparse_infill_speed": "120",
"travel_speed": "250",
"exclude_object": "1"
}
}