filament_id v4.0: re-converge post-merge drift (Qidi/Snapmaker/re3D)

The 2026-08 main merge brought upstream vendor updates in pre-v3 style;
assign_filament_ids.py --check reported 243 errors. Re-converged per plan
v4 SS1(A)/SS4:

- Qidi X5: 12 brand presets had copied BBL catalog ids (GFB99/GFG99/GFL99);
  re-minted to their product triples (PolyLite PLA converges onto OF5CgdDq).
- Snapmaker U1: fixed empty/lowercase/wrong filament_vendor on 5 bases
  (triple inputs, W3-style); re-minted 24 declarations, resurrecting no
  retired ids (11813638720/141703112701/1417031127011/OGFL99 all re-minted
  away; base2 duplicates converge onto their families' v3.2 ids).
- re3D: rPETG had copied GFG01 (BBL space); re-minted to OFmCOW2Y. The
  GreenGate3D bundle was removed upstream with its product relocated here;
  retired OFSTCno1 -> OFmCOW2Y so shipped references keep resolving.
- validator -f: resolved 34 AMS-match ambiguities using the v3 mechanisms:
  salt-1 ids on the 5 re3D root presets and Snapmaker PLA-CF @U1 0.4
  (duplicate presets of one product; deletion forbidden), own minted ids
  for the 4 cross-family riders (Polymaker General/Silk/Tough PLA Family,
  Snapmaker PLA Full Spectrum).
- Snapshot re-sanctioned (+92 ids incl. 44 new QD_4_* island ids and BBL
  addnorth GF_AN*); ledger +1 entry (OFSTCno1).

Gates: --check 0; orca_extra_profile_check 0/0; 116 script tests OK;
validator base + -f exit 0. Vendor versions bumped (Qidi, Snapmaker, re3D).
This commit is contained in:
SoftFever
2026-08-21 18:13:18 +08:00
parent 71563cc6c6
commit 58d1a3b093
52 changed files with 566 additions and 68 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "Qidi", "name": "Qidi",
"version": "02.04.00.10", "version": "02.04.00.11",
"force_update": "0", "force_update": "0",
"description": "Qidi configurations", "description": "Qidi configurations",
"machine_model_list": [ "machine_model_list": [

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFB99", "filament_id": "OFhuaUQB",
"name": "Bambu ABS@X-Plus 5-Series", "name": "Bambu ABS@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFG99", "filament_id": "OFLYDngx",
"name": "Bambu PETG@X-Plus 5-Series", "name": "Bambu PETG@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFL99", "filament_id": "OF1dpPrW",
"name": "Bambu PLA@X-Plus 5-Series", "name": "Bambu PLA@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFL99", "filament_id": "OFEWYR89",
"name": "Generic PLA+@X-Plus 5-Series", "name": "Generic PLA+@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFB99", "filament_id": "OFwLBAGf",
"name": "HATCHBOX ABS@X-Plus 5-Series", "name": "HATCHBOX ABS@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFG99", "filament_id": "OFIWMSGX",
"name": "HATCHBOX PETG@X-Plus 5-Series", "name": "HATCHBOX PETG@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFL99", "filament_id": "OFeelsSM",
"name": "HATCHBOX PLA@X-Plus 5-Series", "name": "HATCHBOX PLA@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFB99", "filament_id": "OFK8XHPn",
"name": "Overture ABS@X-Plus 5-Series", "name": "Overture ABS@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFL99", "filament_id": "OFc3xdm9",
"name": "Overture PLA@X-Plus 5-Series", "name": "Overture PLA@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFB99", "filament_id": "OFOvv91M",
"name": "PolyLite ABS@X-Plus 5-Series", "name": "PolyLite ABS@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFL99", "filament_id": "OF5CgdDq",
"name": "PolyLite PLA@X-Plus 5-Series", "name": "PolyLite PLA@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFL99", "filament_id": "OFfYHK5z",
"name": "Polymaker PLA-HT@X-Plus 5-Series", "name": "Polymaker PLA-HT@X-Plus 5-Series",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",

View File

@@ -1,6 +1,6 @@
{ {
"name": "Snapmaker", "name": "Snapmaker",
"version": "02.04.00.09", "version": "02.04.00.10",
"force_update": "0", "force_update": "0",
"description": "Snapmaker configurations", "description": "Snapmaker configurations",
"machine_model_list": [ "machine_model_list": [

View File

@@ -4,6 +4,7 @@
"inherits": "Polymaker PLA @U1 base", "inherits": "Polymaker PLA @U1 base",
"from": "system", "from": "system",
"setting_id": "thXfSaUkOAKJ50ey", "setting_id": "thXfSaUkOAKJ50ey",
"filament_id": "OF44ERDr",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.4 nozzle)" "Snapmaker U1 (0.4 nozzle)"

View File

@@ -3,7 +3,7 @@
"name": "Polymaker PLA @U1 base", "name": "Polymaker PLA @U1 base",
"inherits": "fdm_filament_pla", "inherits": "fdm_filament_pla",
"from": "system", "from": "system",
"filament_id": "OGFL99", "filament_id": "OFelDBgv",
"instantiation": "false", "instantiation": "false",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.4 nozzle)" "Snapmaker U1 (0.4 nozzle)"
@@ -48,7 +48,7 @@
"nil" "nil"
], ],
"filament_vendor": [ "filament_vendor": [
"Generic" "Polymaker"
], ],
"filament_scarf_seam_type": [ "filament_scarf_seam_type": [
"none" "none"

View File

@@ -4,6 +4,7 @@
"inherits": "Polymaker PLA @U1 base", "inherits": "Polymaker PLA @U1 base",
"from": "system", "from": "system",
"setting_id": "h8vIYpXbxFtHPV6e", "setting_id": "h8vIYpXbxFtHPV6e",
"filament_id": "OFH57ibH",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.4 nozzle)" "Snapmaker U1 (0.4 nozzle)"

View File

@@ -4,6 +4,7 @@
"inherits": "Polymaker PLA @U1 base", "inherits": "Polymaker PLA @U1 base",
"from": "system", "from": "system",
"setting_id": "d6CC81Es2hp46bto", "setting_id": "d6CC81Es2hp46bto",
"filament_id": "OFgdaBOt",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.4 nozzle)" "Snapmaker U1 (0.4 nozzle)"

View File

@@ -3,7 +3,7 @@
"name": "Snapmaker PETG HF @U1 base2", "name": "Snapmaker PETG HF @U1 base2",
"inherits": "fdm_filament_petg", "inherits": "fdm_filament_petg",
"from": "system", "from": "system",
"filament_id": "GFG96", "filament_id": "OFL9aRjN",
"instantiation": "false", "instantiation": "false",
"cool_plate_temp": [ "cool_plate_temp": [
"0" "0"
@@ -177,7 +177,7 @@
"nil" "nil"
], ],
"filament_vendor": [ "filament_vendor": [
"Generic" "Snapmaker"
], ],
"filament_prime_volume": [ "filament_prime_volume": [
"45" "45"

View File

@@ -3,6 +3,6 @@
"name": "Snapmaker PETG Translucent @U1 base", "name": "Snapmaker PETG Translucent @U1 base",
"inherits": "fdm_filament_petg", "inherits": "fdm_filament_petg",
"from": "system", "from": "system",
"filament_id": "PETG_TRANSLUCENT_001", "filament_id": "OFW8lqnb",
"instantiation": "false" "instantiation": "false"
} }

View File

@@ -2,8 +2,11 @@
"type": "filament", "type": "filament",
"name": "Snapmaker PLA Basic @U1 base", "name": "Snapmaker PLA Basic @U1 base",
"from": "system", "from": "system",
"filament_id": "1417031127011", "filament_id": "OFhmxnYw",
"instantiation": "false", "instantiation": "false",
"filament_vendor": [
"Snapmaker"
],
"filament_end_gcode": [ "filament_end_gcode": [
"" ""
], ],

View File

@@ -4,6 +4,7 @@
"inherits": "Snapmaker PLA Basic @U1 base", "inherits": "Snapmaker PLA Basic @U1 base",
"from": "system", "from": "system",
"setting_id": "iybaFWrXKOsmXgMJ", "setting_id": "iybaFWrXKOsmXgMJ",
"filament_id": "OFOPU1xv",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.4 nozzle)" "Snapmaker U1 (0.4 nozzle)"

View File

@@ -3,7 +3,7 @@
"name": "Snapmaker PLA Glow @U1 base", "name": "Snapmaker PLA Glow @U1 base",
"inherits": "fdm_filament_pla", "inherits": "fdm_filament_pla",
"from": "system", "from": "system",
"filament_id": "SPGLOW001", "filament_id": "OFfD87Gy",
"instantiation": "false", "instantiation": "false",
"filament_end_gcode": [ "filament_end_gcode": [
"" ""

View File

@@ -2,8 +2,11 @@
"type": "filament", "type": "filament",
"name": "Snapmaker PLA Matte @U1 base2", "name": "Snapmaker PLA Matte @U1 base2",
"from": "system", "from": "system",
"filament_id": "141703112701", "filament_id": "OFF9cgY5",
"instantiation": "false", "instantiation": "false",
"filament_vendor": [
"Snapmaker"
],
"filament_end_gcode": [ "filament_end_gcode": [
"" ""
], ],

View File

@@ -4,7 +4,7 @@
"inherits": "Snapmaker PLA Basic @U1 base", "inherits": "Snapmaker PLA Basic @U1 base",
"from": "system", "from": "system",
"setting_id": "Q5xH6oGGlbXr14Pa", "setting_id": "Q5xH6oGGlbXr14Pa",
"filament_id": "11813638720", "filament_id": "OFWgFOjn",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.2 nozzle)" "Snapmaker U1 (0.2 nozzle)"

View File

@@ -4,7 +4,7 @@
"inherits": "Snapmaker PLA Basic @U1 base", "inherits": "Snapmaker PLA Basic @U1 base",
"from": "system", "from": "system",
"setting_id": "2pieDQoz9PiDCnU1", "setting_id": "2pieDQoz9PiDCnU1",
"filament_id": "11813638720", "filament_id": "OFWgFOjn",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.6 nozzle)" "Snapmaker U1 (0.6 nozzle)"

View File

@@ -4,7 +4,7 @@
"inherits": "Snapmaker PLA Basic @U1 base", "inherits": "Snapmaker PLA Basic @U1 base",
"from": "system", "from": "system",
"setting_id": "f3H0JFUnds0mkKCN", "setting_id": "f3H0JFUnds0mkKCN",
"filament_id": "11813638720", "filament_id": "OFWgFOjn",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.8 nozzle)" "Snapmaker U1 (0.8 nozzle)"

View File

@@ -4,7 +4,7 @@
"inherits": "Snapmaker PLA Basic @U1 base", "inherits": "Snapmaker PLA Basic @U1 base",
"from": "system", "from": "system",
"setting_id": "9PkHSwtXFM0zPWth", "setting_id": "9PkHSwtXFM0zPWth",
"filament_id": "11813638720", "filament_id": "OFWgFOjn",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.4 nozzle)" "Snapmaker U1 (0.4 nozzle)"

