-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathminilineas_l.scad
36 lines (32 loc) · 971 Bytes
/
minilineas_l.scad
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
$fn=120;
difference(){
union(){
translate([-12.5,0,0])cube([25,47,2.5]);
translate([-2.5,0,0])cube([5,15,8]);
translate([-2.25,15,0])cube([4.5,18,8]);
translate([-21.5,-5.5,0])cube([43,18.25,2.5]);
translate([12.5,0,0])cube([4.5,10,8]);
translate([-17,0,0])cube([4.5,10,8]);
}
translate([0,7.5,0])cylinder(d=2.8,h=15);
//translate([0,7.5,0])cylinder(d1=6,d2=3,h=3);
translate([0,24,0])cylinder(d=2.8,h=15);
//translate([0,24,0])cylinder(d1=6,d2=3.2,h=3);
translate([18.5,3.5,0])cylinder(d=3,h=15);
translate([-18.5,3.5,0])cylinder(d=3,h=15);
translate([14.75,5,0])cylinder(d=2.33,h=15);
translate([-14.75,5,0])cylinder(d=2.33,h=15);
translate([0,40,0])cylinder(d=6,h=15);
}
translate([7.5,0,2.5])
difference(){
translate([-5,0,0])cube([10,15,6]);
translate([0,0,6])rotate([-90,0,0])
cylinder(d=12,h=31,center=true);
}
translate([-7.5,0,2.5])
difference(){
translate([-5,0,0])cube([10,15,6]);
translate([0,0,6])rotate([-90,0,0])
cylinder(d=12,h=31,center=true);
}