Chris Cox

Results 16 comments of Chris Cox

I haven't been able to reproduce this on MacOS 12.1, Intel processor. I've tried removing permissions for OpenSCAD, installing new dev snapshots, and making new development builds. But I only...

OK, I now have 12.1 installed on my M1 machine, and still cannot reproduce it requesting permission for every preset. Where did you install/copy the OpenSCAD.app bundle to run it?

And I still cannot reproduce that. I suspect something is very wrong with the permissions or security settings on your system. Once you give an application access to a folder,...

The problem is: this only happens to small subset of users. There is something different about your systems, or where/how you copied the application.

I also have an M1 iMac (in addition to a few Intel systems), and no such problems. There is still something odd happening with a subset of systems and users.

Yep, looks like we have to use the context (right click) menu to copy text in the console. Pressing command-c, even after targeting and selecting text in the console, still...

The given script does not work, because RSin and RCos are not defined functions (looks like you need to set the code to an unformatted block). If you convert those...

Looks like your error is in the scale parameter to linear_extrude, resulting in infinitely thin lines at the top end of the extrusion, which results in a lot of degenerate...

In the dev build, SVG import supports $fn and friends, when it can.

SVG import support forr $fn is still in the develop builds, not released yet, so not very well documented. import("file.svg"); ==> import("file.svg", $fn=50); existing documentation is at https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/SVG_Import