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

Minor Patch to fix bearing diameter #61

Open
wants to merge 1 commit into
base: MK3
Choose a base branch
from

Conversation

EasyAsABC123
Copy link

  • corrected spelling of length
  • updated vertical_bearing_holes to use bearing_diameter on line 70

* corrected spelling of length
* updated `vertical_bearing_holes` to use bearing_diameter on line 70
Copy link
Author

@EasyAsABC123 EasyAsABC123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed as what was intended.

@@ -67,7 +67,7 @@ module vertical_bearing_base(){
}

module vertical_bearing_holes(){
translate(v=[0,0,-1]) poly_cylinder(h = 62, r=(14.80/2));
translate(v=[0,0,-1]) poly_cylinder(h = 62, r=((bearing_diameter-0.15)/2));
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the important part of this change

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

Successfully merging this pull request may close these issues.

1 participant