Like a lot of people I order my filament, it arrives gets taken out of the box, put on a spool and the box is thrown away, along with the colour hex code and name.
Only realised today that when you are running low on a filament and you have similar colours available to purchase, plus are colour blind its not the easiest to find the exact colour you need to re-stock.
Clicking on the “eye” symbol under the Device tab in Bambu Studio just gives you a visual rep of the colour. Doing the same on Bambu Handy App seems to give you better results but doesn’t always give you the exact colour i.e. “Charcoal” PLA Matte shows as Black.
So figured I would cobble together a simple little HTML/JavaScript app to show me the filament type and colour that’s currently loaded. I’m not going to claim to have come up with this idea, that thanks goes to hong823 who posted on the BambuLab subreddit:
https://www.reddit.com/r/BambuLab/comments/1evdf33/determine_filament_color/[Determine Filament Color? : r/BambuLab]
Inspired to take it further and show the colour name/type I came up with this
Open the webpage, click browse, search for and find the latest debug{todays date}.log.0 in C:\Users{username}\AppData\Roaming\BambuStudio\log and it should display what you have loaded.
Also popped an RGB Converter at the bottom for when you’re using Ext spool and need to put in the exact RGB value based off the hex code.
I may look at autoloading the .log.0 file to save time. If anyone’s interested I can share it from my github repo.