v3.1: OrcaFilamentLibrary re-mint under the product-triple rule

Phase v3.1 of filament_id_plan_v3.md: every OFL-declared filament_id
re-derives from its product triple; the succession ledger absorbs the old
ids. Config-equivalence verified: flattened effective configs differ ONLY
in filament_id (284 consistent old->new changes tree-wide, including every
vendor preset that rides an OFL family), zero config/compatible_printers/
setting_id drift.

Structural pre-step (id-value-neutral, verified): OFL generic family ids
move from the shared fdm_filament_* template bases onto the product-named
"Generic X @System" presets, so the v3 triple's family component is the
product name, not an internal file name (12 relocations; 2 dead duplicate
declarations on fdm_filament_pa/pet pruned; every consumer chain itemized
first - the +12 instantiated_with_id entries are this deliberate pattern,
matching the 11 generics that already declared on @System).
fdm_filament_pc keeps its declaration this phase: 7 Prusa presets (Prusa
Generic PC, Prusament PC Blend) inherit it directly and re-home in the
v3.2 Prusa worksheet; its transitional id is documented in the plan.

Re-mint: 301 declarations re-derived (e.g. Generic PLA OGFL99 ->
OFDSrzZ8 = mint("filament_product/Generic/PLA/Generic PLA")). Snapshot:
1477 ids (+300/-292). Ledger:
- 230 shipped ids retired with mode-rule successors (OGF* library ids,
  OFLSBS99, DREMC/FILAR/AliZ/eSUN/... legacy strings). DREMC010 had been
  shared by a PPA-CF and a TPU family - a data bug this split resolves;
  its successor follows its only shipped claim (DREMC PPA-CF).
- 25 GF-shaped ids OFL had copied from the Bambu catalog (GFOT00x
  Overture, GFSEP0xx) are RELEASED to the BBL island space with hints at
  the re-minted families - never retired, so a future legitimate BBL
  catalog addition is never blocked; plus an explicit GFOT001 ->
  OFxA1p01 hint (Overture PLA Pro, still live in BBL).
- 37 never-shipped v1 branch mints dropped from lineage
  (--forget-never-shipped; they exist in no release, no forwarding
  needed).
- OGFC99/OGFG99/OGFL96/OGFN99/OGFSNL08 stay live (still declared by
  vendor bundles); they retire in v3.2 when those declarers re-mint.

Gates: 106 unit tests OK; --check exit 0; orca_extra_profile_check exit 0;
validator -l 2 / -f tree-wide / -r BBL+Qidi exit 0; Moonraker OFL map
check resolves all 29 aliases against the re-minted presets; flatten
equivalence pre/post as above; snapshot regen idempotent.
This commit is contained in:
SoftFever
2026-07-04 16:41:41 +08:00
parent 2c0867619c
commit acd5dd0794
318 changed files with 4636 additions and 5098 deletions

View File

@@ -143,7 +143,11 @@ gains a succession entry pointing at its replacement; the 26 GF-shaped ids OFL d
(measured at v3.0: only one of them, `GFOT001`, is also declared by BBL) are released to
the BBL island space with hints at the re-minted families — two-island purity. Snapshot
regenerated; full gate battery + fixture overlays (this phase touches preset-visibility
machinery only via ids, but the fixtures are cheap insurance).
machinery only via ids, but the fixtures are cheap insurance). Implementation notes
(v3.1, executed): OFL generic ids relocate from the fdm_filament_* template bases onto
the product-named "Generic X @System" presets first, so their triples carry the product
name; `fdm_filament_pc` keeps a (transitional) declaration because 7 Prusa presets
inherit it directly — the v3.2 Prusa worksheet re-homes them and deletes it.
**v3.2 — vendor bundles, worksheet-per-vendor (v1 machinery).** Three sub-cases:
(a) the **391 unshipped v1 `OF*` mints** re-derive under the triple key — no succession

View File

