You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of this works now. Using an old release (CQ-editor compiled for Windows) the second code works as expected.
Error code
Traceback (most recent call last):
File "/testing/src/cutThruAll/C2.py", line 7, in <module>
result = (cq.Workplane("XY").sphere(sphere_r)
File "/cadquery/cadquery/cq.py", line 3105, in cutThruAll
faceRef = sel2.filter(faces)[0]
File "/cadquery/cadquery/selectors.py", line 103, in filter
return [min(objectList, key=dist)]
ValueError: min() arg is an empty sequence
The following code fails:
perturbaing one of the angles makes it work
The text was updated successfully, but these errors were encountered: