We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I now receive this error after the latest commit:
IMPORTING FROM ../src/trackball_socket_body_34mm
IMPORTING FROM ../src/trackball_sensor_mount
IMPORTING FROM ../src/trackball_socket_cutter_34mm
IMPORTING FROM ../src/trackball_sensor_cutter
Traceback (most recent call last):
File "/app/src/generate_configuration.py", line 365, in
run()
File "/app/src/dactyl_manuform.py", line 3625, in run
mod_r = model_side(side="right")
File "/app/src/dactyl_manuform.py", line 3519, in model_side
shape = union([shape, sensor])
File "/app/src/helpers_cadquery.py", line 56, in union
shape = shape.union(item)
File "/opt/conda/lib/python3.9/site-packages/cadquery/cq.py", line 3242, in union
r = r.clean()
File "/opt/conda/lib/python3.9/site-packages/cadquery/occ_impl/shapes.py", line 389, in clean
upgrader.Build()
OCP.Standard.Standard_Failure: Courbes non jointives
When I switch to solid it builds but when generating the stl from the SCAD file, OpenSCAD says that the mesh is not closed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I now receive this error after the latest commit:
IMPORTING FROM ../src/trackball_socket_body_34mm
IMPORTING FROM ../src/trackball_sensor_mount
IMPORTING FROM ../src/trackball_socket_cutter_34mm
IMPORTING FROM ../src/trackball_sensor_cutter
Traceback (most recent call last):
File "/app/src/generate_configuration.py", line 365, in
run()
File "/app/src/dactyl_manuform.py", line 3625, in run
mod_r = model_side(side="right")
File "/app/src/dactyl_manuform.py", line 3519, in model_side
shape = union([shape, sensor])
File "/app/src/helpers_cadquery.py", line 56, in union
shape = shape.union(item)
File "/opt/conda/lib/python3.9/site-packages/cadquery/cq.py", line 3242, in union
r = r.clean()
File "/opt/conda/lib/python3.9/site-packages/cadquery/occ_impl/shapes.py", line 389, in clean
upgrader.Build()
OCP.Standard.Standard_Failure: Courbes non jointives
When I switch to solid it builds but when generating the stl from the SCAD file, OpenSCAD says that the mesh is not closed.
The text was updated successfully, but these errors were encountered: