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
It appears that 'color()' directives underneath an align() directive are ignored. I rely on colors to understand the resulting picture, so this is a rather serious hindrance for me. I am new to OpenSCAD, so I don't know that digging in to solve this myself is probably not a good approach.
I've tried to use colored() but the output results appear to be the same. The stumper is that the demo with the sphere and rods works. I've been trying to make slow, incremental changes to the demo, but once I get my two boxes involved, something goes wonky.
Oh yeah, and every time I use colored, I get a lot of these warnings:
I don't know enough about relativity.scad to know if this is my fault somehow, or not, but it's making things rather tough to suss out. If it's my fault, and anyone knows what's going on here I'd appreciate the help. Thanks!
The text was updated successfully, but these errors were encountered:
It appears that 'color()' directives underneath an
align()
directive are ignored. I rely on colors to understand the resulting picture, so this is a rather serious hindrance for me. I am new to OpenSCAD, so I don't know that digging in to solve this myself is probably not a good approach.I've tried to use
colored()
but the output results appear to be the same. The stumper is that the demo with the sphere and rods works. I've been trying to make slow, incremental changes to the demo, but once I get my two boxes involved, something goes wonky.Oh yeah, and every time I use colored, I get a lot of these warnings:
Here are some examples:
No call to
align()
, both colors show up:Output:
Call to
color()
abovealign()
call, both boxes are the same (top) color:Output:
Call to
color()
belowalign()
call, both boxes are the same (top) color:Output:
I don't know enough about
relativity.scad
to know if this is my fault somehow, or not, but it's making things rather tough to suss out. If it's my fault, and anyone knows what's going on here I'd appreciate the help. Thanks!The text was updated successfully, but these errors were encountered: