discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

extrude in other planes

B
benjaminwand
Tue, Apr 30, 2019 5:53 PM

Hi,

to make old projects more easily maintainable, I sometimes wish to be able
to extrude in the xz or yz plane. And today I made modules for it.
https://github.com/benjaminwand/_extrude/blob/master/_extrudes.scad
The 'center' works like for cylinders.

If people have ideas how to develop it further I'd be happy to hear about
it, and I'm equally happy to just share it. If that ever becomes a normal
feature in OpenSCAD in the future I'd be delighted.

--
Sent from: http://forum.openscad.org/

Hi, to make old projects more easily maintainable, I sometimes wish to be able to extrude in the xz or yz plane. And today I made modules for it. https://github.com/benjaminwand/_extrude/blob/master/_extrudes.scad The 'center' works like for cylinders. If people have ideas how to develop it further I'd be happy to hear about it, and I'm equally happy to just share it. If that ever becomes a normal feature in OpenSCAD in the future I'd be delighted. -- Sent from: http://forum.openscad.org/
T
Troberg
Thu, May 2, 2019 5:49 AM

Could be useful.

I have a similar issue, but opposite. I need to do projections along other
planes than the XY-plane. The reason is that I have a lot of older designs
which I want to divide into pieces suitable for laser cutting, and the way
the old code is structured, it's awkward. Doable (a few rotations and
translations, projection, then move the original object back again), but not
neat. It would be neat to have that encapsulated in neat modules.

--
Sent from: http://forum.openscad.org/

Could be useful. I have a similar issue, but opposite. I need to do projections along other planes than the XY-plane. The reason is that I have a lot of older designs which I want to divide into pieces suitable for laser cutting, and the way the old code is structured, it's awkward. Doable (a few rotations and translations, projection, then move the original object back again), but not neat. It would be neat to have that encapsulated in neat modules. -- Sent from: http://forum.openscad.org/