Fix all color hex codes to match spreadsheet source of truth
All checks were successful
Deploy / detect (push) Successful in 4s
Deploy / deploy-api (push) Successful in 43s
Deploy / deploy-frontend (push) Successful in 3m11s
Deploy / tag-deploy (push) Successful in 6s

- Update 121 hex codes in bambuLabColors.ts from spreadsheet
- Update 118 hex codes in bambuLabColorsComplete.ts
- Add 118 hex UPDATE statements to migration 023
- Remove ABS GF and TPU 95A HF entries from complete colors
This commit is contained in:
DaX
2026-03-05 03:21:44 +01:00
parent d55d0e5e02
commit 063ef4f096
4 changed files with 369 additions and 259 deletions

View File

@@ -50,7 +50,7 @@ describe('Bambu Lab Colors Complete Data', () => {
it('should return valid hex for getColorHex', () => {
const hex = getColorHex('Black');
expect(hex).toBe('#000000');
expect(hex).toBe('#1A1A1A');
const unknownHex = getColorHex('Unknown Color');
expect(unknownHex).toBe('#000000');