Add missing filament colors and fix naming issues
All checks were successful
Deploy / deploy (push) Successful in 10m43s

- Add Silk Multi-Color gradients: Aurora Purple, Phantom Blue, Mystic Magenta
- Add Iron Gray Metallic alias (with space)
- Add Matte Latte Brown
This commit is contained in:
DaX
2026-02-16 01:51:42 +01:00
parent 0cfee1bda7
commit 28ba314404
2 changed files with 32 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ export const bambuLabColors: Record<string, ColorMapping> = {
'Iridium Gold Metallic': { hex: '#B39B84' }, 'Iridium Gold Metallic': { hex: '#B39B84' },
'Iris Purple': { hex: '#69398E' }, 'Iris Purple': { hex: '#69398E' },
'Iron Gray Metallic': { hex: '#6B6C6F' }, 'Iron Gray Metallic': { hex: '#6B6C6F' },
'IronGray Metallic': { hex: '#6B6C6F' },
'Ivory White': { hex: '#FFFFFF' }, 'Ivory White': { hex: '#FFFFFF' },
'Jade White': { hex: '#FFFFFF' }, 'Jade White': { hex: '#FFFFFF' },
'Jeans Blue': { hex: '#6E88BC' }, 'Jeans Blue': { hex: '#6E88BC' },
@@ -145,6 +146,11 @@ export const bambuLabColors: Record<string, ColorMapping> = {
'White Oak': { hex: '#D2CCA2' }, 'White Oak': { hex: '#D2CCA2' },
'Yellow': { hex: '#F4EE2A' }, 'Yellow': { hex: '#F4EE2A' },
// ABS Colors
// ABS GF Colors
'ABS GF Yellow': { hex: '#FDD835' },
'ABS GF Orange': { hex: '#F48438' },
// ABS Colors // ABS Colors
'ABS Azure': { hex: '#489FDF' }, 'ABS Azure': { hex: '#489FDF' },
'ABS Olive': { hex: '#748C45' }, 'ABS Olive': { hex: '#748C45' },
@@ -185,8 +191,17 @@ export const bambuLabColors: Record<string, ColorMapping> = {
'Matte Plum': { hex: '#851A52' }, 'Matte Plum': { hex: '#851A52' },
'Matte Sakura Pink': { hex: '#E8AFCF' }, 'Matte Sakura Pink': { hex: '#E8AFCF' },
'Matte Sky Blue': { hex: '#73B2E5' }, 'Matte Sky Blue': { hex: '#73B2E5' },
'Matte Latte Brown': { hex: '#D3B7A7' },
'Matte Terracotta': { hex: '#A25A37' }, 'Matte Terracotta': { hex: '#A25A37' },
// PLA Silk Multi-Color
'Silk Aurora Purple': { hex: ['#7F3696', '#006EC9'], isGradient: true },
'Silk Phantom Blue': { hex: ['#00629B', '#000000'], isGradient: true },
'Silk Mystic Magenta': { hex: ['#720062', '#3A913F'], isGradient: true },
// TPU 95A HF Colors
'TPU 95A HF Yellow': { hex: '#F3E600' },
// Default fallback // Default fallback
'Unknown': { hex: '#CCCCCC' } 'Unknown': { hex: '#CCCCCC' }
}; };

View File

@@ -56,6 +56,7 @@ export const bambuLabColors = {
"Matte Plum": "#851A52", "Matte Plum": "#851A52",
"Matte Sakura Pink": "#E8AFCF", "Matte Sakura Pink": "#E8AFCF",
"Matte Sky Blue": "#73B2E5", "Matte Sky Blue": "#73B2E5",
"Matte Latte Brown": "#D3B7A7",
"Matte Terracotta": "#A25A37", "Matte Terracotta": "#A25A37",
// Silk Colors // Silk Colors
@@ -78,6 +79,11 @@ export const bambuLabColors = {
"Silk Sapphire": "#1976D2", "Silk Sapphire": "#1976D2",
"Silk Emerald": "#00695C", "Silk Emerald": "#00695C",
// Silk Multi-Color
"Silk Aurora Purple": "#7F3696",
"Silk Phantom Blue": "#00629B",
"Silk Mystic Magenta": "#720062",
// Metal Colors // Metal Colors
"Metal Grey": "#9E9E9E", "Metal Grey": "#9E9E9E",
"Metal Silver": "#B0BEC5", "Metal Silver": "#B0BEC5",
@@ -111,6 +117,16 @@ export const bambuLabColors = {
"Support White": "#F5F5F5", "Support White": "#F5F5F5",
"Support G": "#90CAF9", "Support G": "#90CAF9",
// Metal Colors (PLA)
"Iron Gray Metallic": "#6B6C6F",
// ABS GF Colors
"ABS GF Yellow": "#FDD835",
"ABS GF Orange": "#F48438",
// TPU 95A HF Colors
"TPU 95A HF Yellow": "#F3E600",
// Wood Colors // Wood Colors
"Ochre Yellow": "#BC8B39", "Ochre Yellow": "#BC8B39",
"White Oak": "#D2CCA2", "White Oak": "#D2CCA2",
@@ -132,7 +148,7 @@ export const colorsByFinish = {
"Matte Apple Green", "Matte Bone White", "Matte Caramel", "Matte Dark Blue", "Matte Apple Green", "Matte Bone White", "Matte Caramel", "Matte Dark Blue",
"Matte Dark Brown", "Matte Dark Chocolate", "Matte Dark Green", "Matte Dark Red", "Matte Dark Brown", "Matte Dark Chocolate", "Matte Dark Green", "Matte Dark Red",
"Matte Grass Green", "Matte Ice Blue", "Matte Lemon Yellow", "Matte Lilac Purple", "Matte Grass Green", "Matte Ice Blue", "Matte Lemon Yellow", "Matte Lilac Purple",
"Matte Plum", "Matte Sakura Pink", "Matte Sky Blue", "Matte Terracotta" "Matte Latte Brown", "Matte Plum", "Matte Sakura Pink", "Matte Sky Blue", "Matte Terracotta"
], ],
"Silk": [ "Silk": [
"Silk White", "Silk Black", "Silk Red", "Silk Blue", "Silk Green", "Silk White", "Silk Black", "Silk Red", "Silk Blue", "Silk Green",