Koen Schmeets
Koen Schmeets
I am not doing CEP development anymore since a year or 2, but I remember this being useful for me, so I'd say that yes, this was & probably is...
These algorithms do not create G02 codes, only "points" which we turn into lines / linear moves. You can change the sampling parameters to get more detailed curves, and potentially...
There is still some work to do on this. I am working on it in my free time sporadically, might take a while ;)
I am having issues with the Windows version, using boost python precompiled from boost.org. See: https://github.com/aewallin/opencamlib/actions/runs/6157111279/job/16707179864 It seems to be linking to dll's that are later not found anymore. I...
Yes, I pushed it is on PIP with version dev53 (pip install --force-reinstall -i https://test.pypi.org/simple/ solvespace==3.1.0.dev53) I experimented some more with this branch, and tried to integrate it back into...
You probably didn't install the correct version of the solvespace package? I have been publishing different kinds of bindings under the solvespace name. The Pybind11 bindings got abandoned, but the...
Oops, looks like I was actually using an old fork, will rebase...
Fun fact, the angle issue is back after rebasing, so it might make sense to add a failing test case and git bisect to see where it got introduced =)
Thanks for the suggestions, and yes, I will merge the python-solvespace bindings once I am confident that they are working well, so basically I want to make sure that the...
Note: to use the latest fixes, you have to install the pre-release of the solvespace python package: ``` /path/to/blender/python -m pip install -i https://test.pypi.org/simple/ solvespace==3.1.0.dev43 --force-reinstall ```