mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +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:
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_abs @EX+APS",
|
||||
"from": "system",
|
||||
"setting_id": "3EdHfL9KE4oRVHB7",
|
||||
"filament_id": "GFB99",
|
||||
"filament_id": "OFVBNoov",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pa @EX+APS",
|
||||
"from": "system",
|
||||
"setting_id": "6YMXdKicP2hGUUJn",
|
||||
"filament_id": "GFN98",
|
||||
"filament_id": "OFb3UzMZ",
|
||||
"instantiation": "true",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pc @EX+APS",
|
||||
"from": "system",
|
||||
"setting_id": "GsYpyooWb6ymAb36",
|
||||
"filament_id": "GFC99",
|
||||
"filament_id": "OFTsGps3",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pet @EX+APS",
|
||||
"from": "system",
|
||||
"setting_id": "sNsRp3vHhcWAxp7d",
|
||||
"filament_id": "GFG99",
|
||||
"filament_id": "OFvaXhYD",
|
||||
"instantiation": "true",
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pla @EX+APS",
|
||||
"from": "system",
|
||||
"setting_id": "UTrjyqqetOSYNZxJ",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFuq9tqb",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pla_Hyper @EX+APS",
|
||||
"from": "system",
|
||||
"setting_id": "p08bW50lbzMjwL5B",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFefhSuj",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_abs @EX",
|
||||
"from": "system",
|
||||
"setting_id": "e6st01mMFr98LVEH",
|
||||
"filament_id": "GFB99",
|
||||
"filament_id": "OFVBNoov",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pa @EX",
|
||||
"from": "system",
|
||||
"setting_id": "qPCd5oTrCmZi63Ng",
|
||||
"filament_id": "GFN98",
|
||||
"filament_id": "OFb3UzMZ",
|
||||
"instantiation": "true",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pc @EX",
|
||||
"from": "system",
|
||||
"setting_id": "Uc2o223YSyShp7EI",
|
||||
"filament_id": "GFC99",
|
||||
"filament_id": "OFTsGps3",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pet @EX",
|
||||
"from": "system",
|
||||
"setting_id": "5vqLJrKLKv40sT7y",
|
||||
"filament_id": "GFG99",
|
||||
"filament_id": "OFvaXhYD",
|
||||
"instantiation": "true",
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pla @EX",
|
||||
"from": "system",
|
||||
"setting_id": "bGOpriWvEFZOmqR4",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFuq9tqb",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pla_Hyper @EX",
|
||||
"from": "system",
|
||||
"setting_id": "y8A92Dw8EMplnZAM",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFefhSuj",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_abs @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "QnEhnvxibr6g1nou",
|
||||
"filament_id": "GFB99",
|
||||
"filament_id": "OFVBNoov",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pa @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "L1j3mDKXjE2RKO1B",
|
||||
"filament_id": "GFN98",
|
||||
"filament_id": "OFb3UzMZ",
|
||||
"instantiation": "true",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pc @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "HBNOABPFLninXsW6",
|
||||
"filament_id": "GFC99",
|
||||
"filament_id": "OFTsGps3",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pet @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "DJyFBjQ5n9n1UHv0",
|
||||
"filament_id": "GFG99",
|
||||
"filament_id": "OFvaXhYD",
|
||||
"instantiation": "true",
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pla @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "NWKMG5q4ITfHcYOD",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFKzh9lx",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pla_Hyper @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "fAw5pB53L8ZT1Fkm",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFefhSuj",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_tpu @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "CvTHZpKuTaGS186F",
|
||||
"filament_id": "GFU99",
|
||||
"filament_id": "OFmcJsqt",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_abs_other @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "IuZcFrVQ2rJoMDLP",
|
||||
"filament_id": "GFB99",
|
||||
"filament_id": "OFAK2XjZ",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pa_other @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "4I0FW5meyC53Xf8n",
|
||||
"filament_id": "GFN98",
|
||||
"filament_id": "OFSpTWdv",
|
||||
"instantiation": "true",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pc_other @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "vUuSuioOUXsg2P3p",
|
||||
"filament_id": "GFC99",
|
||||
"filament_id": "OFyD1Zo8",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pet_other @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "lWYq9XssEyY3uWEe",
|
||||
"filament_id": "GFG99",
|
||||
"filament_id": "OFw05rkF",
|
||||
"instantiation": "true",
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pla_other @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "wOExDniXvR7CcF1w",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFS3HrR1",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pla_Hyper_other @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "154azDg7YNNWCkNK",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFrbbq6E",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_tpu_other @HSN",
|
||||
"from": "system",
|
||||
"setting_id": "0bU2fl92vCQobYnt",
|
||||
"filament_id": "GFU99",
|
||||
"filament_id": "OFFrbsvQ",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pla_Hyper",
|
||||
"from": "system",
|
||||
"setting_id": "j86QMTif4fGujRbg",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFefhSuj",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_abs_other",
|
||||
"from": "system",
|
||||
"setting_id": "nDLB3RZq23limiBn",
|
||||
"filament_id": "GFB99",
|
||||
"filament_id": "OFAK2XjZ",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pa_other",
|
||||
"from": "system",
|
||||
"setting_id": "rgz4LjU9KyvbLhRQ",
|
||||
"filament_id": "GFN98",
|
||||
"filament_id": "OFSpTWdv",
|
||||
"instantiation": "true",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pc_other",
|
||||
"from": "system",
|
||||
"setting_id": "VXkW5oukQdBX6B6T",
|
||||
"filament_id": "GFC99",
|
||||
"filament_id": "OFyD1Zo8",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pet_other",
|
||||
"from": "system",
|
||||
"setting_id": "onLEWi8GYK0avard",
|
||||
"filament_id": "GFG99",
|
||||
"filament_id": "OFw05rkF",
|
||||
"instantiation": "true",
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pla_Hyper_other",
|
||||
"from": "system",
|
||||
"setting_id": "Iop52BLp5ou8u4QG",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFrbbq6E",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pla_other",
|
||||
"from": "system",
|
||||
"setting_id": "2Bl4sfgGJBjNMk37",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFS3HrR1",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_tpu_other",
|
||||
"from": "system",
|
||||
"setting_id": "nqDc2q94Q2hwMi7B",
|
||||
"filament_id": "GFU99",
|
||||
"filament_id": "OFFrbsvQ",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3"
|
||||
|
||||
Reference in New Issue
Block a user