Torsten Paul

Results 338 comments of Torsten Paul

Please provide details as schown in [FAQ#How_do_I_report_bugs?](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/FAQ#How_do_I_report_bugs?) and following sections.

Note there's already a backup file created when rendering an unsaved file. See [FAQ entry](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/FAQ#OpenSCAD_crashed/was_killed,_are_my_unsaved_changes_lost?).

Oh, I have not seen this type of extreme result, but it seems to be fixed with the alignment changes that came with #3684. With the nightly build it looks...

Don't worry about the MXE build errors, I'm working on upgrading the docker images to latest MXE (+ CGAL 5.3) and that directly affects all CI builds.

Yes, good point. I'd suggest to discuss the design/ideas first before directly implementing things.

I'm not sure the "comment lines" is a good strategy. That could make things even harder if there's for example multiple assignments on one line. It might be better to...

Is that on a HIDPI screen, e.g. 4K or similar?

Very nice! If you want, you can convert the pull request to Draft mode while it's not ready. The formatting is handled by the script `scripts/beautify.sh` using the tool `uncrustify`....

Cool, thank you :tada:. Just a quick remark upfront about the `earcut.hpp` file... while it would be nicer to use one of the existing methods (CGAL, libtess2) I'm not too...