mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 13:52:07 +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:
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot Generic ABS",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "nRFPlbSKRMb0UpSI",
|
||||
"filament_id": "GFB99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot Generic ASA",
|
||||
"inherits": "fdm_filament_asa",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "rP4Qul9OY7lUhPgO",
|
||||
"filament_id": "GFB98",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot Generic PA-CF",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "AKO1twNgFO67N5GK",
|
||||
"filament_id": "GFN98",
|
||||
"instantiation": "true",
|
||||
"filament_type": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot Generic PA",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "4CBO5MnUk8Smhs3q",
|
||||
"filament_id": "GFN99",
|
||||
"instantiation": "true",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot Generic PC",
|
||||
"inherits": "fdm_filament_pc",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "wUe99Mr4HqzSNxgO",
|
||||
"filament_id": "GFC99",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot Generic PETG",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "C8LMRvN350POVqC2",
|
||||
"filament_id": "GFG99",
|
||||
"instantiation": "true",
|
||||
"reduce_fan_stop_start_freq": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot Generic PLA-CF",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "nt1egZD1dQEVXp0v",
|
||||
"filament_id": "GFL98",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot Generic PLA",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "4JMiuJbl1gNrBipT",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot Generic PVA",
|
||||
"inherits": "fdm_filament_pva",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "DX4eZb2tlNVqeUrn",
|
||||
"filament_id": "GFS99",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot Generic TPU",
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"setting_id": "YlhTF1F3OA2qj6o2",
|
||||
"filament_id": "GFU99",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot 235 AWD 0.4 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "EZf1lYKG9h7c8gKn",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Vzbot 235 AWD",
|
||||
"nozzle_diameter": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot 235 AWD 0.5 nozzle",
|
||||
"inherits": "Vzbot 235 AWD 0.4 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GM002",
|
||||
"setting_id": "RxA0Pu5VwOqEKrov",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Vzbot 235 AWD",
|
||||
"nozzle_diameter": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot 235 AWD 0.6 nozzle",
|
||||
"inherits": "Vzbot 235 AWD 0.4 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GM003",
|
||||
"setting_id": "bb7maLXPfrMcxn8p",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Vzbot 235 AWD",
|
||||
"nozzle_diameter": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot 330 AWD 0.4 nozzle",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"setting_id": "GM001",
|
||||
"setting_id": "vxwG1SY30m0B6XTp",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Vzbot 330 AWD",
|
||||
"nozzle_diameter": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot 330 AWD 0.5 nozzle",
|
||||
"inherits": "Vzbot 330 AWD 0.4 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GM002",
|
||||
"setting_id": "a6ccTGhce7Lv2QHs",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Vzbot 330 AWD",
|
||||
"nozzle_diameter": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Vzbot 330 AWD 0.6 nozzle",
|
||||
"inherits": "Vzbot 330 AWD 0.4 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GM003",
|
||||
"setting_id": "o56K7oCaMvsfo8BT",
|
||||
"instantiation": "true",
|
||||
"printer_model": "Vzbot 330 AWD",
|
||||
"nozzle_diameter": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.08mm Extra Fine @Vzbot",
|
||||
"inherits": "fdm_process_Vzbot_common",
|
||||
"from": "system",
|
||||
"setting_id": "VZ004",
|
||||
"setting_id": "sXYnaha5Rf3X27WC",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"bottom_shell_layers": "7",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.08mm Extra Fine @Vzbot 0.5nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common_0.5_nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "VZ004",
|
||||
"setting_id": "Jb7iDPMXUzlD0paU",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"bottom_shell_layers": "7",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.08mm Extra Fine @Vzbot 0.6nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common_0.6_nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "VZ004",
|
||||
"setting_id": "nH8Qe9FH8KAyug2D",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.08",
|
||||
"bottom_shell_layers": "7",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Fine @Vzbot",
|
||||
"inherits": "fdm_process_Vzbot_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "rIolBnxPDz0JZ1y3",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"bottom_shell_layers": "5",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Fine @Vzbot 0.5nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common_0.5_nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "vBKmguJfN2ksgQIj",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"bottom_shell_layers": "5",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.12mm Fine @Vzbot 0.6nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common_0.6_nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "C8BcidoYg7hz6pZR",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.12",
|
||||
"bottom_shell_layers": "5",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.15mm Optimal @Vzbot",
|
||||
"inherits": "fdm_process_Vzbot_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "EJM4jDs5VAoDZ2Ck",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.15mm Optimal @Vzbot 0.5nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common_0.5_nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "DthzVPCYv8NTUSVz",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.15mm Optimal @Vzbot 0.6nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common_0.6_nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "JQKOfoNtaaLXMDfL",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Vzbot",
|
||||
"inherits": "fdm_process_Vzbot_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "aufrk8Rt9qtJksVX",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"bottom_shell_layers": "3",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Vzbot 0.5nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common_0.5_nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "6Mc2gE5998yaaxw1",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"bottom_shell_layers": "3",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Vzbot 0.6nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common_0.6_nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "94SjpnI8J6WQ62OI",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"bottom_shell_layers": "3",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Draft @Vzbot",
|
||||
"inherits": "fdm_process_Vzbot_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "R3eBcc7rUY7oh5Vh",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"top_surface_line_width": "0.45",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Draft @Vzbot 0.5nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common_0.5_nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "u5viOOkhCR3nFs8B",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"bottom_shell_layers": "3",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Draft @Vzbot 0.6nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common_0.6_nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "j24GeRgrodJlPD18",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"bottom_shell_layers": "3",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.28mm Extra Draft @Vzbot",
|
||||
"inherits": "fdm_process_Vzbot_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "YKDq6PIKg8dcn3vr",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28",
|
||||
"top_surface_line_width": "0.45",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.28mm Extra Draft @Vzbot 0.5nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "5ZGKXsobBGrbtETB",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28",
|
||||
"top_surface_line_width": "0.52",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.28mm Extra Draft @Vzbot 0.6nozzle",
|
||||
"inherits": "fdm_process_Vzbot_common",
|
||||
"from": "system",
|
||||
"setting_id": "GP004",
|
||||
"setting_id": "ZBf4g6Ez56En1SmA",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.28",
|
||||
"bottom_shell_layers": "3",
|
||||
|
||||
Reference in New Issue
Block a user