Skip to content

Minor Patch to fix bearing diameter - #61

Open
EasyAsABC123 wants to merge 1 commit into
prusa3d:MK3from
EasyAsABC123:patch-1
Open

Minor Patch to fix bearing diameter#61
EasyAsABC123 wants to merge 1 commit into
prusa3d:MK3from
EasyAsABC123:patch-1

Conversation

@EasyAsABC123

Copy link
Copy Markdown
  • 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

@EasyAsABC123 EasyAsABC123 left a comment

Copy link
Copy Markdown
Author

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.


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
Copy Markdown
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