mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-30 06:12:12 +00:00
profiles: deterministic setting_id from vendor/type/name (#14432)
* profiles: enforce globally-unique, per-vendor-namespaced setting_id Many non-Bambu vendors copied Bambu's generic setting_ids (GFSA04 alone appeared in 1557 files), so setting_id was not globally unique. This namespaces every vendor's ids and reserves Bambu/OrcaFilamentLibrary space. - Reserve "G*" (Bambu) and "O*" (OrcaFilamentLibrary) id spaces. - Assign each other vendor a 2-char prefix (first+last letter, collision resolved) and renumber every instantiated preset to <PREFIX><NNNN>. - Strip setting_id from base profiles (instantiation:false) per Bambu's convention; assign one to instantiated presets that lacked it. - Remove the pre-existing misspelled "settings_id" key (91 files). - filament_id is left untouched (it is a per-material id). - Add one-time migration script scripts/assign_vendor_setting_ids.py with a persisted registry resources/profiles/vendor_prefixes.json. Re-runs freeze existing ids; only new vendors/profiles get new ids. - Bump version in each changed vendor index file. - Extend scripts/orca_extra_profile_check.py with a CI guard: global uniqueness, in-namespace, no base setting_id, no gaps, no settings_id typo. 7425 profile files changed across 61 vendors; 0 cross-vendor collisions; validator clean; migration idempotent. BBL and OrcaFilamentLibrary id spaces untouched. * profiles: add setting_id authoring guide for new vendors / profiles * profiles: drop in-repo README; setting_id guide now lives in the wiki * profiles: derive setting_id deterministically from vendor/type/name * bump profile version
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "P4I2dGs9mdGxK7bX",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.06",
|
||||
"initial_layer_print_height": "0.15",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.06mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"setting_id": "lKRhksHIcW8U9nlN",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.06",
|
||||
"initial_layer_print_height": "0.15",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "wwivWw7JD0tDe0ar",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "oeUMFiVN3C19a8lI",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D PhoenixProV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,40 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
"default_acceleration": "3000",
|
||||
"gap_infill_speed": "200",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"initial_layer_line_width": "0.38",
|
||||
"initial_layer_speed": "80",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_line_width": "0.32",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"line_width": "0.32",
|
||||
"outer_wall_acceleration": "2000",
|
||||
"outer_wall_line_width": "0.32",
|
||||
"outer_wall_speed": "150",
|
||||
"print_settings_id": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"slow_down_layers": "2",
|
||||
"sparse_infill_pattern": "rectilinear",
|
||||
"sparse_infill_speed": "200",
|
||||
"support_line_width": "0.32",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "4",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_line_width": "0.32",
|
||||
"top_surface_speed": "150",
|
||||
"travel_acceleration": "3000",
|
||||
"travel_speed": "250",
|
||||
"wall_sequence": "inner-outer-inner wall",
|
||||
"compatible_printers": [
|
||||
"WEMAKE3D TinyBotV1 0.3mm nozzle"
|
||||
]
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "vm9IE4XjJPo8RphS",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"initial_layer_print_height": "0.16",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "KJHOVcfIXsr31KvN",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.16",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "wmpXPDudntnom6Kx",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.32",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "2VQgdFkpCRMTA03y",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.12",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"setting_id": "xvCH51xkv0PvTkqf",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.32",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"setting_id": "icBFwkQJxqVsDSUH",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.12mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"layer_height": "0.12",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "wAsOQFNNDiluP4fB",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.24",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"setting_id": "HbmbIKLbAqm1rPok",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.24",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.15mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "q67HwK2lQ2ImXhQ9",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.15mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "VF0y0eQfT0BZ7iPk",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "oSkFgMyUPhIqmcee",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.15",
|
||||
"initial_layer_print_height": "0.24",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"setting_id": "u7Bh8Hf5vOB1MvSl",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"initial_layer_print_height": "0.24",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "puR7xyQKQioFauQk",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"initial_layer_print_height": "0.16",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"setting_id": "2JQ1plV6wu1puqxi",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.16",
|
||||
"initial_layer_print_height": "0.16",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "cwITGBAP2HYzhu0i",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "EYwYFmo7JV2eyNwY",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.1mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "T3dqJHhfcmP3k6DQ",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.1mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "dCweNZzyr6sqDHtt",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "QHMAReprYaHKSMO7",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"initial_layer_print_height": "0.24",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"setting_id": "yEeTta1SiYsHzwiq",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"initial_layer_print_height": "0.24",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "TFl8vBOxyNLPiX1a",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.25mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "keLrcV1Yh3HhZNAJ",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "5m612Xzx3KRvVWrt",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.25",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"setting_id": "FOWYsBb6XtGRR2Up",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"layer_height": "0.25",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "DmlEv80SRpa9pYNt",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"initial_layer_print_height": "0.32",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"setting_id": "Pt0aOqxcVy8GTRXM",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"initial_layer_print_height": "0.32",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "aQzgJDz6SgKP22qD",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32",
|
||||
"initial_layer_print_height": "0.32",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.32mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"setting_id": "qjNZ2kkEVuDxyIPG",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.32",
|
||||
"initial_layer_print_height": "0.32",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.3mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "UMMyrxw5h5Xf2g4Q",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "JszyAEXCkx9Fy65G",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"counterbore_hole_bridging": "partiallybridge",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "MelYbFwaIqcTgRmR",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.48",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"from": "system",
|
||||
"setting_id": "QKSZ5T6peyXMfqZE",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.48",
|
||||
"initial_layer_print_height": "0.48",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_phoenixProV1_common",
|
||||
"setting_id": "5JXwah0qXXmMA89e",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle",
|
||||
"layer_height": "0.4",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"type": "process",
|
||||
"name": "0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"inherits": "fdm_process_tinyBotV1_common",
|
||||
"setting_id": "hqBED1cY7X1cXHk2",
|
||||
"instantiation": "true",
|
||||
"print_settings_id": "0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle",
|
||||
"layer_height": "0.4",
|
||||
|
||||
Reference in New Issue
Block a user