discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Is it possible to make a linear extrude in the direction of Y-axis?

A
adrian
Wed, Jan 25, 2017 4:41 PM

eZe wrote

Yep this is exactly i was trying, i was thinking if it is possible to make
a extrude cut in Y direction.

No, linear_extrude only takes a 2D object and extrudes it positively along
the z-axis. if you want it to move or reorient, you have to do it yourself.
If you find your constantly doing this, write a module to encapsulate the
repeating code.

eZe wrote

And I did subscribe to email i got the confirmation too.

Strange, try again as this forum states that your msg is not sent to the
mailing list.

--
View this message in context: http://forum.openscad.org/Is-it-possible-to-make-a-linear-extrude-in-the-direction-of-Y-axis-tp20221p20229.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

eZe wrote > Yep this is exactly i was trying, i was thinking if it is possible to make > a extrude cut in Y direction. No, linear_extrude only takes a 2D object and extrudes it positively along the z-axis. if you want it to move or reorient, you have to do it yourself. If you find your constantly doing this, write a module to encapsulate the repeating code. eZe wrote > And I did subscribe to email i got the confirmation too. Strange, try again as this forum states that your msg is not sent to the mailing list. -- View this message in context: http://forum.openscad.org/Is-it-possible-to-make-a-linear-extrude-in-the-direction-of-Y-axis-tp20221p20229.html Sent from the OpenSCAD mailing list archive at Nabble.com.