discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: Error while rendering; what's wrong?

TP
Torsten Paul
Fri, Jan 14, 2022 1:53 PM

On 14.01.22 14:43, gadgetChris via Discuss wrote:

results in an object starting at 0. you cannot rotate_extrude that.

More specifically "touching X = 0 with a single point".

You can:
rotate_extrude() square(10);

But not:
rotate_extrude() rotate(-45) square(10);

ciao,
Torsten.

On 14.01.22 14:43, gadgetChris via Discuss wrote: > results in an object starting at 0. you cannot rotate_extrude that. More specifically "touching X = 0 with a single point". You can: rotate_extrude() square(10); But not: rotate_extrude() rotate(-45) square(10); ciao, Torsten.