Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
26 changes: 26 additions & 0 deletions filaments.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,32 @@
"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"
},
"uniqueItems": true
},
"eans": {
"$comment": "EAN/GTIN barcodes for the spooled version of this color.",
"type": "array",
"items": {
"type": "string",
"pattern": "^[0-9]{8,14}$"
},
"uniqueItems": true
},
"eans_refill": {
"$comment": "EAN/GTIN barcodes for the refill (no spool) version of this color.",
Comment on lines +215 to +233
"type": "array",
"items": {
"type": "string",
"pattern": "^[0-9]{8,14}$"
},
"uniqueItems": true
Comment on lines +215 to +239
}
}
}
Expand Down
178 changes: 152 additions & 26 deletions filaments/bambulab.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
"colors": [
{
"name": "Jade White",
"hex": "FFFFFF"
"hex": "FFFFFF",
"codes": [
"10100"
],
"eans": [
"6975337031024"
]
},
{
"name": "Beige",
Expand Down Expand Up @@ -47,7 +53,13 @@
},
{
"name": "Cocoa Brown",
"hex": "6F5034"
"hex": "6F5034",
"codes": [
"10802"
],
"eans": [
"6977252429108"
]
},
{
"name": "Maroon Red",
Expand All @@ -67,19 +79,31 @@
},
{
"name": "Hot Pink",
"hex": "F5547C"
"hex": "F5547C",
"codes": [
"10204"
]
},
{
"name": "Orange",
"hex": "FF6A13"
},
{
"name": "Pumpkin Orange",
"hex": "FF9016"
"hex": "FF9016",
"codes": [
"10301"
]
},
{
"name": "Sunflower Yellow",
"hex": "FEC600"
"hex": "FEC600",
"codes": [
"10402"
],
"eans": [
"6977252429122"
]
},
{
"name": "Yellow",
Expand All @@ -91,23 +115,44 @@
},
{
"name": "Bambu Green",
"hex": "00AE42"
"hex": "00AE42",
"eans_refill": [
"6975337035817"
]
},
{
"name": "Mistletoe Green",
"hex": "3F8E43"
},
{
"name": "Turquoise",
"hex": "00B1B7"
"hex": "00B1B7",
"codes": [
"10503"
],
"eans_refill": [
"6977252427210"
]
},
{
"name": "Cyan",
"hex": "0086D6"
"hex": "0086D6",
"codes": [
"10603"
],
"eans": [
"6975337032052"
]
},
{
"name": "Blue",
"hex": "0A2989"
"hex": "0A2989",
"codes": [
"10601"
],
"eans": [
"3119780059485"
]
},
{
"name": "Cobalt Blue",
Expand All @@ -119,7 +164,13 @@
},
{
"name": "Indigo Purple",
"hex": "482960"
"hex": "482960",
"codes": [
"10701"
],
"eans": [
"6977252429115"
]
},
{
"name": "Blue Gray",
Expand All @@ -135,7 +186,10 @@
},
{
"name": "Black",
"hex": "000000"
"hex": "000000",
"codes": [
"10101"
]
}
]
},
Expand Down Expand Up @@ -200,7 +254,13 @@
"colors": [
{
"name": "Ivory White",
"hex": "FFFFFF"
"hex": "FFFFFF",
"codes": [
"11100"
],
"eans": [
"6975337031345"
]
},
{
"name": "Latte Brown",
Expand All @@ -212,7 +272,13 @@
},
{
"name": "Ash Gray",
"hex": "9B9EA0"
"hex": "9B9EA0",
"codes": [
"11102"
],
"eans": [
"6975337031352"
]
},
{
"name": "Lilac Purple",
Expand All @@ -232,7 +298,13 @@
},
{
"name": "Scarlet Red",
"hex": "DE4343"
"hex": "DE4343",
"codes": [
"11200"
],
"eans": [
"6975337031338"
]
},
{
"name": "Dark Red",
Expand All @@ -256,15 +328,24 @@
},
{
"name": "Marine Blue",
"hex": "0078BF"
"hex": "0078BF",
"codes": [
"11600"
]
},
{
"name": "Dark Blue",
"hex": "042F56"
},
{
"name": "Charcoal",
"hex": "000000"
"hex": "000000",
"codes": [
"11101"
],
"eans": [
"6975337031376"
]
},
{
"name": "Bone White",
Expand Down Expand Up @@ -318,7 +399,13 @@
"colors": [
{
"name": "Yellow",
"hex": "F4D53F"
"hex": "F4D53F",
"codes": [
"12401"
],
"eans": [
"6937285500670"
]
},
{
"name": "White",
Expand Down Expand Up @@ -1053,7 +1140,13 @@
},
{
"name": "Translucent Light Blue",
"hex": "61B0FF"
"hex": "61B0FF",
"codes": [
"32600"
],
"eans": [
"6975337035961"
]
},
{
"name": "Translucent Olive",
Expand All @@ -1065,7 +1158,13 @@
},
{
"name": "Translucent Teal",
"hex": "77EDD7"
"hex": "77EDD7",
"codes": [
"32501"
],
"eans": [
"6975337035992"
]
},
{
"name": "Translucent Orange",
Expand All @@ -1081,7 +1180,10 @@
},
{
"name": "Clear",
"hex": "FFFFFF"
"hex": "FFFFFF",
"codes": [
"32101"
]
}
]
},
Expand Down Expand Up @@ -1120,35 +1222,59 @@
},
{
"name": "Blue",
"hex": "002E96"
"hex": "002E96",
"codes": [
"33600"
]
},
{
"name": "Black",
"hex": "000000"
"hex": "000000",
"codes": [
"33102"
]
},
{
"name": "White",
"hex": "FFFFFF"
},
{
"name": "Cream",
"hex": "F9DFB9"
"hex": "F9DFB9",
"codes": [
"33401"
],
"eans": [
"6937285507990"
]
},
{
"name": "Lime Green",
"hex": "6EE53C"
},
{
"name": "Forest Green",
"hex": "39541A"
"hex": "39541A",
"codes": [
"33502"
],
"eans": [
"6937285508010"
]
},
{
"name": "Lake Blue",
"hex": "1F79E5"
},
{
"name": "Peanut Brown",
"hex": "875718"
"hex": "875718",
"codes": [
"33801"
],
"eans": [
"6937285508041"
]
},
{
"name": "Gray",
Expand Down Expand Up @@ -1879,4 +2005,4 @@
]
}
]
}
}
Loading
Loading