mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-14 04:27:36 +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": "Elegoo ASA @EN3 Series",
|
||||
"inherits": "Elegoo ASA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EASAEN3",
|
||||
"setting_id": "SDHq0vtdwuAPJtjN",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PETG @EN3 Series",
|
||||
"inherits": "Elegoo PETG @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPETGEN3",
|
||||
"setting_id": "ij2hYApjrIsKHJyr",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.024"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PETG PRO @EN3 Series",
|
||||
"inherits": "Elegoo PETG @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPETGPROEN3",
|
||||
"setting_id": "hcpl3lUmYmocda9K",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PETG Translucent @EN3 Series",
|
||||
"inherits": "Elegoo PETG @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPETGTRANSEN3",
|
||||
"setting_id": "vvE6QSdUAwZyExFq",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.024"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PETG-CF @EN3 Series",
|
||||
"inherits": "Elegoo PETG @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPETGCFEN3",
|
||||
"setting_id": "w31T0qj9YkyNYfXR",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.024"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PETG-GF @EN3 Series",
|
||||
"inherits": "Elegoo PETG @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPETGFEN3",
|
||||
"setting_id": "Ss1cK4Mg4Qsmq60H",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.024"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PLA @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPLAEN3",
|
||||
"setting_id": "taDnu9cpJUbXdHoQ",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"9"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PLA Basic @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPLABASICEN3",
|
||||
"setting_id": "HuzVgg6RrpAtYYEv",
|
||||
"instantiation": "true",
|
||||
"nozzle_temperature": [
|
||||
"220"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PLA Galaxy @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPLAGALAXYEN3",
|
||||
"setting_id": "BpZZWJcuFxWOCCnw",
|
||||
"instantiation": "true",
|
||||
"fan_min_speed": [
|
||||
"80"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PLA Marble @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPLAMARBLEEN3",
|
||||
"setting_id": "BxsWsE3wgE9wgBmm",
|
||||
"instantiation": "true",
|
||||
"fan_min_speed": [
|
||||
"80"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PLA Matte @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPLAMEN3",
|
||||
"setting_id": "L3da64GFIKUFdDJA",
|
||||
"instantiation": "true",
|
||||
"fan_cooling_layer_time": [
|
||||
"80"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PLA PRO @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPLAPROEN3",
|
||||
"setting_id": "V7HUl0gBvGKwKD1A",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PLA Silk @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPLASEN3",
|
||||
"setting_id": "ik0YrrrI6oUpXz79",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"9"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PLA Sparkle @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPLASPARKLEEN3",
|
||||
"setting_id": "5NjKDHvQ2r1kxHGU",
|
||||
"instantiation": "true",
|
||||
"fan_min_speed": [
|
||||
"80"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PLA Wood @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPLAWOODEN3",
|
||||
"setting_id": "aieihLgO1a0ZdWfJ",
|
||||
"instantiation": "true",
|
||||
"fan_min_speed": [
|
||||
"80"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PLA+ @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPLAPLUSEN3",
|
||||
"setting_id": "LqnrFp0vDbiCMJ8I",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo PLA-CF @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "EPLACFEN3",
|
||||
"setting_id": "1NWIyM71opgpoto1",
|
||||
"instantiation": "true",
|
||||
"fan_cooling_layer_time": [
|
||||
"80"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "Elegoo RAPID PETG @EN3 Series",
|
||||
"inherits": "Elegoo PETG @base",
|
||||
"from": "system",
|
||||
"setting_id": "ERPETGEN3",
|
||||
"setting_id": "WrjA1jFlRkBjm8sV",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"10"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "Elegoo RAPID PLA+ @EN3 Series",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "ERPLAPLUSEN3",
|
||||
"setting_id": "HLIz2ghBgZEcM67x",
|
||||
"instantiation": "true",
|
||||
"fan_cooling_layer_time": [
|
||||
"80"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"renamed_from": "Elegoo RAPID TPU 95A @EN3 Series",
|
||||
"inherits": "Elegoo TPU @base",
|
||||
"from": "system",
|
||||
"setting_id": "ERTPU95AEN3",
|
||||
"setting_id": "q51os4xSncl4kA7h",
|
||||
"instantiation": "true",
|
||||
"pressure_advance": [
|
||||
"0.024"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Elegoo TPU 95A @EN3 Series",
|
||||
"inherits": "Elegoo TPU @base",
|
||||
"from": "system",
|
||||
"setting_id": "ETPU95AEN3",
|
||||
"setting_id": "4W6ZheJxNPUPxe1s",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3.2"
|
||||
|
||||
Reference in New Issue
Block a user