Fix Bambu Lab hex codes and add missing filaments#269
Open
piitaya wants to merge 3 commits intoDonkie:mainfrom
Open
Fix Bambu Lab hex codes and add missing filaments#269piitaya wants to merge 3 commits intoDonkie:mainfrom
piitaya wants to merge 3 commits intoDonkie:mainfrom
Conversation
Corrects color_hex values that don't match Bambu Lab's official hex code tables. Corrections: - PETG Basic Gray: 9EA2A2 -> 7F7E83 - PC Clear Black: 5A5161 -> 000000 Sources: - PETG Basic Hex Code Table: https://store.bblcdn.com/s1/default/1e4af3b3c12948ccb04433a8499c3264/PETG_Basic_Hex_Code_Table.pdf
Updates the hex values for Aurora Purple (Blue-Purple) PLA Silk Multi-Color to match Bambu Lab's official hex code table. Correction: - Aurora Purple (Blue-Purple): 1E63BF, 713D9C -> 7F3696, 006EC9 Source: Bambu Lab's official PLA Silk Multi-Color Hex Code Table https://store.bblcdn.com/s1/default/7e3a5dec148b468d862d96593d01d624/PLA_Silk_Mutil-color_Hex_Code_Table.pdf
Adds entries for 13 Bambu Lab filaments confirmed by Bambu Lab's official hex code tables and BambuStudio's filaments_color_codes.json. New entries: PLA Basic Gradient: - Dusk Glare (gradient) PLA Silk Multi-Color: - South Beach (gradient) - Dawn Radiance (4-color gradient) PETG Basic: - Dark Brown PLA Aero (new material line): - White, Black PLA Lite (new material line): - White, Gray, Black, Red, Yellow, Cyan, Blue Sources: - PLA Basic Gradient Hex Code Table (confirmed Dusk Glare) - PLA Silk Multi-Color Hex Code Table: https://store.bblcdn.com/s1/default/7e3a5dec148b468d862d96593d01d624/PLA_Silk_Mutil-color_Hex_Code_Table.pdf - PETG Basic Hex Code Table: https://store.bblcdn.com/s1/default/1e4af3b3c12948ccb04433a8499c3264/PETG_Basic_Hex_Code_Table.pdf - PLA Lite and PLA Aero hex values come from BambuStudio's filaments_color_codes.json (no standalone PDF available)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Bambu Lab hex codes and add missing filaments
Fixes
9EA2A2->7F7E835A5161->0000001E63BF, 713D9C->7F3696, 006EC9Additions
Sources
Verified against Bambu Lab's official hex code PDFs and store page:
PLA Aero and PLA Lite values come from BambuStudio's filaments_color_codes.json (no standalone PDF available).