y-bearing with zip ties and wire chain attachment tab
This commit is contained in:
parent
f70a6d0d95
commit
361a7d8a7f
4 changed files with 23638 additions and 0 deletions
5
y-carriage-with-wire-chain-tab/00readme
Normal file
5
y-carriage-with-wire-chain-tab/00readme
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
a combination of
|
||||
http://www.thingiverse.com/thing:21433
|
||||
and
|
||||
http://www.thingiverse.com/thing:28051
|
||||
|
||||
9746
y-carriage-with-wire-chain-tab/Bearing_fixed_zip.stl
Normal file
9746
y-carriage-with-wire-chain-tab/Bearing_fixed_zip.stl
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
13862
y-carriage-with-wire-chain-tab/y-carriage-with-wire-chain-tab.stl
Normal file
13862
y-carriage-with-wire-chain-tab/y-carriage-with-wire-chain-tab.stl
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue