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
ballcone used to ask for
layout.prop(ao,'ball_radius')
layout.prop(ao,'Cutter_diameter')
layout.label(text='Cutter diameter = shank diameter')
layout.prop(ao,'ball_cone_flute')
the angle was calculated from those values.
we would like the UI to have a radio button to select either angle or cutter length and do the appropriate calculation for angle if it is not given
The text was updated successfully, but these errors were encountered:
ballcone used to ask for
layout.prop(ao,'ball_radius')
layout.prop(ao,'Cutter_diameter')
layout.label(text='Cutter diameter = shank diameter')
layout.prop(ao,'ball_cone_flute')
the angle was calculated from those values.
we would like the UI to have a radio button to select either angle or cutter length and do the appropriate calculation for angle if it is not given
The text was updated successfully, but these errors were encountered: