AU
AU
Thanks for pointing this out - need to improve assy support in CQ-editor. For now you'll need to export from code I'm afraid.
Simply adding bounds for `da` results in some failed tests for me. Likely more fundamental work will be needed.
Here is how you can make it work:  ```python import cadquery as cq from math import sin, cos, tan, pi # Parameters d = 10 p = 1.50 da...
Looks like the issue occur in the offset generation part. Do you get a correct surface without the offset?
Thanks for checking @lorenzncode !
Yes, the issues is about CQ-editor UI supporting it.
I don't have access to mac and never was able to set up CI for CQ-editor to test on macOS with an OpenGL context so YMMV. Maybe @jmwright has some...
Good to hear, do you understand why it worked / what was the actual root cause?
Thanks, not much I can do. Do you know at which python code line this happens?
Are you able to produce a backtrace (with lldb/gdb) from the active thread?