y-bearing with zip ties and wire chain attachment tab

This commit is contained in:
Ward Wouts 2014-01-27 21:12:51 +01:00
parent f70a6d0d95
commit 361a7d8a7f
4 changed files with 23638 additions and 0 deletions

View file

@ -0,0 +1,5 @@
a combination of
http://www.thingiverse.com/thing:21433
and
http://www.thingiverse.com/thing:28051

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,25 @@
include <../../MCAD.git/boxes.scad>;
FN=80*1;
translate([0,0,9.5]){
import("Bearing_fixed_zip.stl");
}
difference(){
translate([-32,(47/2)+5,2.5]){
roundedBox([13.5, 47, 5], 5, true);
}
translate([-32,47,-3]){
cylinder(h=12, r=1.7, $fn=FN);
}
translate([-32,47-8,-3]){
cylinder(h=12, r=1.7, $fn=FN);
}
}
// 42+8 = 50
// 58.2
// 11.5 - 3.4 = 8.1
//2.8

File diff suppressed because it is too large Load diff