I have a simple module that contains a very simple module. However, this module does not render correctly if anything else is included. Here are some screenshots:
Preview when nothing else is included:
[cid:b4c96c67-410f-4470-92e3-eccf3da01ad7]
Preview when multiple elements are included:
[cid:26e76380-0e63-49c7-a692-741026863ef1]
Render result when nothing else is included:
[cid:8f1b2616-3ee9-4398-9328-662d8e0dc51a]
Render result when multiple elements are included:
[cid:8d04cc1c-eb7f-4298-8523-7417c265dab7]
Notice that when multiple elements are included, the single element is rendered incorrectly. Neither of these items are inside a Boolean (or other type of) modifier, they are completely independent. Why is this happening? Any ideas would be appreciated.
Nathan Sokalski
njsokalski@hotmail.commailto:njsokalski@hotmail.com
This sounds like a duplicate of https://github.com/openscad/openscad/issues/5350
On Apr 17, 2025, at 15:07, Nathan Sokalski via Discuss discuss@lists.openscad.org wrote:
Neither of these items are inside a Boolean (or other type of)
modifier, they are completely independent.
The top level (like most scopes) has an implied union.