List: discuss@lists.openscad.org
From: Jordan Brown
Re: When does 'for' create an Implicit union?
Thu, Mar 6, 2025 5:30 PM
In this case, an easy
scheme is to multiply the height of the negative object by three, and
center it. That will ensure that it projects on both sides of the
positive object, no matter whether it's aligned with one side, the
other, or the center.
cylinder(r=42, h = 60*3, center=true);