There is no textual field to describe the color color_name, or at least I can't find it.
It's probably the most important field after material_type, since people are not reading hex codes, from the color it's not always possible to tell the color from viewing it on a monitor (e.g. gold) especially if people are color blind.
It's required in every table showing properties of a spool.
It's potentially included in the material_name but could be together with additional information like material type e.g. in your example PLA Lipstick Red - the PLA has separate fields (two - both enum and the name string) but the Lipstick Red doesn't have the name alone, and there is no way to know how to extract it as the material_name is vendor dependent.
It's a major issue for me to integrate OpenPrintTag into my product.
There is no textual field to describe the color
color_name, or at least I can't find it.It's probably the most important field after material_type, since people are not reading hex codes, from the color it's not always possible to tell the color from viewing it on a monitor (e.g. gold) especially if people are color blind.
It's required in every table showing properties of a spool.
It's potentially included in the
material_namebut could be together with additional information like material type e.g. in your examplePLA Lipstick Red- thePLAhas separate fields (two - both enum and the name string) but theLipstick Reddoesn't have the name alone, and there is no way to know how to extract it as the material_name is vendor dependent.It's a major issue for me to integrate OpenPrintTag into my product.