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,11 +1,11 @@
{
"type": "process",
"setting_id": "GP001",
"name": "0.08mm Extra Fine @SecKit",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_seckit_common",
"from": "system",
"setting_id": "GP001",
"instantiation": "true",
"layer_height": "0.08",
"bottom_shell_layers": "7",
"top_shell_layers": "9"
}
}

View File

@@ -1,11 +1,11 @@
{
"type": "process",
"setting_id": "GP002",
"name": "0.12mm Fine @SecKit",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_seckit_common",
"from": "system",
"setting_id": "GP002",
"instantiation": "true",
"layer_height": "0.12",
"bottom_shell_layers": "5",
"top_shell_layers": "6"
}
}

View File

@@ -1,11 +1,11 @@
{
"type": "process",
"setting_id": "GP003",
"name": "0.15mm Optimal @SecKit",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_seckit_common",
"from": "system",
"setting_id": "GP003",
"instantiation": "true",
"bottom_shell_layers": "4",
"top_shell_layers": "5",
"layer_height": "0.15"
}
}

View File

@@ -1,11 +1,11 @@
{
"type": "process",
"setting_id": "GP005",
"name": "0.20mm Standard @SecKit",
"from": "system",
"inherits": "fdm_process_seckit_common",
"from": "system",
"setting_id": "GP005",
"instantiation": "true",
"layer_height": "0.2",
"bottom_shell_layers": "3",
"top_shell_layers": "4"
}
}

View File

@@ -1,12 +1,12 @@
{
"type": "process",
"setting_id": "GP006",
"name": "0.24mm Draft @SecKit",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_seckit_common",
"from": "system",
"setting_id": "GP006",
"instantiation": "true",
"layer_height": "0.24",
"top_surface_line_width": "0.45",
"bottom_shell_layers": "3",
"top_shell_layers": "4"
}
}

View File

@@ -1,12 +1,12 @@
{
"type": "process",
"setting_id": "GP007",
"name": "0.28mm Extra Draft @SecKit",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_seckit_common",
"from": "system",
"setting_id": "GP007",
"instantiation": "true",
"layer_height": "0.28",
"top_surface_line_width": "0.45",
"bottom_shell_layers": "3",
"top_shell_layers": "4"
}
}

View File

@@ -1,12 +1,12 @@
{
"type": "process",
"setting_id": "GP008",
"name": "0.30mm Fast @SecKit",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_seckit_common",
"from": "system",
"setting_id": "GP008",
"instantiation": "true",
"layer_height": "0.3",
"top_surface_line_width": "0.5",
"bottom_shell_layers": "3",
"top_shell_layers": "4"
}
}

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_seckit_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",
@@ -103,6 +103,6 @@
"enable_arc_fitting": "0",
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle",
"SecKit Go3 0.4 nozzle"
"SecKit Go3 0.4 nozzle"
]
}
}