lettore
(Ettore)
January 22, 2023, 12:20pm
#1
Hello,
I’m exporting DXF files from Rhino with lines already with the correct colour for every operation.
I see that Lightburn it’s trying to associate the colour with the closest one already in the palette.
There’s a file with the RGB values of the colour palette?
berainlb
(PY)
January 22, 2023, 5:02pm
#2
Check these 2 posts. The first one was created before Tool Layers were introduced. The second one reveals those two as well.
Make a simple shape of each color and just export it as an SVG - all the shapes would have their colors set. This is the color table used:
Color( 0, 0, 0),
Color( 0, 0, 255),
Color( 255, 0, 0),
Color( 0, 224, 0),
Color( 208, 208, 0),
Color( 255, 128, 0),
Color( 0, 224, 224),
Color( 255, 0, 255),
Color( 180, 180, 180),
Color( 0, 0, 160),
Color( 160, 0, 0),
Color( 0, 160, 0),
Color( 160, 160, 0),
Color( 192, 128, 0),
Color( 0, 160, 255),
Color( 160, 0, 160),
Color( 128, 128, 128)…
I found the RGB values for layers 00 thru 29, but not T1 and T2. Knowing these would be very helpful when importing a file with multiple layers from my CAD program.
lettore
(Ettore)
January 22, 2023, 9:13pm
#3
Thank you, I did a fast search before posting but I didn’t find these topics.