Torsten Paul

Results 339 comments of Torsten Paul

See #1424 for a unfinished prototype.

I agree with @adrianVmariano, giving the parameter a reasonable name `pt`? `points`? and making it an error to specify both old and new one seems like a reasonable option that's...

This needs splitting out single topics that get some common support and have a chance to get implemented. I'll keep it open for the discussion, but it's not going to...

That would be possible, but it's also very limited. I think a more flexible approach would be along the lines of the experimental `textmetrics()` which returns structured information about font/text....

I depends on what you mean by "rendering time". Processing is done in multiple steps producing different tree data structures. Processing times could go into the tree nodes. Preview mode...

Nice, yes that should fix the build, I was just about to comment `_USE_MATH_DEFINES` is need for `cmath` to provide `M_PI`.

I'd suggest moving all the `` includes to the top. It still failes due to `degree_trig.h` importing `cmath` already without the `#define`.

Hmpf, not sure if https://github.com/mxe/mxe/pull/2660 means the default is Win10 now. We have to find out if there's a way around that.

Probably https://files.openscad.org/snapshots/Win7/

While I do agree in general, it's a bit annoying that this randomly broke with the MXE upgrade and maybe without strict need for that from OpenSCAD side. As the...