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,14 +1,14 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @Wanhao D12-400",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_wanhao_common",
"from": "system",
"setting_id": "GP004",
"instantiation": "true",
"layer_height": "0.12",
"bottom_shell_layers": "5",
"top_shell_layers": "6",
"compatible_printers": [
"Wanhao D12-300 0.4 nozzle"
"compatible_printers": [
"Wanhao D12-300 0.4 nozzle"
]
}
}

View File

@@ -1,14 +1,14 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.15mm Optimal @Wanhao D12-300",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_wanhao_common",
"from": "system",
"setting_id": "GP004",
"instantiation": "true",
"bottom_shell_layers": "4",
"top_shell_layers": "5",
"layer_height": "0.15",
"compatible_printers": [
"Wanhao D12-300 0.4 nozzle"
"compatible_printers": [
"Wanhao D12-300 0.4 nozzle"
]
}
}

View File

@@ -1,14 +1,14 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @Wanhao D12-300",
"from": "system",
"inherits": "fdm_process_wanhao_common",
"from": "system",
"setting_id": "GP004",
"instantiation": "true",
"layer_height": "0.2",
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"compatible_printers": [
"Wanhao D12-300 0.4 nozzle"
"compatible_printers": [
"Wanhao D12-300 0.4 nozzle"
]
}
}

View File

@@ -1,15 +1,15 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.24mm Draft @Wanhao D12-300",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_wanhao_common",
"from": "system",
"setting_id": "GP004",
"instantiation": "true",
"layer_height": "0.24",
"top_surface_line_width": "0.45",
"bottom_shell_layers": "3",
"top_shell_layers": "4",
"compatible_printers": [
"Wanhao D12-300 0.4 nozzle"
"compatible_printers": [
"Wanhao D12-300 0.4 nozzle"
]
}
}

View File

@@ -67,4 +67,4 @@
"prime_tower_width": "60",
"xy_hole_compensation": "0",
"xy_contour_compensation": "0"
}
}

View File

@@ -1,9 +1,9 @@
{
"type": "process",
"name": "fdm_process_wanhao_common",
"inherits": "fdm_process_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_common",
"adaptive_layer_height": "0",
"reduce_crossing_wall": "0",
"max_travel_detour_distance": "0",
@@ -102,6 +102,6 @@
"xy_hole_compensation": "0",
"xy_contour_compensation": "0",
"compatible_printers": [
"Wanhao D12-300 0.4 nozzle"
"Wanhao D12-300 0.4 nozzle"
]
}
}