Marius Kintel
Marius Kintel
Sounds good, let’s leave this ticket open to track this. Btw., building from source using the above script should be fully automatic as well, and any problems with it are...
Btw., this also breaks our CI, so it's pretty high priority to fix. I just keep hoping someone will pick up the Homebrew issue so I don't have to do...
Workaround: ``` curl -o qscintilla2.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/da59bcdf7f1dadf70e30240394ddc0bd6014affe/Formula/q/qscintilla2.rb brew unlink qscintilla2 brew install qscintilla2.rb ```
I think the PDF checks are false positives - it's probably due to the conversion from PDF to PNG for comparison (ghostscript updated in Homebrew; I get the same error...
Option 1 (dependencies via homebrew) is temporarily a bit annoying since Homebrew upgraded qscintilla to Qt6 without making a Qt5 version available. You could try this: ``` brew uninstall --force...
We may want to downscope this to support whatever is possible without changing the OpenSCAD language, as that would be a much easier feature to add.
As it's possible to open multiple windows, are you sure that your fix doesn't just close the current window instead of quitting the application?
One benefit I can think of is that if we know the shear in advance, we can tessellate slightly better.
I guess the purpose here is to allow old importers to read output of new files. However, this is a bit dangerous, as old importers may now misinterpret the files,...
My concern is this: `linear_extrude(v=[3 ,2 ,5])` Is written to .csg as `linear_extrude(height = 6.16441, v = [ 0.486664, 0.324443, 0.811107], $fn = 0, $fa = 12, $fs = 2)`...