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": "Generic ABS @Elegoo Centauri",
"inherits": "Generic ABS @base",
"from": "system",
"setting_id": "GABS00",
"setting_id": "xrKluVQuISBlBUu1",
"instantiation": "true",
"compatible_printers": [
"Elegoo Centauri 0.4 nozzle",

View File

@@ -1,6 +1,6 @@
{
"type": "filament",
"setting_id": "GFSA04",
"setting_id": "RWcQPhlCtjoh9xec",
"name": "Generic ABS @Elegoo",
"from": "system",
"instantiation": "true",

View File

@@ -3,7 +3,7 @@
"name": "Generic ABS-CF @Elegoo Centauri",
"inherits": "Generic ABS @base",
"from": "system",
"setting_id": "GABSCF00",
"setting_id": "fRiriEvlcxDDO5tc",
"instantiation": "true",
"nozzle_temperature": [
"260"

View File

@@ -1,6 +1,6 @@
{
"type": "filament",
"setting_id": "GFSA04",
"setting_id": "U5sKORLsVPcldRY9",
"name": "Generic ASA @Elegoo",
"from": "system",
"instantiation": "true",

View File

@@ -3,7 +3,7 @@
"name": "Generic ASA-CF @Elegoo Centauri",
"inherits": "Generic ASA @base",
"from": "system",
"setting_id": "GASACF00",
"setting_id": "S5kHIMcORjlPRnVs",
"instantiation": "true",
"filament_type": [
"ASA-CF"

View File

@@ -3,7 +3,7 @@
"name": "Generic PA @Elegoo",
"inherits": "Generic PA @base",
"from": "system",
"setting_id": "GPA00",
"setting_id": "Fgy6uWnAWGPzt8Kn",
"instantiation": "true",
"activate_air_filtration": [
"0"

View File

@@ -3,7 +3,7 @@
"name": "Generic PA6-CF @Elegoo",
"inherits": "Generic PA @base",
"from": "system",
"setting_id": "GPA6CF00",
"setting_id": "TPgpyakWZ7NjVnj5",
"instantiation": "true",
"fan_min_speed": [
"10"

View File

@@ -3,7 +3,7 @@
"name": "Generic PC @Elegoo",
"inherits": "Generic PC @base",
"from": "system",
"setting_id": "GPC00",
"setting_id": "fByRyAZlMcqYvbOD",
"instantiation": "true",
"fan_cooling_layer_time": [
"35"

View File

@@ -3,7 +3,7 @@
"name": "Generic PC-CF @Elegoo",
"inherits": "Generic PC @base",
"from": "system",
"setting_id": "GPCCF00",
"setting_id": "KMhdBJbiUeXxKgPS",
"instantiation": "true",
"filament_type": [
"PC-CF"

View File

@@ -3,7 +3,7 @@
"name": "Generic PET @Elegoo Centauri",
"inherits": "Generic PET @base",
"from": "system",
"setting_id": "GPET00",
"setting_id": "Nn0ISgWlD53VIDtl",
"instantiation": "true",
"fan_cooling_layer_time": [
"8"

View File

@@ -3,7 +3,7 @@
"name": "Generic PET-CF @Elegoo Centauri",
"inherits": "Generic PET @base",
"from": "system",
"setting_id": "GPETCF00",
"setting_id": "Q6wiKjigmzkcMxFz",
"instantiation": "true",
"filament_type": [
"PET-CF"

View File

@@ -1,6 +1,6 @@
{
"type": "filament",
"setting_id": "GFSG99",
"setting_id": "MJMg6nee4l28n2mK",
"name": "Generic PETG @Elegoo",
"from": "system",
"instantiation": "true",

View File

@@ -1,6 +1,6 @@
{
"type": "filament",
"setting_id": "GFSG99",
"setting_id": "pKzSR8XeyyUDbrNW",
"name": "Generic PETG PRO @Elegoo",
"from": "system",
"instantiation": "true",

View File

@@ -3,7 +3,7 @@
"name": "Generic PETG-CF @Elegoo Centauri",
"inherits": "Generic PETG @base",
"from": "system",
"setting_id": "GPETGCF00",
"setting_id": "bWUrg1tIttzhMYlr",
"instantiation": "true",
"filament_type": [
"PETG-CF"

View File

@@ -3,7 +3,7 @@
"name": "Generic PLA @Elegoo Centauri",
"inherits": "Generic PLA @base",
"from": "system",
"setting_id": "GPLA00",
"setting_id": "WDTVrLnXWUixyMcl",
"instantiation": "true",
"filament_max_volumetric_speed": [
"21"

View File

@@ -1,6 +1,6 @@
{
"type": "filament",
"setting_id": "GFSL99",
"setting_id": "PaFKjG9jocZSHl76",
"name": "Generic PLA @Elegoo",
"from": "system",
"instantiation": "true",

View File

@@ -1,6 +1,6 @@
{
"type": "filament",
"setting_id": "GFSL99",
"setting_id": "dH2Yf92iqsOj5XYo",
"name": "Generic PLA Matte @Elegoo",
"from": "system",
"instantiation": "true",