Matti Eiden
Matti Eiden
@vadz I'm just a KiCAD end user so I have no idea what's happening under the hood but I applied the ugly workaround against wxGTK-3.0.5.1 on gentoo. It improved things...
@vadz Gentoo ecosystem is still stuck with 3.0.5, but I managed to grab 3.2.0 and compile KiCAD v6.0.7 against it. It seems I'm unable to reproduce the issue at all...
Yep. I'll think about it a bit more. Personally I'd like a paranoid ERC, but considering the performance implications maybe such oddly-specific checks should be opt-in, or at least opt-out.
On a Linux host you can get the image rolling with the following dockerfile ``` FROM cncjs/cncjs:v1.9.20 RUN apt-get update RUN apt-get install -y udev RUN ./node_modules/.bin/electron-rebuild -f -v 2.0.18...
Same outcome, installed with conda install -c cadquery -c conda-forge cq-editor=master install completes, but I don't get any output after typing `cq-editor`, it just exits after a second.
Gentoo here, sorry for not providing this information with my comment. $ conda activate $ python --version Python 3.9.5 $ uname -a Linux madpad 5.10.27-gentoo #2 SMP Thu May 20...
Same miniconda version. I tried with mamba instead and it works now fine, so I guess it's (mini)conda related somehow. Last time I installed it with miniconda it worked fine,...
Spotted this issue from a HN thread where users were desperately trying to dig out reasons to justify keep using OpenSCAD. Any idea if this issue exists on OpenCASCADE bug...
OCCT 7.6.0 has two commits that touch the circle offsetting algorithm. The latter one sounds promising. https://github.com/Open-Cascade-SAS/OCCT/commit/7e187d6b22e782161450fbf09c5c7563faaecc66 https://github.com/Open-Cascade-SAS/OCCT/commit/55b5d19bd8d1a1803be5d53055d03db50e5af64d Edit: Since afaik OCCT 7.6.0 is gonna land into CQ pretty soon...
I can work on this, however I'd like to see some discussion on how to handle it best. There are two separate things to consider: 1) Material. The default material...