Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
25bccf2
Add product identifier fields (codes/EANs) (upstream PR #263)
Ares9323 Jul 2, 2026
d37d14c
Fix extruder_temp schema errors, add ASA-X/ABS-T variants and REDLINE…
kitokirisaki Jul 2, 2026
3763aae
Fix Bambu Lab hex codes and add missing filaments (upstream PR #269)
piitaya Jul 2, 2026
0ac820d
Add Prusament Carmine Red PETG (upstream PR #235)
Bloodpack Jul 2, 2026
8d3a182
Add Prusament Galaxy Red PLA (upstream PR #242)
AndreasAusD Jul 2, 2026
c922f62
Add Prusament Ms. Pink PLA (upstream PR #271)
bens545 Jul 2, 2026
3ebf35d
Add Bambu Lab PLA Aero Gray (upstream PR #230, folded into PR #269's …
timoschilling Jul 2, 2026
1359cfe
Add new Panchroma Matte colors to Polymaker (upstream PR #272)
donmahallem Jul 2, 2026
2d41760
Add Polymaker Panchroma Celestial, Silk, and Starlight (upstream PR #…
hibikipr Jul 2, 2026
4eb28f5
Add Polymaker Panchroma Translucent filaments (upstream PR #274)
Jul 2, 2026
91f1298
Fix Sunlu Grey spelling (upstream PR #250)
nyanotech Jul 2, 2026
7180b43
Add TPU-95A filaments for Sunlu (upstream PR #259)
loganbibby Jul 2, 2026
6c75d05
Add Sunlu Clear PLA color (upstream PR #275)
mcwookie Jul 2, 2026
ce53004
Add Sunlu High Speed Matte PLA (upstream PR #239)
mrmees Jul 2, 2026
8167f9b
Add Sunlu PLA Meta (upstream PR #267)
NikkelCoin Jul 2, 2026
d011a30
Add Sunlu Silk Dual Color PLA (upstream PR #258)
Teekpoqid Jul 2, 2026
81b9fd9
Add JAYO Matte White PLA color (upstream PR #254)
jabdoa2 Jul 2, 2026
cf2471d
Add Eryone TPU Black 500g on cardboard spool, mark PETG spool as card…
MathijsG Jul 2, 2026
40914a5
Add 3kg PLA+ eSun spools (upstream PR #238)
Igloczek Jul 2, 2026
2b08112
Add eSun PLA-Matte Dual Color (upstream PR #244)
huntedhawk Jul 2, 2026
f14d558
Add eSun PETG-CF (upstream PR #265)
toyorg Jul 2, 2026
c7cd2e4
Add Creality CR-PETG Grey (upstream PR #264)
cheekm Jul 2, 2026
d46ca42
Add ELEGOO TPU-95A filament (upstream PR #266)
K4ution Jul 2, 2026
18f3ca2
Add eSun PETG-Basic Translucent Orange (upstream PR #257)
AmraelX Jul 2, 2026
0a2bef8
Update density for DasFilament PLA and PETG (upstream PR #256)
bliepp Jul 2, 2026
4d87b4d
Fix Fiberlogy ASA 750g spool weight (upstream PR #246)
LordKillZone Jul 2, 2026
6d58824
Add Fillamentum PLA Lilac color (upstream PR #270)
julien-f-leroy Jul 2, 2026
58e9e51
Add Geeetech ABS+ filament (upstream PR #251)
Bluematrix2 Jul 2, 2026
81050f4
Add Super-Filament PLA filaments (upstream PR #240)
m42e Jul 2, 2026
ffa5020
Update Fusion Filaments: rename ABS lines, add EasyASA, HTPET+, PLA (…
dragoonmc Jul 2, 2026
6adb7ec
Add SainSmart TPU filaments (upstream PR #248)
Etruscian Jul 2, 2026
a7515e6
Add Nobufil as manufacturer (upstream PR #247)
morpheys666 Jul 2, 2026
1e4251e
Add Deeplee Matte PLA filaments (upstream PR #243)
ziriuz84 Jul 2, 2026
59ee4fa
Add Spectrum PLA Pro and PLA Premium (upstream PR #231)
raalpe Jul 2, 2026
c74e5fe
Add Inland and Printed Solid filaments (upstream PR #261)
justin-schwausch Jul 2, 2026
1a11622
Add Inland PETG/PETG+/PETG-HS/PETG-CF/TPU/PA-CF lines (upstream PR #2…
Jul 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions filaments.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"pattern": "\\{"
},
"material": {
"$comment": "Valid materials must be uppercase letters and numbers, optionally separated by + or -. Optionally ends with -CF or -GF followed by a number. Examples: ABS, ABS-CF, PC+ABS, PC+ABS-CF10.",
"$comment": "Valid materials must be uppercase letters and numbers, optionally separated by + or -. Optionally ends with -CF or -GF followed by a number, or a single-letter variant suffix (-X, -T). Examples: ABS, ABS-CF, ABS-T, ASA-X, PC+ABS, PC+ABS-CF10.",
"type": "string",
"pattern": "^[A-Z0-9]+(\\+[A-Z0-9]+)*(-(CF\\d{0,2}|GF\\d{0,2}|\\d{2}[AD]))?\\+?$"
"pattern": "^[A-Z0-9]+(\\+[A-Z0-9]+)*(-(CF\\d{0,2}|GF\\d{0,2}|\\d{2}[AD]|X|T))?\\+?$"
},
"density": {
"type": "number",
Expand Down Expand Up @@ -211,6 +211,36 @@
"glow": {
"$comment": "True if this color has a glow-in-the-dark effect",
"type": "boolean"
},
"codes": {
"$comment": "Manufacturer product codes / SKUs for this color variant (e.g. Bambu Lab '10601' for PLA Basic Blue).",
"type": "array",
"items": {
"type": "string",
"minLength": 1
},
"uniqueItems": true,
"minItems": 1
},
"eans": {
"$comment": "EAN/GTIN barcodes for the spooled version of this color.",
"type": "array",
"items": {
"type": "string",
"pattern": "^[0-9]{8,14}$"
},
"uniqueItems": true,
"minItems": 1
},
"eans_refill": {
"$comment": "EAN/GTIN barcodes for the refill (no spool) version of this color.",
"type": "array",
"items": {
"type": "string",
"pattern": "^[0-9]{8,14}$"
},
"uniqueItems": true,
"minItems": 1
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion filaments/Numakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"diameters": [
1.75
],
"extruder_temp_Range": [
"extruder_temp_range": [
210,
240
],
Expand Down
Loading
Loading