@@ -3,7 +3,7 @@
"name": "AliZ PA-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "AliZ003",
"filament_id": "OFd4zw5l",
"instantiation": "false",
"filament_type": [
"PA-CF"

View File

@@ -3,7 +3,7 @@
"name": "AliZ PETG @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "AliZ001",
"filament_id": "OFocyw69",
"instantiation": "false",
"close_fan_the_first_x_layers": [
"2"

View File

@@ -3,7 +3,7 @@
"name": "AliZ PETG-CF @base",
"inherits": "AliZ PETG @base",
"from": "system",
"filament_id": "AZ01-1",
"filament_id": "OFJOFnOZ",
"instantiation": "false",
"fan_cooling_layer_time": [
"30"

View File

@@ -3,7 +3,7 @@
"name": "AliZ PETG-Metal @base",
"inherits": "AliZ PETG @base",
"from": "system",
"filament_id": "AZ01-2",
"filament_id": "OFOABq7t",
"instantiation": "false",
"fan_cooling_layer_time": [
"30"

View File

@@ -3,7 +3,7 @@
"name": "AliZ PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "AliZ002",
"filament_id": "OFyxayW4",
"instantiation": "false",
"enable_pressure_advance": [
"0"

View File

@@ -3,7 +3,7 @@
"name": "Bambu ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OGFB00",
"filament_id": "OFhuaUQB",
"instantiation": "false",
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"filament_cost": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu ABS-GF @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OGFB50",
"filament_id": "OFknl9Iz",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu ASA @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "OGFB01",
"filament_id": "OFfBpSRI",
"instantiation": "false",
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"eng_plate_temp": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu ASA-Aero @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "OGFB02",
"filament_id": "OFXzQ4yL",
"instantiation": "false",
"description": "This filament is only used to print models with a low density usually, and some special parameters are required. To get better printing quality, please refer to this wiki: ASA Aero Printing Guide.",
"fan_cooling_layer_time": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu ASA-CF @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "OGFB51",
"filament_id": "OF0wBGNx",
"instantiation": "false",
"eng_plate_temp": [
"100"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PA-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN03",
"filament_id": "OFFNYwWR",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"filament_cost": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PA6-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN05",
"filament_id": "OFniMuTN",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PA6-GF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN08",
"filament_id": "OFNk8bxk",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PAHT-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN04",
"filament_id": "OF2VFe4J",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PC @base",
"inherits": "fdm_filament_pc",
"from": "system",
"filament_id": "OGFC00",
"filament_id": "OFKhMPeX",
"instantiation": "false",
"filament_vendor": [
"Bambu Lab"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PC FR @base",
"inherits": "fdm_filament_pc",
"from": "system",
"filament_id": "OGFC01",
"filament_id": "OFg57Nmc",
"instantiation": "false",
"filament_cost": [
"0"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PET-CF @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFT01",
"filament_id": "OFHa48An",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"cool_plate_temp": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PETG Basic @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG00",
"filament_id": "OFFvzqcd",
"instantiation": "false",
"description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.",
"cool_plate_temp": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PETG HF @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG02",
"filament_id": "OFovEIbw",
"instantiation": "false",
"cool_plate_temp": [
"0"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PETG Translucent @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG01",
"filament_id": "OFwPrlCM",
"instantiation": "false",
"description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.",
"cool_plate_temp": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PETG-CF @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG50",
"filament_id": "OFTRZ8Y4",
"instantiation": "false",
"cool_plate_temp": [
"0"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Aero @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA11",
"filament_id": "OFBSW57R",
"instantiation": "false",
"description": "This filament is only used to print models with a low density usually, and some special parameters are required. To get better printing quality, please refer to this wiki: Instructions for printing RC model with foaming PLA (PLA Aero).",
"fan_min_speed": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Basic @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA00",
"filament_id": "OFoiVqVM",
"instantiation": "false",
"filament_cost": [
"24.99"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Dynamic @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA13",
"filament_id": "OFDGigEI",
"instantiation": "false",
"filament_cost": [
"31.99"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Galaxy @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA15",
"filament_id": "OFQ3e56w",
"instantiation": "false",
"filament_cost": [
"29.99"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Glow @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA12",
"filament_id": "OFEkPBwx",
"instantiation": "false",
"filament_cost": [
"29.99"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Impact @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA03",
"filament_id": "OFTGHyNC",
"instantiation": "false",
"filament_cost": [
"25.4"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Marble @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA07",
"filament_id": "OF9OlTWH",
"instantiation": "false",
"filament_cost": [
"29.99"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Matte @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA01",
"filament_id": "OFXIbw5D",
"instantiation": "false",
"filament_cost": [
"24.99"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Metal @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA02",
"filament_id": "OFrKLeE3",
"instantiation": "false",
"description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.",
"filament_cost": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Silk @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA05",
"filament_id": "OFEGNJD4",
"instantiation": "false",
"description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.",
"filament_cost": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Silk+ @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA06",
"filament_id": "OFUanySo",
"instantiation": "false",
"description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.",
"filament_cost": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Sparkle @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA08",
"filament_id": "OFDxfPgH",
"instantiation": "false",
"filament_cost": [
"29.99"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Tough @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA09",
"filament_id": "OFaQMgRH",
"instantiation": "false",
"filament_cost": [
"28.99"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA Wood @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA16",
"filament_id": "OFMjtqTC",
"instantiation": "false",
"filament_cost": [
"24.99"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PLA-CF @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA50",
"filament_id": "OFEswT5W",
"instantiation": "false",
"additional_cooling_fan_speed": [
"0"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PPA-CF @base",
"inherits": "fdm_filament_ppa",
"from": "system",
"filament_id": "OGFN06",
"filament_id": "OF54B0S0",
"instantiation": "false",
"filament_vendor": [
"Bambu Lab"

View File

@@ -3,7 +3,7 @@
"name": "Bambu PPS-CF @base",
"inherits": "fdm_filament_pps",
"from": "system",
"filament_id": "OGFT02",
"filament_id": "OF4RvVuU",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_max_speed": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu PVA @base",
"inherits": "fdm_filament_pva",
"from": "system",
"filament_id": "OGFS04",
"filament_id": "OFzyIxba",
"instantiation": "false",
"description": "This is a water-soluble support filament, and usually it is only for the support structure and not for the model body. Printing this filament is of many requirements, and to get better printing quality, please refer to this wiki: PVA Printing Guide.",
"filament_cost": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu Support For PA/PET @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFS03",
"filament_id": "OFMTK0UC",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_cooling_layer_time": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu Support For PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFS02",
"filament_id": "OFAnyRUI",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"cool_plate_temp": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu Support For PLA/PETG @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFS05",
"filament_id": "OFIfnzxC",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_cooling_layer_time": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu Support G @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFS01",
"filament_id": "OFQHiNJs",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_cooling_layer_time": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu Support W @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFS00",
"filament_id": "OFsHSVZc",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"cool_plate_temp": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu Support for ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OGFS06",
"filament_id": "OFf6mfQO",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_max_speed": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu TPU 95A @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "OGFU01",
"filament_id": "OFVCkX5w",
"instantiation": "false",
"description": "This filament is too soft and not compatible with the AMS. Printing it is of many requirements, and to get better printing quality, please refer to this wiki: TPU printing guide.",
"filament_cost": [

View File

@@ -3,7 +3,7 @@
"name": "Bambu TPU 95A HF @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "OGFU00",
"filament_id": "OFvKUnLh",
"instantiation": "false",
"description": "This filament is too soft and not compatible with the AMS. Printing it is of many requirements, and to get better printing quality, please refer to this wiki: TPU printing guide.",
"filament_cost": [

View File

@@ -3,7 +3,7 @@
"name": "COEX ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "CXABSB01",
"filament_id": "OF99UMPq",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX ABS PRIME @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "CXABPB09",
"filament_id": "OFuWCQXN",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX ASA PRIME @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "CXASAB04",
"filament_id": "OFtpXCCv",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX NYLEX PA6-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "CXPACB23",
"filament_id": "OF0NgY1y",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX NYLEX UNFILLED @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "CXPAUB21",
"filament_id": "OFJs1ToM",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX PCTG PRIME @base",
"inherits": "fdm_filament_pctg",
"from": "system",
"filament_id": "CXPCTB15",
"filament_id": "OFwu7IAG",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX PETG @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "CXPETB13",
"filament_id": "OFvTVZc3",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "CXPLAB02",
"filament_id": "OFhlCNqq",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX PLA PRIME @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "CXPLAB08",
"filament_id": "OFd2vX0G",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX PLA+Silk @base",
"inherits": "fdm_filament_pla_silk",
"from": "system",
"filament_id": "CXPLSB03",
"filament_id": "OF0pzFLc",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX TPE 30D @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "CX30DB20",
"filament_id": "OFVptRxp",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX TPE 40D @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "CX40DB20",
"filament_id": "OFfnXFie",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX TPE 60D @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "CX60DB19",
"filament_id": "OFfr4XNO",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "COEX TPU 60A @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "CX60AB17",
"filament_id": "OFE0NFRh",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"

View File

@@ -3,7 +3,7 @@
"name": "DREMC ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "DREMC003",
"filament_id": "OFzrUUxc",
"instantiation": "false",
"filament_cost": [
"24"

View File

@@ -3,7 +3,7 @@
"name": "DREMC ABS+ @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "DREMC004",
"filament_id": "OF99vXPs",
"instantiation": "false",
"filament_cost": [
"24"

View File

@@ -3,7 +3,7 @@
"name": "DREMC ABS-GF @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "DREMC009",
"filament_id": "OFCidU7j",
"instantiation": "false",
"fan_cooling_layer_time": [
"12"

View File

@@ -3,7 +3,7 @@
"name": "DREMC ASA @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "DREMC005",
"filament_id": "OFLNgV3C",
"instantiation": "false",
"eng_plate_temp": [
"110"

View File

@@ -3,7 +3,7 @@
"name": "DREMC ASA CF @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "DREMC012",
"filament_id": "OFdI4zMo",
"instantiation": "false",
"eng_plate_temp": [
"110"

View File

@@ -3,7 +3,7 @@
"name": "DREMC ASA GF @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "DREMC013",
"filament_id": "OF2xccEe",
"instantiation": "false",
"eng_plate_temp": [
"110"

View File

@@ -3,7 +3,7 @@
"name": "DREMC PA12-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "DREMC007",
"filament_id": "OFEhuUNq",
"instantiation": "false",
"fan_cooling_layer_time": [
"15"

View File

@@ -3,7 +3,7 @@
"name": "DREMC PA6-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "DREMC006",
"filament_id": "OFsoykbm",
"instantiation": "false",
"fan_cooling_layer_time": [
"15"

View File

@@ -3,7 +3,7 @@
"name": "DREMC PET-CF @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "DREMC008",
"filament_id": "OFwJ0qu2",
"instantiation": "false",
"cool_plate_temp": [
"0"

View File

@@ -3,7 +3,7 @@
"name": "DREMC PETG @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "DREMC002",
"filament_id": "OFVBlUFH",
"instantiation": "false",
"cool_plate_temp": [
"0"

View File

@@ -3,7 +3,7 @@
"name": "DREMC PLA+ HS @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "DREMC011",
"filament_id": "OFJHBEGD",
"instantiation": "false",
"filament_cost": [
"26"

View File

@@ -3,7 +3,7 @@
"name": "DREMC PLA+ @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "DREMC001",
"filament_id": "OFSwbBWS",
"instantiation": "false",
"filament_cost": [
"26"

View File

@@ -3,7 +3,7 @@
"name": "DREMC PPA-CF @base",
"inherits": "fdm_filament_ppa",
"from": "system",
"filament_id": "DREMC010",
"filament_id": "OFiWaoqD",
"instantiation": "false",
"filament_vendor": [
"DREMC"

View File

@@ -3,7 +3,7 @@
"name": "DREMC TPU 95A @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "DREMC010",
"filament_id": "OFYd5uS3",
"instantiation": "false",
"filament_cost": [
"40"

View File

@@ -3,7 +3,7 @@
"name": "Elas ASA @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "OFT3TqB6",
"filament_id": "OFCoRobU",
"instantiation": "false",
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"activate_air_filtration": [

View File

@@ -3,7 +3,7 @@
"name": "Elas PETG Basic @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OFw4OHWE",
"filament_id": "OFXTPuqV",
"instantiation": "false",
"description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.",
"complete_print_exhaust_fan_speed": [

View File

@@ -3,7 +3,7 @@
"name": "Elas PLA Basic @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OFbgt3u3",
"filament_id": "OFMuXBmO",
"instantiation": "false",
"activate_air_filtration": [
"0"

View File

@@ -3,7 +3,7 @@
"name": "Elas PLA Pro @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OFrgQ1Ns",
"filament_id": "OFaYz8iE",
"instantiation": "false",
"activate_air_filtration": [
"0"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OEABSB00",
"filament_id": "OFxOHhZw",
"instantiation": "false",
"eng_plate_temp": [
"90"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo ASA @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "OEASAB00",
"filament_id": "OFobDOW5",
"instantiation": "false",
"eng_plate_temp": [
"90"

View File

@@ -3,6 +3,6 @@
"name": "Elegoo ASA-CF @base",
"inherits": "Elegoo ASA @base",
"from": "system",
"filament_id": "OFpwg2Qh",
"filament_id": "OFryjl35",
"instantiation": "false"
}

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PAHT @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OEPAHTB0",
"filament_id": "OF0h7ERL",
"instantiation": "false",
"activate_air_filtration": [
"1"

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PC @base",
"inherits": "fdm_filament_pc",
"from": "system",
"filament_id": "OEPCB00",
"filament_id": "OFUyDDNv",
"instantiation": "false",
"filament_density": [
"1.25"

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PC-FR @base",
"inherits": "Elegoo PC @base",
"from": "system",
"filament_id": "OF79FFkO",
"filament_id": "OFlsTpJG",
"instantiation": "false"
}

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PET-CF @base",
"inherits": "Elegoo PETG @base",
"from": "system",
"filament_id": "OFJIImD5",
"filament_id": "OFV5tNw6",
"instantiation": "false"
}

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PETG @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OEPETGB0",
"filament_id": "OFLcd093",
"instantiation": "false",
"cool_plate_temp": [
"0"

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PETG HF @base",
"inherits": "Elegoo PETG @base",
"from": "system",
"filament_id": "OFzrWlH5",
"filament_id": "OFlP3KWq",
"instantiation": "false"
}

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PETG PRO @base",
"inherits": "Elegoo PETG @base",
"from": "system",
"filament_id": "OF102WKM",
"filament_id": "OFOsHDnB",
"instantiation": "false"
}

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PETG Translucent @base",
"inherits": "Elegoo PETG @base",
"from": "system",
"filament_id": "OFenGPBR",
"filament_id": "OF6Ll8lK",
"instantiation": "false"
}

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PETG-CF @base",
"inherits": "Elegoo PETG @base",
"from": "system",
"filament_id": "OFIGHU7W",
"filament_id": "OFuUuIhR",
"instantiation": "false"
}

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PETG-GF @base",
"inherits": "Elegoo PETG @base",
"from": "system",
"filament_id": "OFMQJToc",
"filament_id": "OFmveLWz",
"instantiation": "false"
}

View File

@@ -3,7 +3,7 @@
"name": "Elegoo PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OEPLAB00",
"filament_id": "OFvgE0Zh",
"instantiation": "false",
"fan_cooling_layer_time": [
"80"

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PLA Basic @base",
"inherits": "Elegoo PLA @base",
"from": "system",
"filament_id": "OFICPchn",
"filament_id": "OFm06H6V",
"instantiation": "false"
}

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PLA Galaxy @base",
"inherits": "Elegoo PLA @base",
"from": "system",
"filament_id": "OF0M6QAQ",
"filament_id": "OFU1zPxE",
"instantiation": "false"
}

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PLA Glow @base",
"inherits": "Elegoo PLA @base",
"from": "system",
"filament_id": "OFutwD6f",
"filament_id": "OFjPXrXO",
"instantiation": "false"
}

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PLA Marble @base",
"inherits": "Elegoo PLA @base",
"from": "system",
"filament_id": "OF4fgpse",
"filament_id": "OFfuhviw",
"instantiation": "false"
}

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PLA Matte @base",
"inherits": "Elegoo PLA @base",
"from": "system",
"filament_id": "OFQkWxJy",
"filament_id": "OFsB2lxm",
"instantiation": "false"
}

View File

@@ -3,6 +3,6 @@
"name": "Elegoo PLA PRO @base",
"inherits": "Elegoo PLA @base",
"from": "system",
"filament_id": "OFsKqcQW",
"filament_id": "OF1hznGB",
"instantiation": "false"
}

Some files were not shown because too many files have changed in this diff Show More