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:
SoftFever
2026-06-27 20:11:25 +08:00
committed by GitHub
parent 3b58217b47
commit 8cb2e4e01e
7876 changed files with 8152 additions and 6541 deletions

View File

@@ -3,7 +3,7 @@
"name": "Elegoo ABS @EC2",
"inherits": "Elegoo ABS @base",
"from": "system",
"setting_id": "EABSEC2",
"setting_id": "5SZiksUEUcxCOIN1",
"instantiation": "true",
"fan_max_speed": [
"40"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo ASA @EC2",
"inherits": "Elegoo ASA @base",
"from": "system",
"setting_id": "EASAEC2",
"setting_id": "OYEKFuyeKgCsHlYz",
"instantiation": "true",
"pressure_advance": [
"0.04"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo ASA-CF @EC2",
"inherits": "Elegoo ASA @base",
"from": "system",
"setting_id": "EASACFEC2",
"setting_id": "12kyjckYS59VKuJr",
"instantiation": "true",
"pressure_advance": [
"0.04"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PAHT-CF @EC2",
"inherits": "Elegoo PAHT @base",
"from": "system",
"setting_id": "EPAHTCFEC2",
"setting_id": "miv95d8rXD4CAgjC",
"instantiation": "true",
"close_fan_the_first_x_layers": [
"3"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PC @EC2",
"inherits": "Elegoo PC @base",
"from": "system",
"setting_id": "EPCEC2",
"setting_id": "Ybq7T5IKqXKfhhuc",
"instantiation": "true",
"pressure_advance": [
"0.052"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PC-FR @EC2",
"inherits": "Elegoo PC @base",
"from": "system",
"setting_id": "EPCFREC2",
"setting_id": "4y2nFqOY9OLYQT4I",
"instantiation": "true",
"pressure_advance": [
"0.05"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PET-CF @EC2",
"inherits": "Elegoo PETG @base",
"from": "system",
"setting_id": "EPETCFEC2",
"setting_id": "YuxImosRqvxeXky9",
"instantiation": "true",
"pressure_advance": [
"0.05"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PETG @EC2",
"inherits": "Elegoo PETG @base",
"from": "system",
"setting_id": "EPETGEC2",
"setting_id": "FOM7t4PtHtdqRgjm",
"instantiation": "true",
"pressure_advance": [
"0.05"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PETG HF @EC2",
"inherits": "Elegoo PETG @base",
"from": "system",
"setting_id": "ERPETGHFEC2",
"setting_id": "JXAbqQk05wQC2ZsV",
"instantiation": "true",
"pressure_advance": [
"0.052"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PETG PRO @EC2",
"inherits": "Elegoo PETG @base",
"from": "system",
"setting_id": "EPETGPROEC2",
"setting_id": "7eE7wOnwAMmDk3N8",
"instantiation": "true",
"pressure_advance": [
"0.1"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PETG Translucent @EC2",
"inherits": "Elegoo PETG @base",
"from": "system",
"setting_id": "EPETGTRANSEC2",
"setting_id": "c62Io0F7o3YY9UfY",
"instantiation": "true",
"pressure_advance": [
"0.052"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PETG-CF @EC2",
"inherits": "Elegoo PETG @base",
"from": "system",
"setting_id": "EPETGCFEC2",
"setting_id": "H5b1oB4xwcsOGVYG",
"instantiation": "true",
"pressure_advance": [
"0.052"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PETG-GF @EC2",
"inherits": "Elegoo PETG @base",
"from": "system",
"setting_id": "EPETGFEC2",
"setting_id": "UXEBZHN5QuEKg2dX",
"instantiation": "true",
"pressure_advance": [
"0.052"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLAEC2",
"setting_id": "BvxOuzsi4u4eeHkc",
"instantiation": "true",
"filament_max_volumetric_speed": [
"21"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA Basic @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLABASICEC2",
"setting_id": "YBylnOIc1QhV45N0",
"instantiation": "true",
"nozzle_temperature": [
"220"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA Galaxy @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLAGALAXYEC2",
"setting_id": "BZ67cDxyhlFdrNPf",
"instantiation": "true",
"fan_min_speed": [
"80"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA Glow @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLAGLOWEC2",
"setting_id": "X18eV3oo6N3xDJXN",
"instantiation": "true",
"pressure_advance": [
"0.04"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA Marble @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLAMARBLEEC2",
"setting_id": "D4UWZLfsmnwQSQP0",
"instantiation": "true",
"fan_min_speed": [
"80"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA Matte @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLAMEC2",
"setting_id": "EMVja9n1ZwI2Lq3R",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA PRO @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLAPROEC2",
"setting_id": "TXUB904pAsT5napV",
"instantiation": "true",
"filament_max_volumetric_speed": [
"20"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA Silk @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLASEC2",
"setting_id": "9M8QYAJcLTyKLgNL",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA Sparkle @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLASPARKLEEC2",
"setting_id": "l7NSciXWqkFqbTgB",
"instantiation": "true",
"fan_min_speed": [
"80"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA Translucent2 @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLATRA2EC2",
"setting_id": "RKBHiiO580ou2vr1",
"instantiation": "true",
"pressure_advance": [
"0.04"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA Wood @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLAWOODEC2",
"setting_id": "ym42CllFezpl1XEg",
"instantiation": "true",
"fan_min_speed": [
"80"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA+ @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLAPLUSEC2",
"setting_id": "vf5ap9MNwVgptsvO",
"instantiation": "true",
"filament_max_volumetric_speed": [
"20"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA-CF @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "EPLACFEC2",
"setting_id": "UpGOamlqBkqj71bx",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"

View File

@@ -4,7 +4,7 @@
"renamed_from": "Elegoo RAPID PETG @EC2",
"inherits": "Elegoo PETG @base",
"from": "system",
"setting_id": "ERPETGEC2",
"setting_id": "1qDXoSeuwBcAbZmk",
"instantiation": "true",
"pressure_advance": [
"0.052"

View File

@@ -4,7 +4,7 @@
"renamed_from": "Elegoo RAPID PLA+ @EC2",
"inherits": "Elegoo PLA @base",
"from": "system",
"setting_id": "ERPLAPLUSEC2",
"setting_id": "lfHbQa7hrJ7wg4oC",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"

View File

@@ -4,7 +4,7 @@
"renamed_from": "Elegoo RAPID TPU 95A @EC2",
"inherits": "Elegoo TPU @base",
"from": "system",
"setting_id": "ERTPU95AEC2",
"setting_id": "siG31sp4DyxsrhAc",
"instantiation": "true",
"pressure_advance": [
"0.1"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo TPU 95A @EC2",
"inherits": "Elegoo TPU @base",
"from": "system",
"setting_id": "ETPU95AEC2",
"setting_id": "6LUQGjzmx0y5A6Qn",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3.2"