mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 18:27:00 +00:00
v3.2: vendor-bundle re-mint under the product-triple rule
Every remaining legacy filament_id outside the BBL/QD_* islands re-derives from its product triple (filament_vendor / filament_type / family name), completing the content-addressed id model of filament_id_plan_v3.md: - Relocation pre-step: 14 fdm_filament_* template forks (Cubicon x3, Prusa x6, RH3D x6 minus the pc fork already re-homed) stop declaring ids; the 16 presets that rode Prusa's forks now declare the id they already resolved (verified zero effective-id drift over all 5892 instantiated presets). - --drop-redundant-ids: 6 Custom/MyToolChanger generics drop copied GF ids and ride their OFL families. - --remint over all 62 non-island vendors: 2647 declarations re-derived; identical products converge cross-bundle (showcase: PolyLite PLA is now OF5CgdDq in OrcaFilamentLibrary, Qidi, OrcaArena and Snapmaker). - Prusament @XL completions surfaced by the relocation: filament_vendor ["Prusa Polymers"] on the 8 @XL declarers; Prusament PA-CF typed PA11-CF (the product is Prusament PA11CF) and PC-CF typed PC-CF (-CF family typed as base polymer); each family converges on one id. - Succession: 331 ids retired with mode-rule successors, 355 never-shipped v1 mints forgotten with chain splicing, 151 GF-shaped ids released to the island space with hints, 27 curated BBL-generic -> OFL-generic hints (GFL99 -> OFDSrzZ8 class). New --retire "OLD=NEW" maintenance mode records lineage for OGFC99/OGFG99/OGFN99 (the shipped ids of OFL's Generic PC/PETG/PA in released versions, whose claims migrated in v3.1 while Cubicon's inert fork declarations kept them alive). - Retiring the P-hex system ids removes the last system ids from check_ams_filament_valid's destructive P-gate. - AMS-ambiguity fixes surfaced by convergence (validator -f): 4 presets riding another family's id through inherits now declare their true family id (Elegoo Generic ASA-CF/PETG-CF, Snapmaker PolyLite Dual PLA / PolyLite J1 PLA); 9 Cubicon @base presets and Dremel Generic PLA, which duplicate their per-printer variants on the same printers, split onto the salt-1 iteration of their triple (sanctioned by the mint-conformance check; --remint now leaves salt-conformant declarations alone). Gates: assign_filament_ids --check 0; orca_extra_profile_check 0; 116 python unit tests; config-equivalence over all 5892 instantiated presets (byte-identical configs except the 14 sanctioned Prusament vendor/type corrections; setting_id and compatible_printers unchanged; per-family convergence and ledger conservation verified); profile validator base/-f/-r(BBL)/-r(Qidi) all green; libslic3r_tests 48610 assertions; Moonraker OFL generic map check; custom-preset fixture archives v1.9.0-v2.4.1.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"name": "Arena ABS @base",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"from": "system",
|
||||
"filament_id": "GFB00",
|
||||
"filament_id": "OFJ3HRsR",
|
||||
"instantiation": "false",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PA-CF @base",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"filament_id": "GFN03",
|
||||
"filament_id": "OFA026vt",
|
||||
"instantiation": "false",
|
||||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PAHT-CF @base",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"filament_id": "GFN04",
|
||||
"filament_id": "OFtOPlK6",
|
||||
"instantiation": "false",
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PC @base",
|
||||
"inherits": "fdm_filament_pc",
|
||||
"from": "system",
|
||||
"filament_id": "GFC00",
|
||||
"filament_id": "OFrr67nG",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PET-CF @base",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"from": "system",
|
||||
"filament_id": "GFT01",
|
||||
"filament_id": "OFc87pL3",
|
||||
"instantiation": "false",
|
||||
"temperature_vitrification": [
|
||||
"185"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PETG Basic @base",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"from": "system",
|
||||
"filament_id": "GFG00",
|
||||
"filament_id": "OFNBlAPT",
|
||||
"instantiation": "false",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PETG-CF @base",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"from": "system",
|
||||
"filament_id": "GFG50",
|
||||
"filament_id": "OFuO0cAP",
|
||||
"instantiation": "false",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PLA Basic @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFA00",
|
||||
"filament_id": "OFSbGfsz",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PLA Impact @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFA03",
|
||||
"filament_id": "OFjXrKFO",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PLA Marble @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFA07",
|
||||
"filament_id": "OFuehn62",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PLA Matte @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFA01",
|
||||
"filament_id": "OFgptDSf",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PLA Metal @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFA02",
|
||||
"filament_id": "OFOAdMCB",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PLA Silk @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFA05",
|
||||
"filament_id": "OFmfizbq",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PLA Sparkle @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFA08",
|
||||
"filament_id": "OFyHgT60",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PLA Tough @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFA09",
|
||||
"filament_id": "OFtKeKa9",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena PLA-CF @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFA50",
|
||||
"filament_id": "OF2hfMcG",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena Support G @base",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"filament_id": "GFS01",
|
||||
"filament_id": "OFIPjqHt",
|
||||
"instantiation": "false",
|
||||
"required_nozzle_HRC": [
|
||||
"3"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena Support W @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFS00",
|
||||
"filament_id": "OFI6WZpn",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Arena TPU 95A @base",
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"from": "system",
|
||||
"filament_id": "GFU01",
|
||||
"filament_id": "OFQGvU2G",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "OrcaArena Generic ABS @base",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"from": "system",
|
||||
"filament_id": "GFB99",
|
||||
"filament_id": "OFetENFF",
|
||||
"instantiation": "false",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "OrcaArena Generic ASA @base",
|
||||
"inherits": "fdm_filament_asa",
|
||||
"from": "system",
|
||||
"filament_id": "GFB98",
|
||||
"filament_id": "OFmzftED",
|
||||
"instantiation": "false",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"setting_id": "XHOpI9EFQmYoJ3Sy",
|
||||
"filament_id": "GFN98",
|
||||
"filament_id": "OF4xhTuK",
|
||||
"instantiation": "true",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"setting_id": "IintLqJOecQcKmA8",
|
||||
"filament_id": "GFN99",
|
||||
"filament_id": "OFmnJNqY",
|
||||
"instantiation": "true",
|
||||
"required_nozzle_HRC": [
|
||||
"3"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "OrcaArena Generic PC @base",
|
||||
"inherits": "fdm_filament_pc",
|
||||
"from": "system",
|
||||
"filament_id": "GFC99",
|
||||
"filament_id": "OFXhZ3uY",
|
||||
"instantiation": "false",
|
||||
"filament_max_volumetric_speed": [
|
||||
"16"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "OrcaArena Generic PETG @base",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"from": "system",
|
||||
"filament_id": "GFG99",
|
||||
"filament_id": "OFgSEwOZ",
|
||||
"instantiation": "false",
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "OrcaArena Generic PETG-CF @base",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"from": "system",
|
||||
"filament_id": "GFG98",
|
||||
"filament_id": "OFwpkvqf",
|
||||
"instantiation": "false",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "OrcaArena Generic PLA @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFL99",
|
||||
"filament_id": "OFD6kN7F",
|
||||
"instantiation": "false",
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "OrcaArena Generic PLA Silk @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "OFqSTJ3I",
|
||||
"filament_id": "OFbeeFkl",
|
||||
"instantiation": "false",
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "OrcaArena Generic PLA-CF @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFL98",
|
||||
"filament_id": "OFx0ZzFV",
|
||||
"instantiation": "false",
|
||||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "OrcaArena Generic PVA @base",
|
||||
"inherits": "fdm_filament_pva",
|
||||
"from": "system",
|
||||
"filament_id": "GFS99",
|
||||
"filament_id": "OFdLdGgJ",
|
||||
"instantiation": "false",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"from": "system",
|
||||
"setting_id": "uPHnZUr5Sb16uKZm",
|
||||
"filament_id": "GFU99",
|
||||
"filament_id": "OFU5N9jI",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3.2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "PolyLite PLA @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFL00",
|
||||
"filament_id": "OF5CgdDq",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Polymaker"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "PolyTerra PLA @base",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "GFL01",
|
||||
"filament_id": "OFW29a9R",
|
||||
"instantiation": "false",
|
||||
"filament_vendor": [
|
||||
"Polymaker"
|
||||
|
||||
Reference in New Issue
Block a user