add nema17 holder plate

This commit is contained in:
Marc Poulhiès 2017-06-19 08:12:55 +02:00
parent 4b3b1483e6
commit 22b14d9475
2 changed files with 3619 additions and 0 deletions

View File

@ -0,0 +1,33 @@
rad = 31;
dx = rad/2;
hole_sz=3.2;
shaft_sz=7;
full_h = 3;
difference() {
linear_extrude(height = full_h, center = false, convexity = 10, twist = 0, slices = 20, scale = 1.0) {square([42.3,42.3],true);}
translate([0,0,-1]){
translate([dx,dx,0]){
linear_extrude(height = full_h+2, center = false, convexity = 10, twist = 0, slices = 20, scale = 1.0) {circle(d=hole_sz, $fn=20);}
}
translate([dx,-dx,0]){
linear_extrude(height = full_h+2, center = false, convexity = 10, twist = 0, slices = 20, scale = 1.0) {circle(d=hole_sz, $fn=20);}
}
translate([-dx,dx,0]){
linear_extrude(height = full_h+2, center = false, convexity = 10, twist = 0, slices = 20, scale = 1.0) {circle(d=hole_sz, $fn=20);}
}
translate([-dx,-dx,0]){
linear_extrude(height = full_h+2, center = false, convexity = 10, twist = 0, slices = 20, scale = 1.0) {circle(d=hole_sz, $fn=20);}
}
linear_extrude(height = full_h+2, center = false, convexity = 10, twist = 0, slices = 20, scale = 1.0) {circle(d=shaft_sz, $fn=20);};
}
translate([0,0,full_h-2]){
linear_extrude(height = full_h, center = false, convexity = 10, twist = 0, slices = 20, scale = 1.0) {circle(d=25, $fn=20);};
}
}

3586
3d_models/nema17braket.stl Normal file

File diff suppressed because it is too large Load Diff