mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-11 02:57:39 +00:00
Cubicon, Dremel, Anycubic, Artillery, InfiMech, Creality: family filament_ids
Phase 2 long-tail migrations (56 collision groups across six vendors), zero effective-config change except where stated: Cubicon (17): 'Cubicon PC @base' verbatim-copied PA-CF's P510cfd0 at introduction (90a6c53ad5; PC was the config-light stub) - the PC family gets a fresh mint via its root. The other groups were all one shape: nine @base presets instantiated on exactly the two printers their dedicated variants cover with byte-identical passthrough configs, so no compatible_printers trim exists that CI would accept (instantiated presets must claim a printer). Fix: flip the nine @bases to instantiation:false and drop their setting_ids (bases carry none by convention). Every printer keeps an identical-config selectable preset per family - verified programmatically before flipping; no machine default_materials references an @base name. Dremel (3): 'Dremel Generic PLA' is deliberately selectable alongside its per-printer variants (#6837 re-exposed it), and the variants carry real overrides - a genuine AMS ambiguity with no config-neutral trim. The three variants share the fresh family mint OFUYjPc4 as own keys; the root keeps GFL99. A deliberate same-family id split (P8 shape): Dremel has no device ecosystem consuming filament_id, and every alternative is a user-visible regression of #6837. default_materials resolve unchanged. Anycubic (14): copy-paste/generic-riding across three id eras; 2022-era Anycubic Generic ABS/PETG/PLA/TPU keep the catalog ids, 13 families re-minted atomically (72 edits incl. 48 forced same-family re-ids), retiring the invented GFABS/GFL92/GFL93/GFPLA* space-containing ids. Artillery (8): GFL99 umbrella + P-hex copy-pastes; Artillery Generic PLA keeps GFL99, Artillery PLA keeps Pfcf9c4c, 17 families minted (52 edits), P284941e retired. InfiMech (14): pure verbatim Bambu-generic copy-paste; the six InfiMech Generic owners keep their ids, 15 impostor families minted (34 edits). Creality (8): HF generics copy-pasted GFL99 + id-less sub-brand lines riding keeper families; owners keep their git-verified ids, 8 families minted (17 edits, own-key layout for members inheriting heterogeneous per-series parents). Verified per batch: config-equivalence gate zero unexpected diffs (the nine Cubicon @base instantiation flips are the only preset-set changes, reviewed above); orca_extra_profile_check.py exit 0; assign_filament_ids.py --check exit 0; validator -l 2 exit 0; extended -f exit 0 for all six vendors (-v Cubicon/Dremel/Anycubic/Artillery/InfiMech/Creality); 14 fully-vanished ids appended to the retirement ledger.
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
"type": "filament",
|
||||
"name": "Cubicon ABS @base",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"setting_id": "aZRVIlDze62Bbw81",
|
||||
"filament_id": "P510cfb0",
|
||||
"instantiation": "true",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-I 0.4 nozzle",
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
"type": "filament",
|
||||
"name": "Cubicon ABS-A100 @base",
|
||||
"inherits": "Cubicon ABS @base",
|
||||
"setting_id": "vGIT4KZvqojIh2up",
|
||||
"filament_id": "P510cfb1",
|
||||
"instantiation": "true",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-I 0.4 nozzle",
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
"type": "filament",
|
||||
"name": "Cubicon ABSk @base",
|
||||
"inherits": "Cubicon ABS @base",
|
||||
"setting_id": "UbOUO0K3Y2iRPBtf",
|
||||
"filament_id": "P510cfb2",
|
||||
"instantiation": "true",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-I 0.4 nozzle",
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
"type": "filament",
|
||||
"name": "Cubicon PA-CF @base",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"setting_id": "55cJDyCoEudfOePY",
|
||||
"filament_id": "P510cfd0",
|
||||
"instantiation": "true",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-I 0.4 nozzle",
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
"type": "filament",
|
||||
"name": "Cubicon PC @base",
|
||||
"inherits": "fdm_filament_pc",
|
||||
"setting_id": "Mzg6jfwb2nqfGkdV",
|
||||
"filament_id": "P510cfd0",
|
||||
"instantiation": "true",
|
||||
"filament_id": "OFnLnZQo",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-I 0.4 nozzle",
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
"type": "filament",
|
||||
"name": "Cubicon PETG @base",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"setting_id": "bGfz4phwIdqSz0Hx",
|
||||
"filament_id": "P510cfc0",
|
||||
"instantiation": "true",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-I 0.4 nozzle",
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
|
||||
@@ -3,9 +3,8 @@
|
||||
"name": "Cubicon PLA @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"setting_id": "ypwdJAu0NlEsWpf4",
|
||||
"filament_id": "P510cfa0",
|
||||
"instantiation": "true",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-I 0.4 nozzle",
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
"type": "filament",
|
||||
"name": "Cubicon PLA+ @base",
|
||||
"inherits": "Cubicon PLA @base",
|
||||
"setting_id": "ETnuhiOZRh1jxrVk",
|
||||
"filament_id": "P510cfa1",
|
||||
"instantiation": "true",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-I 0.4 nozzle",
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
"type": "filament",
|
||||
"name": "Cubicon PLAi21 @base",
|
||||
"inherits": "Cubicon PLA @base",
|
||||
"setting_id": "mnwC7ijXXV72lBOt",
|
||||
"filament_id": "P510cfa2",
|
||||
"instantiation": "true",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-I 0.4 nozzle",
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
|
||||
Reference in New Issue
Block a user