Skip to content
New issue

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

Error in component bearing post dia #16

Open
Bazmundi opened this issue Dec 17, 2023 · 0 comments
Open

Error in component bearing post dia #16

Bazmundi opened this issue Dec 17, 2023 · 0 comments

Comments

@Bazmundi
Copy link

component_bearing_idia is never used. Line 95 seems to be the problem.

WAS

 94           cylinder( d=component_bearing_odia+4,h=base_innerloop_thk+7.8-component_bearing_height,$fn=64 );
 95           cylinder( d=component_bearing_odia-2*tolerance,h=base_innerloop_thk+6.6,$fn=128 );

IS

 94           cylinder( d=component_bearing_odia+4,h=base_innerloop_thk+7.8-component_bearing_height,$fn=64 );
 95           cylinder( d=component_bearing_idia-2*tolerance,h=base_innerloop_thk+6.6,$fn=128 );

A little poking around and my find validates https://github.com/UnexpectedMaker/manual_pnp_turntable/pull/11/files per rglory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant