Jordan Brown
Jordan Brown
Read the section starting at https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Primitive_Solids#polyhedron and particularly the "Debugging polyhedra" section.
On 4/27/2022 1:24 PM, Maksim Derbasov wrote: > > Can be reproduced with |union| of two |import| calls for |stl| files, > created by OpenSCAD. > There are many, many...
On 4/27/2022 5:14 PM, Maksim Derbasov wrote: > > I see (more or less). Just reported one more observed case, in some > way to show a severity of the...
Yes. OpenSCAD will let you import anything, or construct any polyhedron, and it will pass both F5 and F6, because a single object doesn't trigger the "smarter" processing that can...
Yes, it means that your STL is broken. The easiest thing to do inside OpenSCAD is to set it into View/Thrown Together mode, and look for purple. Everything should be...
I duplicate the error. I don't see anything wrong with the model, but I am far from an expert at finding those problems.
Dynamic linking should be an adequate "barrier" between GPL and proprietary components. On many systems, **everything** ends up dynamically linked against proprietary components. (On Solaris, where I work, it's libc...
I encounter this problem fairly frequently. (Not exactly the same, because I use undocked windows, but the main view window ends up blank like this shows.) Sometimes (but not always)...
I would hope that color would be one of the things that you could (eventually) inspect with the render() function.
Hmm. Yes. Still, the ability to ask "what is the default color of a new object?" is somewhat related to "what is the color of <this> object?". If one of...