View File

@@ -2,7 +2,7 @@
"type": "filament", "type": "filament",
"name": "Snapmaker PLA SnapSpeed @U1 base2", "name": "Snapmaker PLA SnapSpeed @U1 base2",
"from": "system", "from": "system",
"filament_id": "141703112701", "filament_id": "OFwhLMs4",
"instantiation": "false", "instantiation": "false",
"activate_air_filtration": [ "activate_air_filtration": [
"0" "0"
@@ -195,7 +195,7 @@
"100" "100"
], ],
"filament_vendor": [ "filament_vendor": [
"snapmaker" "Snapmaker"
], ],
"filament_wipe": [ "filament_wipe": [
"nil" "nil"

View File

@@ -3,7 +3,7 @@
"name": "Snapmaker PLA Translucent @U1 base", "name": "Snapmaker PLA Translucent @U1 base",
"inherits": "fdm_filament_pla", "inherits": "fdm_filament_pla",
"from": "system", "from": "system",
"filament_id": "SPTR001", "filament_id": "OFLTYJW0",
"instantiation": "false", "instantiation": "false",
"filament_end_gcode": [ "filament_end_gcode": [
"" ""

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_pla", "inherits": "fdm_filament_pla",
"from": "system", "from": "system",
"setting_id": "XvizDDHbds3bVrzi", "setting_id": "XvizDDHbds3bVrzi",
"filament_id": "GFL9922", "filament_id": "OFdd8ZqJ",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.4 nozzle)" "Snapmaker U1 (0.4 nozzle)"

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_pla", "inherits": "fdm_filament_pla",
"from": "system", "from": "system",
"setting_id": "Kp77DCcitdmoyjqm", "setting_id": "Kp77DCcitdmoyjqm",
"filament_id": "GFL9922", "filament_id": "OFdd8ZqJ",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.6 nozzle)" "Snapmaker U1 (0.6 nozzle)"

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_pla", "inherits": "fdm_filament_pla",
"from": "system", "from": "system",
"setting_id": "nBYnNiqwLo6nAsqi", "setting_id": "nBYnNiqwLo6nAsqi",
"filament_id": "GFL9922", "filament_id": "OFdd8ZqJ",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.8 nozzle)" "Snapmaker U1 (0.8 nozzle)"

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_pla", "inherits": "fdm_filament_pla",
"from": "system", "from": "system",
"setting_id": "2INwruC3ZVkBTdUT", "setting_id": "2INwruC3ZVkBTdUT",
"filament_id": "GFL98111", "filament_id": "OFf52D4e",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.4 nozzle)" "Snapmaker U1 (0.4 nozzle)"

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_pla", "inherits": "fdm_filament_pla",
"from": "system", "from": "system",
"setting_id": "CKfdL85SvbOLzMuP", "setting_id": "CKfdL85SvbOLzMuP",
"filament_id": "GFL98111", "filament_id": "OFhQf8ou",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.6 nozzle)" "Snapmaker U1 (0.6 nozzle)"

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_pla", "inherits": "fdm_filament_pla",
"from": "system", "from": "system",
"setting_id": "fhhnfJm4dN9FXpWQ", "setting_id": "fhhnfJm4dN9FXpWQ",
"filament_id": "GFL98111", "filament_id": "OFhQf8ou",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.8 nozzle)" "Snapmaker U1 (0.8 nozzle)"

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_tpu", "inherits": "fdm_filament_tpu",
"from": "system", "from": "system",
"setting_id": "uQCplebxmpBpzsnk", "setting_id": "uQCplebxmpBpzsnk",
"filament_id": "GFU99", "filament_id": "OFY7jxcS",
"instantiation": "true", "instantiation": "true",
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"3.2" "3.2"

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_tpu", "inherits": "fdm_filament_tpu",
"from": "system", "from": "system",
"setting_id": "w4Hpl2qNPmgNvaeM", "setting_id": "w4Hpl2qNPmgNvaeM",
"filament_id": "GFU99", "filament_id": "OFY7jxcS",
"instantiation": "true", "instantiation": "true",
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"3.5" "3.5"

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_tpu", "inherits": "fdm_filament_tpu",
"from": "system", "from": "system",
"setting_id": "T4MmgICRrSzvmCZ5", "setting_id": "T4MmgICRrSzvmCZ5",
"filament_id": "GFU99", "filament_id": "OFY7jxcS",
"instantiation": "true", "instantiation": "true",
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"3.2" "3.2"

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_tpu", "inherits": "fdm_filament_tpu",
"from": "system", "from": "system",
"setting_id": "Q2svXpkEqg0dCdq3", "setting_id": "Q2svXpkEqg0dCdq3",
"filament_id": "GFU99", "filament_id": "OFXSvqOX",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.6 nozzle)" "Snapmaker U1 (0.6 nozzle)"

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_tpu", "inherits": "fdm_filament_tpu",
"from": "system", "from": "system",
"setting_id": "RjsE08h3l37cAkAs", "setting_id": "RjsE08h3l37cAkAs",
"filament_id": "GFU99", "filament_id": "OFXSvqOX",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.8 nozzle)" "Snapmaker U1 (0.8 nozzle)"

View File

@@ -4,7 +4,7 @@
"inherits": "fdm_filament_tpu", "inherits": "fdm_filament_tpu",
"from": "system", "from": "system",
"setting_id": "KwcwmV2UmZUgCBoz", "setting_id": "KwcwmV2UmZUgCBoz",
"filament_id": "GFU99", "filament_id": "OFXSvqOX",
"instantiation": "true", "instantiation": "true",
"compatible_printers": [ "compatible_printers": [
"Snapmaker U1 (0.4 nozzle)" "Snapmaker U1 (0.4 nozzle)"

View File

@@ -1,7 +1,7 @@
{ {
"name": "re3D", "name": "re3D",
"url": "", "url": "",
"version": "03.00.08", "version": "03.00.09",
"force_update": "0", "force_update": "0",
"description": "re3D configurations", "description": "re3D configurations",
"machine_model_list": [ "machine_model_list": [

View File

@@ -4,7 +4,7 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pc", "inherits": "fdm_filament_pc",
"filament_id": "OFU3QXL7", "filament_id": "OFwbsgWj",
"setting_id": "eSR00TZTotTvJs8l", "setting_id": "eSR00TZTotTvJs8l",
"filament_settings_id": [ "filament_settings_id": [
"re3D PC" "re3D PC"

View File

@@ -4,7 +4,7 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pet", "inherits": "fdm_filament_pet",
"filament_id": "OF3F63OE", "filament_id": "OFX0etlv",
"setting_id": "msXDK31R8KOvqNqK", "setting_id": "msXDK31R8KOvqNqK",
"filament_settings_id": [ "filament_settings_id": [
"re3D PETG" "re3D PETG"

View File

@@ -4,7 +4,7 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pla", "inherits": "fdm_filament_pla",
"filament_id": "OFRyOsZj", "filament_id": "OFDdEaoL",
"setting_id": "nPpDwvFg7WQr7K3t", "setting_id": "nPpDwvFg7WQr7K3t",
"filament_settings_id": [ "filament_settings_id": [
"re3D PLA" "re3D PLA"

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFG01", "filament_id": "OFmCOW2Y",
"setting_id": "WlELqPVnuL7DaTxs", "setting_id": "WlELqPVnuL7DaTxs",
"name": "re3D rPETG @0.8 nozzle", "name": "re3D rPETG @0.8 nozzle",
"from": "system", "from": "system",

View File

@@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFG01", "filament_id": "OFmCOW2Y",
"setting_id": "sHzO2S3mmE6Iqs2O", "setting_id": "sHzO2S3mmE6Iqs2O",
"name": "re3D rPETG @1.75 nozzle", "name": "re3D rPETG @1.75 nozzle",
"from": "system", "from": "system",

View File

@@ -5,7 +5,7 @@
"renamed_from": "re3D Greengate rPETG", "renamed_from": "re3D Greengate rPETG",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pet", "inherits": "fdm_filament_pet",
"filament_id": "GFG01", "filament_id": "OFD8loeT",
"setting_id": "6aESuJ2S2Kogd4Lq", "setting_id": "6aESuJ2S2Kogd4Lq",
"filament_settings_id": [ "filament_settings_id": [
"re3D rPETG" "re3D rPETG"

View File

@@ -4,7 +4,7 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "fdm_filament_pp", "inherits": "fdm_filament_pp",
"filament_id": "OFfHGM1D", "filament_id": "OFm8rqoY",
"setting_id": "8PB62qm5Cd3SHLf4", "setting_id": "8PB62qm5Cd3SHLf4",
"filament_settings_id": [ "filament_settings_id": [
"re3D rPP" "re3D rPP"

View File

@@ -2328,6 +2328,12 @@
], ],
"successor": "OFhQfUQY" "successor": "OFhQfUQY"
}, },
"OFSTCno1": {
"claims": [
"re3D/re3D Greengate rPETG"
],
"successor": "OFmCOW2Y"
},
"OGFA00": { "OGFA00": {
"claims": [ "claims": [
"OrcaFilamentLibrary/Bambu PLA Basic" "OrcaFilamentLibrary/Bambu PLA Basic"

View File

@@ -163,6 +163,33 @@
"Artillery/Artillery TPU", "Artillery/Artillery TPU",
"Artillery/Artillery TPU @Artillery M1 Pro 0.4 nozzle", "Artillery/Artillery TPU @Artillery M1 Pro 0.4 nozzle",
"BBL/Generic SBS", "BBL/Generic SBS",
"BBL/addnorth ABS rABS",
"BBL/addnorth PA Adura",
"BBL/addnorth PA Adura FDA",
"BBL/addnorth PA-CF Adura X",
"BBL/addnorth PA6 Addlantis",
"BBL/addnorth PC BLend HT LCF",
"BBL/addnorth PETG Base",
"BBL/addnorth PETG ESD",
"BBL/addnorth PETG Economy",
"BBL/addnorth PETG Flame v0",
"BBL/addnorth PETG PRO Matte",
"BBL/addnorth PETG rPETG Matte",
"BBL/addnorth PETG-CF Rigid X",
"BBL/addnorth PLA E-PLA",
"BBL/addnorth PLA Economy",
"BBL/addnorth PLA HT-PLA PRO Matte",
"BBL/addnorth PLA Premium Silk",
"BBL/addnorth PLA Textura",
"BBL/addnorth PLA Wood",
"BBL/addnorth PLA X-PLA",
"BBL/addnorth PLA X-PLA High Speed",
"BBL/addnorth PLA rPLA RE-ADD",
"BBL/addnorth PLA-CF Carbon Fiber",
"BBL/addnorth PVDF Adamant S1",
"BBL/addnorth TPU EasyFlex",
"BBL/addnorth TPU Pro Matte 85A",
"BBL/addnorth TPU Pro Matte 95A",
"Chuanying/Chuanying ABS @Chuanying X1 0.25 Nozzle", "Chuanying/Chuanying ABS @Chuanying X1 0.25 Nozzle",
"Chuanying/Chuanying Generic HIPS", "Chuanying/Chuanying Generic HIPS",
"Chuanying/Chuanying Generic PVA", "Chuanying/Chuanying Generic PVA",
@@ -989,6 +1016,9 @@
"Snapmaker/PolyTerra Dual PLA @0.2 nozzle", "Snapmaker/PolyTerra Dual PLA @0.2 nozzle",
"Snapmaker/PolyTerra J1 PLA", "Snapmaker/PolyTerra J1 PLA",
"Snapmaker/PolyTerra J1 PLA @0.2 nozzle", "Snapmaker/PolyTerra J1 PLA @0.2 nozzle",
"Snapmaker/Polymaker General PLA Family @U1",
"Snapmaker/Polymaker Silk PLA Family @U1",
"Snapmaker/Polymaker Tough PLA Family @U1",
"Snapmaker/Snapmaker ABS Benchy @U1", "Snapmaker/Snapmaker ABS Benchy @U1",
"Snapmaker/Snapmaker Dual ABS Benchy", "Snapmaker/Snapmaker Dual ABS Benchy",
"Snapmaker/Snapmaker Dual TPE", "Snapmaker/Snapmaker Dual TPE",
@@ -997,7 +1027,12 @@
"Snapmaker/Snapmaker J1 TPE", "Snapmaker/Snapmaker J1 TPE",
"Snapmaker/Snapmaker J1 TPU High-Flow", "Snapmaker/Snapmaker J1 TPU High-Flow",
"Snapmaker/Snapmaker PET @Dual", "Snapmaker/Snapmaker PET @Dual",
"Snapmaker/Snapmaker PLA Full Spectrum @U1 0.4 nozzle",
"Snapmaker/Snapmaker PLA Matte @U1", "Snapmaker/Snapmaker PLA Matte @U1",
"Snapmaker/Snapmaker PLA Silk @U1",
"Snapmaker/Snapmaker PLA Silk @U1 0.2 nozzle",
"Snapmaker/Snapmaker PLA Silk @U1 0.6 nozzle",
"Snapmaker/Snapmaker PLA Silk @U1 0.8 nozzle",
"Snapmaker/Snapmaker TPE", "Snapmaker/Snapmaker TPE",
"Snapmaker/Snapmaker TPE @U1", "Snapmaker/Snapmaker TPE @U1",
"Snapmaker/Snapmaker TPU High-Flow @U1", "Snapmaker/Snapmaker TPU High-Flow @U1",
@@ -1216,6 +1251,9 @@
"GFA18": [ "GFA18": [
"BBL/Bambu PLA Lite" "BBL/Bambu PLA Lite"
], ],
"GFA19": [
"BBL/Bambu PLA Pure"
],
"GFA50": [ "GFA50": [
"BBL/Bambu PLA-CF" "BBL/Bambu PLA-CF"
], ],
@@ -1574,6 +1612,87 @@
"GFU99": [ "GFU99": [
"BBL/Generic TPU" "BBL/Generic TPU"
], ],
"GF_ANAD": [
"BBL/addnorth PA Adura"
],
"GF_ANAF": [
"BBL/addnorth PA Adura FDA"
],
"GF_ANAX": [
"BBL/addnorth PA-CF Adura X"
],
"GF_ANEF": [
"BBL/addnorth TPU EasyFlex"
],
"GF_ANEG": [
"BBL/addnorth PETG ESD"
],
"GF_ANEP": [
"BBL/addnorth PLA E-PLA"
],
"GF_ANGE": [
"BBL/addnorth PETG Economy"
],
"GF_ANHTP": [
"BBL/addnorth PLA HT-PLA PRO Matte"
],
"GF_ANLA": [
"BBL/addnorth PA6 Addlantis"
],
"GF_ANPBX": [
"BBL/addnorth PC BLend HT LCF"
],
"GF_ANPCF": [
"BBL/addnorth PLA-CF Carbon Fiber"
],
"GF_ANPE": [
"BBL/addnorth PETG Base"
],
"GF_ANPF": [
"BBL/addnorth PETG Flame v0"
],
"GF_ANPL": [
"BBL/addnorth PLA Economy"
],
"GF_ANPLW": [
"BBL/addnorth PLA Wood"
],
"GF_ANPM": [
"BBL/addnorth PETG PRO Matte"
],
"GF_ANPS": [
"BBL/addnorth PLA Premium Silk"
],
"GF_ANPV": [
"BBL/addnorth PVDF Adamant S1"
],
"GF_ANRA": [
"BBL/addnorth ABS rABS"
],
"GF_ANRM": [
"BBL/addnorth PETG rPETG Matte"
],
"GF_ANRPL": [
"BBL/addnorth PLA rPLA RE-ADD"
],
"GF_ANRX": [
"BBL/addnorth PETG-CF Rigid X"
],
"GF_ANTA": [
"BBL/addnorth TPU Pro Matte 85A"
],
"GF_ANTE": [
"BBL/addnorth PLA Textura"
],
"GF_ANTM": [
"BBL/addnorth TPU Pro Matte 95A"
],
"GF_ANXP": [
"BBL/addnorth PLA X-PLA"
],
"GF_ANXPH": [
"BBL/addnorth PLA X-PLA High Speed"
],
"OF016CJw": [ "OF016CJw": [
"Sovol/Sovol SV08 ABS" "Sovol/Sovol SV08 ABS"
], ],
@@ -1775,6 +1894,9 @@
"OF43Raws": [ "OF43Raws": [
"Snapmaker/PolyTerra J1 PLA" "Snapmaker/PolyTerra J1 PLA"
], ],
"OF44ERDr": [
"Snapmaker/Polymaker General PLA Family"
],
"OF44VYzK": [ "OF44VYzK": [
"OrcaFilamentLibrary/FilAr PETG Azul Francia" "OrcaFilamentLibrary/FilAr PETG Azul Francia"
], ],
@@ -2256,6 +2378,9 @@
"OFD6kN7F": [ "OFD6kN7F": [
"OrcaArena/OrcaArena Generic PLA" "OrcaArena/OrcaArena Generic PLA"
], ],
"OFD8loeT": [
"re3D/re3D rPETG"
],
"OFD9taow": [ "OFD9taow": [
"FlyingBear/FlyingBear PLA Hyper" "FlyingBear/FlyingBear PLA Hyper"
], ],
@@ -2290,6 +2415,9 @@
"Sovol/Generic PLA", "Sovol/Generic PLA",
"Z-Bolt/Generic PLA" "Z-Bolt/Generic PLA"
], ],
"OFDdEaoL": [
"re3D/re3D PLA"
],
"OFDe8uyM": [ "OFDe8uyM": [
"OrcaFilamentLibrary/Valment PLA" "OrcaFilamentLibrary/Valment PLA"
], ],
@@ -2486,6 +2614,9 @@
"OFH2nN08": [ "OFH2nN08": [
"OrcaFilamentLibrary/Eolas Prints PLA INGEO 850" "OrcaFilamentLibrary/Eolas Prints PLA INGEO 850"
], ],
"OFH57ibH": [
"Snapmaker/Polymaker Silk PLA Family"
],
"OFH5UH6P": [ "OFH5UH6P": [
"Flashforge/Flashforge ABS-GF" "Flashforge/Flashforge ABS-GF"
], ],
@@ -2715,6 +2846,9 @@
"OFKyCgaK": [ "OFKyCgaK": [
"Anycubic/Anycubic Generic PLA" "Anycubic/Anycubic Generic PLA"
], ],
"OFL9aRjN": [
"Snapmaker/Snapmaker PETG HF"
],
"OFLAXKqP": [ "OFLAXKqP": [
"WonderMaker/WonderMaker TPU 95A" "WonderMaker/WonderMaker TPU 95A"
], ],
@@ -2743,6 +2877,9 @@
"OrcaFilamentLibrary/Generic ASA", "OrcaFilamentLibrary/Generic ASA",
"RH3D/Generic ASA" "RH3D/Generic ASA"
], ],
"OFLTYJW0": [
"Snapmaker/Snapmaker PLA Translucent"
],
"OFLXvuMr": [ "OFLXvuMr": [
"Elegoo/Elegoo Rapid PETG", "Elegoo/Elegoo Rapid PETG",
"OrcaFilamentLibrary/Elegoo Rapid PETG" "OrcaFilamentLibrary/Elegoo Rapid PETG"
@@ -2954,6 +3091,9 @@
"OFOKYhi6": [ "OFOKYhi6": [
"Prusa/Prusa Generic PETG HF" "Prusa/Prusa Generic PETG HF"
], ],
"OFOPU1xv": [
"Snapmaker/Snapmaker PLA Full Spectrum"
],
"OFObG16Q": [ "OFObG16Q": [
"InfiMech/InfiMech PLA Basic" "InfiMech/InfiMech PLA Basic"
], ],
@@ -3188,9 +3328,6 @@
"OFSStjay": [ "OFSStjay": [
"FLSun/FLSun S1 PLA Silk" "FLSun/FLSun S1 PLA Silk"
], ],
"OFSTCno1": [
"re3D/re3D Greengate rPETG"
],
"OFSa39yP": [ "OFSa39yP": [
"Snapmaker/Snapmaker J1 PLA" "Snapmaker/Snapmaker J1 PLA"
], ],
@@ -3352,6 +3489,9 @@
"OFW5FqkL": [ "OFW5FqkL": [
"Qidi/QIDI PLA Rapido Silk" "Qidi/QIDI PLA Rapido Silk"
], ],
"OFW8lqnb": [
"Snapmaker/Snapmaker PETG Translucent"
],
"OFW9uIkE": [ "OFW9uIkE": [
"Tiertime/Tiertime Generic HIPS" "Tiertime/Tiertime Generic HIPS"
], ],
@@ -3409,6 +3549,9 @@
"OFWzr7m0": [ "OFWzr7m0": [
"Anycubic/Anycubic Generic PETG" "Anycubic/Anycubic Generic PETG"
], ],
"OFX0etlv": [
"re3D/re3D PETG"
],
"OFX0ycRQ": [ "OFX0ycRQ": [
"OrcaFilamentLibrary/Fiberon PA12-CF" "OrcaFilamentLibrary/Fiberon PA12-CF"
], ],
@@ -3424,6 +3567,9 @@
"OFXJ9iom": [ "OFXJ9iom": [
"iQ/Grauts HPP4GF25 P1" "iQ/Grauts HPP4GF25 P1"
], ],
"OFXSvqOX": [
"Snapmaker/Snapmaker TPU 95A HF"
],
"OFXTPuqV": [ "OFXTPuqV": [
"OrcaFilamentLibrary/Elas PETG Basic" "OrcaFilamentLibrary/Elas PETG Basic"
], ],
@@ -3473,6 +3619,9 @@
"OFY3AB7j": [ "OFY3AB7j": [
"Snapmaker/Snapmaker J1 PLA Matte" "Snapmaker/Snapmaker J1 PLA Matte"
], ],
"OFY7jxcS": [
"Snapmaker/Snapmaker TPU 90A"
],
"OFY9muEs": [ "OFY9muEs": [
"Anycubic/Generic ABS", "Anycubic/Generic ABS",
"Creality/Generic ABS", "Creality/Generic ABS",
@@ -3738,6 +3887,9 @@
"OFdb8YNz": [ "OFdb8YNz": [
"OrcaFilamentLibrary/FilAr PLA Verde Manzana" "OrcaFilamentLibrary/FilAr PLA Verde Manzana"
], ],
"OFdd8ZqJ": [
"Snapmaker/Snapmaker PLA Wood"
],
"OFdkWDiy": [ "OFdkWDiy": [
"Cubicon/Cubicon PLAi21" "Cubicon/Cubicon PLAi21"
], ],
@@ -3822,6 +3974,9 @@
"OFf0MkD5": [ "OFf0MkD5": [
"Qidi/QIDI PETG Translucent" "Qidi/QIDI PETG Translucent"
], ],
"OFf52D4e": [
"Snapmaker/Snapmaker PLA-CF"
],
"OFf5awy4": [ "OFf5awy4": [
"OrcaFilamentLibrary/Eolas Prints PLA Matte" "OrcaFilamentLibrary/Eolas Prints PLA Matte"
], ],
@@ -3837,6 +3992,9 @@
"OFfBpSRI": [ "OFfBpSRI": [
"OrcaFilamentLibrary/Bambu ASA" "OrcaFilamentLibrary/Bambu ASA"
], ],
"OFfD87Gy": [
"Snapmaker/Snapmaker PLA Glow"
],
"OFfHGM1D": [ "OFfHGM1D": [
"re3D/re3D rPP" "re3D/re3D rPP"
], ],
@@ -3846,6 +4004,9 @@
"OFfSqS4R": [ "OFfSqS4R": [
"Creality/ENDER FAST PLA" "Creality/ENDER FAST PLA"
], ],
"OFfYHK5z": [
"Qidi/Polymaker PLA-HT"
],
"OFfZ0lTS": [ "OFfZ0lTS": [
"Qidi/Qidi Generic PETG-CF" "Qidi/Qidi Generic PETG-CF"
], ],
@@ -3943,6 +4104,9 @@
"OFgcryz4": [ "OFgcryz4": [
"Ratrig/RatRig BigNozzle ASA" "Ratrig/RatRig BigNozzle ASA"
], ],
"OFgdaBOt": [
"Snapmaker/Polymaker Tough PLA Family"
],
"OFgeM7nD": [ "OFgeM7nD": [
"Flashforge/Flashforge PA12-CF" "Flashforge/Flashforge PA12-CF"
], ],
@@ -4030,6 +4194,9 @@
"BBL/COEX PLA", "BBL/COEX PLA",
"OrcaFilamentLibrary/COEX PLA" "OrcaFilamentLibrary/COEX PLA"
], ],
"OFhmxnYw": [
"Snapmaker/Snapmaker PLA Basic"
],
"OFhuaUQB": [ "OFhuaUQB": [
"OrcaFilamentLibrary/Bambu ABS", "OrcaFilamentLibrary/Bambu ABS",
"Qidi/Bambu ABS" "Qidi/Bambu ABS"
@@ -4272,6 +4439,12 @@
"OFm70lLt": [ "OFm70lLt": [
"CoLiDo/CoLiDo PLA" "CoLiDo/CoLiDo PLA"
], ],
"OFm8rqoY": [
"re3D/re3D rPP"
],
"OFmCOW2Y": [
"re3D/re3D rPETG"
],
"OFmFwUWM": [ "OFmFwUWM": [
"Prusa/Prusament ASA" "Prusa/Prusament ASA"
], ],
@@ -4849,6 +5022,9 @@
"OFwaYjL6": [ "OFwaYjL6": [
"OrcaFilamentLibrary/Fiberon PA6-GF" "OrcaFilamentLibrary/Fiberon PA6-GF"
], ],
"OFwbsgWj": [
"re3D/re3D PC"
],
"OFwhLMs4": [ "OFwhLMs4": [
"Snapmaker/Snapmaker PLA SnapSpeed" "Snapmaker/Snapmaker PLA SnapSpeed"
], ],
@@ -5496,20 +5672,146 @@
], ],
"QD_3_1_8": [ "QD_3_1_8": [
"Qidi/QIDI PLA Matte Basic" "Qidi/QIDI PLA Matte Basic"
],
"QD_4_0_1": [
"Qidi/Generic PLA"
],
"QD_4_0_11": [
"Qidi/Generic ABS"
],
"QD_4_0_23": [
"Qidi/Generic PC"
],
"QD_4_0_4": [
"Qidi/Generic PLA Silk"
],
"QD_4_0_41": [
"Qidi/Generic PETG"
],
"QD_4_0_50": [
"Qidi/Generic TPU 95A"
],
"QD_4_1_1": [
"Qidi/QIDI PLA Rapido"
],
"QD_4_1_11": [
"Qidi/QIDI ABS Rapido"
],
"QD_4_1_12": [
"Qidi/QIDI ABS-GF"
],
"QD_4_1_13": [
"Qidi/QIDI ABS Rapido Metal"
],
"QD_4_1_14": [
"Qidi/QIDI ABS Odorless"
],
"QD_4_1_15": [
"Qidi/QIDI TPU-GF"
],
"QD_4_1_18": [
"Qidi/QIDI ASA"
],
"QD_4_1_19": [
"Qidi/QIDI ASA-Aero"
],
"QD_4_1_2": [
"Qidi/QIDI PLA Rapido Matte"
],
"QD_4_1_20": [
"Qidi/QIDI ASA-CF"
],
"QD_4_1_24": [
"Qidi/QIDI UltraPA"
],
"QD_4_1_25": [
"Qidi/QIDI PA6-CF"
],
"QD_4_1_26": [
"Qidi/QIDI UltraPA-CF25"
],
"QD_4_1_27": [
"Qidi/QIDI PA12-CF"
],
"QD_4_1_3": [
"Qidi/QIDI PLA Rapido Metal"
],
"QD_4_1_30": [
"Qidi/QIDI PAHT-CF"
],
"QD_4_1_31": [
"Qidi/QIDI PAHT-GF"
],
"QD_4_1_32": [
"Qidi/QIDI Support For PAHT"
],
"QD_4_1_33": [
"Qidi/QIDI Support For PET/PA"
],
"QD_4_1_34": [
"Qidi/QIDI PC/ABS-FR"
],
"QD_4_1_36": [
"Qidi/QIDI PEBA 95A"
],
"QD_4_1_37": [
"Qidi/QIDI PET-CF"
],
"QD_4_1_38": [
"Qidi/QIDI PET-GF"
],
"QD_4_1_39": [
"Qidi/QIDI PETG Basic"
],
"QD_4_1_4": [
"Qidi/QIDI PLA Silk"
],
"QD_4_1_40": [
"Qidi/QIDI PETG Tough"
],
"QD_4_1_41": [
"Qidi/QIDI PETG Rapido"
],
"QD_4_1_42": [
"Qidi/QIDI PETG-CF"
],
"QD_4_1_43": [
"Qidi/QIDI PETG-GF"
],
"QD_4_1_44": [
"Qidi/QIDI PPS-CF"
],
"QD_4_1_45": [
"Qidi/QIDI PETG Translucent"
],
"QD_4_1_46": [
"Qidi/QIDI PPS-GF"
],
"QD_4_1_49": [
"Qidi/QIDI TPU-Aero"
],
"QD_4_1_5": [
"Qidi/QIDI PLA-CF"
],
"QD_4_1_50": [
"Qidi/QIDI TPU 95A-HF"
],
"QD_4_1_6": [
"Qidi/QIDI WOOD Rapido"
],
"QD_4_1_7": [
"Qidi/QIDI PLA Basic"
],
"QD_4_1_8": [
"Qidi/QIDI PLA Matte Basic"
] ]
}, },
"instantiated_with_id": [ "instantiated_with_id": [
"Afinia/Afinia ABS",
"Afinia/Afinia ABS+",
"Afinia/Afinia ABS+@HS", "Afinia/Afinia ABS+@HS",
"Afinia/Afinia ABS@HS", "Afinia/Afinia ABS@HS",
"Afinia/Afinia PLA",
"Afinia/Afinia PLA@HS", "Afinia/Afinia PLA@HS",
"Afinia/Afinia TPU",
"Afinia/Afinia TPU@HS", "Afinia/Afinia TPU@HS",
"Afinia/Afinia Value ABS",
"Afinia/Afinia Value ABS@HS", "Afinia/Afinia Value ABS@HS",
"Afinia/Afinia Value PLA",
"Afinia/Afinia Value PLA@HS", "Afinia/Afinia Value PLA@HS",
"Anycubic/Anycubic ABS @Anycubic Kobra 3 Max 0.4 nozzle", "Anycubic/Anycubic ABS @Anycubic Kobra 3 Max 0.4 nozzle",
"Anycubic/Anycubic ABS @Anycubic Kobra 3 Max 0.6 nozzle", "Anycubic/Anycubic ABS @Anycubic Kobra 3 Max 0.6 nozzle",
@@ -5720,6 +6022,33 @@
"Artillery/Artillery TPU @Artillery M1 Pro 0.6 nozzle", "Artillery/Artillery TPU @Artillery M1 Pro 0.6 nozzle",
"Artillery/Artillery TPU @Artillery M1 Pro 0.8 nozzle", "Artillery/Artillery TPU @Artillery M1 Pro 0.8 nozzle",
"BBL/Generic SBS", "BBL/Generic SBS",
"BBL/addnorth ABS rABS",
"BBL/addnorth PA Adura",
"BBL/addnorth PA Adura FDA",
"BBL/addnorth PA-CF Adura X",
"BBL/addnorth PA6 Addlantis",
"BBL/addnorth PC BLend HT LCF",
"BBL/addnorth PETG Base",
"BBL/addnorth PETG ESD",
"BBL/addnorth PETG Economy",
"BBL/addnorth PETG Flame v0",
"BBL/addnorth PETG PRO Matte",
"BBL/addnorth PETG rPETG Matte",
"BBL/addnorth PETG-CF Rigid X",
"BBL/addnorth PLA E-PLA",
"BBL/addnorth PLA Economy",
"BBL/addnorth PLA HT-PLA PRO Matte",
"BBL/addnorth PLA Premium Silk",
"BBL/addnorth PLA Textura",
"BBL/addnorth PLA Wood",
"BBL/addnorth PLA X-PLA",
"BBL/addnorth PLA X-PLA High Speed",
"BBL/addnorth PLA rPLA RE-ADD",
"BBL/addnorth PLA-CF Carbon Fiber",
"BBL/addnorth PVDF Adamant S1",
"BBL/addnorth TPU EasyFlex",
"BBL/addnorth TPU Pro Matte 85A",
"BBL/addnorth TPU Pro Matte 95A",
"Blocks/Blocks Generic ABS", "Blocks/Blocks Generic ABS",
"Blocks/Blocks Generic ASA", "Blocks/Blocks Generic ASA",
"Blocks/Blocks Generic ASA-CF", "Blocks/Blocks Generic ASA-CF",
@@ -7881,6 +8210,9 @@
"Snapmaker/PolyTerra Dual PLA @0.2 nozzle", "Snapmaker/PolyTerra Dual PLA @0.2 nozzle",
"Snapmaker/PolyTerra J1 PLA", "Snapmaker/PolyTerra J1 PLA",
"Snapmaker/PolyTerra J1 PLA @0.2 nozzle", "Snapmaker/PolyTerra J1 PLA @0.2 nozzle",
"Snapmaker/Polymaker General PLA Family @U1",
"Snapmaker/Polymaker Silk PLA Family @U1",
"Snapmaker/Polymaker Tough PLA Family @U1",
"Snapmaker/Snapmaker ABS Benchy @U1", "Snapmaker/Snapmaker ABS Benchy @U1",
"Snapmaker/Snapmaker Dual ABS Benchy", "Snapmaker/Snapmaker Dual ABS Benchy",
"Snapmaker/Snapmaker Dual TPE", "Snapmaker/Snapmaker Dual TPE",
@@ -7889,9 +8221,26 @@
"Snapmaker/Snapmaker J1 TPE", "Snapmaker/Snapmaker J1 TPE",
"Snapmaker/Snapmaker J1 TPU High-Flow", "Snapmaker/Snapmaker J1 TPU High-Flow",
"Snapmaker/Snapmaker PET @Dual", "Snapmaker/Snapmaker PET @Dual",
"Snapmaker/Snapmaker PLA Full Spectrum @U1 0.4 nozzle",
"Snapmaker/Snapmaker PLA Matte @U1", "Snapmaker/Snapmaker PLA Matte @U1",
"Snapmaker/Snapmaker PLA Silk @U1",
"Snapmaker/Snapmaker PLA Silk @U1 0.2 nozzle",
"Snapmaker/Snapmaker PLA Silk @U1 0.6 nozzle",
"Snapmaker/Snapmaker PLA Silk @U1 0.8 nozzle",
"Snapmaker/Snapmaker PLA Wood @U1 0.4 nozzle",
"Snapmaker/Snapmaker PLA Wood @U1 0.6 nozzle",
"Snapmaker/Snapmaker PLA Wood @U1 0.8 nozzle",
"Snapmaker/Snapmaker PLA-CF @U1 0.4 nozzle",
"Snapmaker/Snapmaker PLA-CF @U1 0.6 nozzle",
"Snapmaker/Snapmaker PLA-CF @U1 0.8 nozzle",
"Snapmaker/Snapmaker TPE", "Snapmaker/Snapmaker TPE",
"Snapmaker/Snapmaker TPE @U1", "Snapmaker/Snapmaker TPE @U1",
"Snapmaker/Snapmaker TPU 90A @U1",
"Snapmaker/Snapmaker TPU 90A @U1 0.6 nozzle",
"Snapmaker/Snapmaker TPU 90A @U1 0.8 nozzle",
"Snapmaker/Snapmaker TPU 95A HF @U1",
"Snapmaker/Snapmaker TPU 95A HF @U1 0.6 nozzle",
"Snapmaker/Snapmaker TPU 95A HF @U1 0.8 nozzle",
"Snapmaker/Snapmaker TPU High-Flow @U1", "Snapmaker/Snapmaker TPU High-Flow @U1",
"Sovol/Generic PLA Silk @Sovol SV08 MAX", "Sovol/Generic PLA Silk @Sovol SV08 MAX",
"Sovol/Polymaker PETG @Sovol SV08 MAX", "Sovol/Polymaker PETG @Sovol SV08 MAX",
@@ -8070,9 +8419,6 @@
"iQ/Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle", "iQ/Material4Print ABS Natur P1 @iQ TiQ8 0.4 Nozzle",
"iQ/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle", "iQ/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle",
"iQ/VXL90 TiQ2 P2 @iQ TiQ2 0.4 Nozzle", "iQ/VXL90 TiQ2 P2 @iQ TiQ2 0.4 Nozzle",
"re3D/re3D Greengate rPETG",
"re3D/re3D Greengate rPETG @0.8 nozzle",
"re3D/re3D Greengate rPETG @1.75 nozzle",
"re3D/re3D PC", "re3D/re3D PC",
"re3D/re3D PC @0.4 nozzle", "re3D/re3D PC @0.4 nozzle",
"re3D/re3D PC @0.8 nozzle", "re3D/re3D PC @0.8 nozzle",
@@ -8082,6 +8428,9 @@
"re3D/re3D PLA", "re3D/re3D PLA",
"re3D/re3D PLA @0.4 nozzle", "re3D/re3D PLA @0.4 nozzle",
"re3D/re3D PLA @0.8 nozzle", "re3D/re3D PLA @0.8 nozzle",
"re3D/re3D rPETG",
"re3D/re3D rPETG @0.8 nozzle",
"re3D/re3D rPETG @1.75 nozzle",
"re3D/re3D rPP", "re3D/re3D rPP",
"re3D/re3D rPP @0.8 nozzle", "re3D/re3D rPP @0.8 nozzle",
"re3D/re3D rPP @1.75 nozzle" "re3D/re3D rPP @1.75 nozzle"
@@ -8522,6 +8871,13 @@
"PolyTerra J1 PLA" "PolyTerra J1 PLA"
] ]
], ],
"OF44ERDr": [
[
"Polymaker",
"PLA",
"Polymaker General PLA Family"
]
],
"OF44VYzK": [ "OF44VYzK": [
[ [
"FilAr", "FilAr",
@@ -9628,6 +9984,13 @@
"OrcaArena Generic PLA" "OrcaArena Generic PLA"
] ]
], ],
"OFD8loeT": [
[
"re3D",
"PETG",
"re3D rPETG"
]
],
"OFD9taow": [ "OFD9taow": [
[ [
"FlyingBear", "FlyingBear",
@@ -9684,6 +10047,13 @@
"Generic PLA" "Generic PLA"
] ]
], ],
"OFDdEaoL": [
[
"re3D",
"PLA",
"re3D PLA"
]
],
"OFDe8uyM": [ "OFDe8uyM": [
[ [
"Valment", "Valment",
@@ -10132,6 +10502,13 @@
"Eolas Prints PLA INGEO 850" "Eolas Prints PLA INGEO 850"
] ]
], ],
"OFH57ibH": [
[
"Polymaker",
"PLA",
"Polymaker Silk PLA Family"
]
],
"OFH5UH6P": [ "OFH5UH6P": [
[ [
"Generic", "Generic",
@@ -10657,6 +11034,13 @@
"Anycubic Generic PLA" "Anycubic Generic PLA"
] ]
], ],
"OFL9aRjN": [
[
"Snapmaker",
"PETG",
"Snapmaker PETG HF"
]
],
"OFLAXKqP": [ "OFLAXKqP": [
[ [
"WonderMaker", "WonderMaker",
@@ -10713,6 +11097,13 @@
"Generic ASA" "Generic ASA"
] ]
], ],
"OFLTYJW0": [
[
"Snapmaker",
"PLA",
"Snapmaker PLA Translucent"
]
],
"OFLXvuMr": [ "OFLXvuMr": [
[ [
"Elegoo", "Elegoo",
@@ -11175,6 +11566,13 @@
"Prusa Generic PETG HF" "Prusa Generic PETG HF"
] ]
], ],
"OFOPU1xv": [
[
"Snapmaker",
"PLA",
"Snapmaker PLA Full Spectrum"
]
],
"OFObG16Q": [ "OFObG16Q": [
[ [
"InfiMech", "InfiMech",
@@ -11693,13 +12091,6 @@
"FLSun S1 PLA Silk" "FLSun S1 PLA Silk"
] ]
], ],
"OFSTCno1": [
[
"GreenGate3D",
"PETG",
"re3D Greengate rPETG"
]
],
"OFSa39yP": [ "OFSa39yP": [
[ [
"Snapmaker", "Snapmaker",
@@ -12071,6 +12462,13 @@
"QIDI PLA Rapido Silk" "QIDI PLA Rapido Silk"
] ]
], ],
"OFW8lqnb": [
[
"Snapmaker",
"PETG",
"Snapmaker PETG Translucent"
]
],
"OFW9uIkE": [ "OFW9uIkE": [
[ [
"Generic", "Generic",
@@ -12197,6 +12595,13 @@
"Anycubic Generic PETG" "Anycubic Generic PETG"
] ]
], ],
"OFX0etlv": [
[
"re3D",
"PETG",
"re3D PETG"
]
],
"OFX0ycRQ": [ "OFX0ycRQ": [
[ [
"Polymaker", "Polymaker",
@@ -12232,6 +12637,13 @@
"Grauts HPP4GF25 P1" "Grauts HPP4GF25 P1"
] ]
], ],
"OFXSvqOX": [
[
"Snapmaker",
"TPU",
"Snapmaker TPU 95A HF"
]
],
"OFXTPuqV": [ "OFXTPuqV": [
[ [
"Elas", "Elas",
@@ -12337,6 +12749,13 @@
"Snapmaker J1 PLA Matte" "Snapmaker J1 PLA Matte"
] ]
], ],
"OFY7jxcS": [
[
"Snapmaker",
"TPU",
"Snapmaker TPU 90A"
]
],
"OFY9muEs": [ "OFY9muEs": [
[ [
"Generic", "Generic",
@@ -12904,6 +13323,13 @@
"FilAr PLA Verde Manzana" "FilAr PLA Verde Manzana"
] ]
], ],
"OFdd8ZqJ": [
[
"Snapmaker",
"PLA",
"Snapmaker PLA Wood"
]
],
"OFdkWDiy": [ "OFdkWDiy": [
[ [
"Cubicon", "Cubicon",
@@ -13093,6 +13519,13 @@
"QIDI PETG Translucent" "QIDI PETG Translucent"
] ]
], ],
"OFf52D4e": [
[
"Snapmaker",
"PLA-CF",
"Snapmaker PLA-CF"
]
],
"OFf5awy4": [ "OFf5awy4": [
[ [
"Eolas Prints", "Eolas Prints",
@@ -13128,6 +13561,13 @@
"Bambu ASA" "Bambu ASA"
] ]
], ],
"OFfD87Gy": [
[
"Snapmaker",
"PLA",
"Snapmaker PLA Glow"
]
],
"OFfHGM1D": [ "OFfHGM1D": [
[ [
"re3D", "re3D",
@@ -13149,6 +13589,13 @@
"ENDER FAST PLA" "ENDER FAST PLA"
] ]
], ],
"OFfYHK5z": [
[
"Polymaker",
"PLA",
"Polymaker PLA-HT"
]
],
"OFfZ0lTS": [ "OFfZ0lTS": [
[ [
"Generic", "Generic",
@@ -13345,6 +13792,13 @@
"RatRig BigNozzle ASA" "RatRig BigNozzle ASA"
] ]
], ],
"OFgdaBOt": [
[
"Polymaker",
"PLA",
"Polymaker Tough PLA Family"
]
],
"OFgeM7nD": [ "OFgeM7nD": [
[ [
"Flashforge", "Flashforge",
@@ -13534,6 +13988,13 @@
"COEX PLA" "COEX PLA"
] ]
], ],
"OFhmxnYw": [
[
"Snapmaker",
"PLA",
"Snapmaker PLA Basic"
]
],
"OFhuaUQB": [ "OFhuaUQB": [
[ [
"Bambu Lab", "Bambu Lab",
@@ -14073,6 +14534,20 @@
"CoLiDo PLA" "CoLiDo PLA"
] ]
], ],
"OFm8rqoY": [
[
"re3D",
"PP",
"re3D rPP"
]
],
"OFmCOW2Y": [
[
"re3D",
"PETG",
"re3D rPETG"
]
],
"OFmFwUWM": [ "OFmFwUWM": [
[ [
"Prusa Polymers", "Prusa Polymers",
@@ -15361,6 +15836,13 @@
"Fiberon PA6-GF" "Fiberon PA6-GF"
] ]
], ],
"OFwbsgWj": [
[
"re3D",
"PC",
"re3D PC"
]
],
"OFwhLMs4": [ "OFwhLMs4": [
[ [
"Snapmaker", "Snapmaker",