mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 15:22:21 +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:
@@ -5,5 +5,6 @@
|
||||
"layer_height": "0.08",
|
||||
"name": "0.08mm Optimal @Elegoo CC2 0.2 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "uD5gceL1thOzkzGo",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.10mm Standard @Elegoo CC2 0.2 nozzle",
|
||||
"inherits": "fdm_process_elegoo_02010",
|
||||
"from": "system",
|
||||
"setting_id": "PECC202010",
|
||||
"setting_id": "ozpRBEQqSZU7bZ1E",
|
||||
"instantiation": "true",
|
||||
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"min_width_top_surface": "50%",
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"layer_height": "0.12",
|
||||
"name": "0.12mm Draft @Elegoo CC2 0.2 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "cGFwf6ddNwMmqs9h",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_top_z_distance": "0.2",
|
||||
"top_solid_infill_flow_ratio": "1.09",
|
||||
"setting_id": "lRhdk46FwTwzcCYh",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"layer_height": "0.14",
|
||||
"name": "0.14mm Extra Draft @Elegoo CC2 0.2 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "falXCyvjKInAQBuU",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
"layer_height": "0.16",
|
||||
"name": "0.16mm Extra Fine @Elegoo CC2 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "fkdUtfBU1HkWIIvT",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"layer_height": "0.16",
|
||||
"name": "0.16mm Optimal @Elegoo CC2 0.4 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "et3r9GAefxCq9TSq",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"layer_height": "0.18",
|
||||
"name": "0.18mm Fine @Elegoo CC2 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "zpijb8su3jIgrND9",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
|
||||
"inherits": "fdm_process_elegoo_04020",
|
||||
"from": "system",
|
||||
"setting_id": "PECC204020",
|
||||
"setting_id": "pjHwBoHNTMAhLSbk",
|
||||
"instantiation": "true",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0.6",
|
||||
|
||||
@@ -12,5 +12,6 @@
|
||||
"top_shell_layers": "6",
|
||||
"wall_loops": "5",
|
||||
"top_solid_infill_flow_ratio": "1.09",
|
||||
"setting_id": "jTiebnbHJERoOZ2Y",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"layer_height": "0.24",
|
||||
"name": "0.24mm Draft @Elegoo CC2 0.4 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "dw8ZgRee5mUlNdon",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
"layer_height": "0.24",
|
||||
"name": "0.24mm Fine @Elegoo CC2 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "TrKMkazV6my94O8Q",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"layer_height": "0.24",
|
||||
"name": "0.24mm Optimal @Elegoo CC2 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "VfcmVzpWGuafr5C8",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"layer_height": "0.28",
|
||||
"name": "0.28mm Extra Draft @Elegoo CC2 0.4 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "iOd2EdXRnWMT6VZM",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Elegoo CC2 0.6 nozzle",
|
||||
"inherits": "fdm_process_elegoo_06030",
|
||||
"from": "system",
|
||||
"setting_id": "PECC206030",
|
||||
"setting_id": "SgrmUzs20VxvAXM5",
|
||||
"instantiation": "true",
|
||||
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"min_width_top_surface": "50%",
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
"sparse_infill_density": "15%",
|
||||
"top_surface_speed": "120",
|
||||
"wall_loops": "4",
|
||||
"setting_id": "qvgkuo9AInajHCez",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"layer_height": "0.32",
|
||||
"name": "0.32mm Optimal @Elegoo CC2 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "3l5lU1sBxbMAzV6x",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"layer_height": "0.36",
|
||||
"name": "0.36mm Draft @Elegoo CC2 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "S1MtBrEo884gfhm3",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.40mm Standard @Elegoo CC2 0.8 nozzle",
|
||||
"inherits": "fdm_process_elegoo_08040",
|
||||
"from": "system",
|
||||
"setting_id": "PECC208040",
|
||||
"setting_id": "iN8bJaXB5zflWLxd",
|
||||
"instantiation": "true",
|
||||
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
||||
"min_width_top_surface": "50%",
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"layer_height": "0.42",
|
||||
"name": "0.42mm Extra Draft @Elegoo CC2 0.6 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "Du73E9Zw3cOyKZYb",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
"layer_height": "0.48",
|
||||
"name": "0.48mm Draft @Elegoo CC2 0.8 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "K7hJQ2Kzyu7kgmCx",
|
||||
"instantiation": "true"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user