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

Drive pulley M3 hole #17

Open
jmgiacalone opened this issue Mar 2, 2011 · 0 comments
Open

Drive pulley M3 hole #17

jmgiacalone opened this issue Mar 2, 2011 · 0 comments

Comments

@jmgiacalone
Copy link

The drive pulley M3 grub screw hole consists of a cylinder and cube. Where these transition there is a step. The following code gets rid of the step:

    //entrance
    translate([0,-3,15]) cube([5.8,7,3],center=true);
    //nut
    translate([0,0,13.6]) rotate([0,0,30])cylinder(r=5.8 / sqrt(3),h=2.8,$fn=6);
    //grub hole
    translate([0,0,9]) cylinder(r=3.3/2,h=10);
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