Skip to content
Discussion options

You must be logged in to vote

Hi,

By writing a simple example illustrating our use case, I ended up finding the bug on our side.

When calling connector_axis_controller.set_counterbore_for_start_side, we were setting the depth to 0, so it's like no counterbore. But it seems that when you open the counterbore config menu in this situation, it puts the angle of the cone back to 45°.
So, the solution was simply to set the depth so that the angle is 45° from the beginning.

Here's the short example, to illustrate what was going on:

import cadwork
import connector_axis_controller as ca
import element_controller as ec

plate_thickness = 15.875
plate_width = 50
plate_length = 50

drilling_diameter = 9
counterbore_diameter = 19

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Brunner246
Comment options

Answer selected by pierreBodineau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants