You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STL files do not have any way of storing color information, but perhaps we could render files in different colors by detecting strings in the filename. Here are some ideas.
Color Names red, green, blue, etc.
HTML/Hex Color Codes #1a2b3c
Voron Naming Scheme
Accent color files are prefixed with [a]. Primary color files have no prefix.
The text was updated successfully, but these errors were encountered:
Could potentially use a config file to describe a set of rules and the colors to pick in each case. This could totally be a wrapper script around stl-thumb itself (but wouldn't hurt to include it directly there).
For example, a list of regexes and resulting colors - here's a quick mockup:
STL files do not have any way of storing color information, but perhaps we could render files in different colors by detecting strings in the filename. Here are some ideas.
Color Names
red
,green
,blue
, etc.HTML/Hex Color Codes
#1a2b3c
Voron Naming Scheme
Accent color files are prefixed with
[a]
. Primary color files have no prefix.The text was updated successfully, but these errors were encountered: