4387 |
kaklik |
1 |
$fn=50; |
|
|
2 |
|
|
|
3 |
use <./../../../../../Library/Graphics/MLAB_logo.scad> |
|
|
4 |
|
|
|
5 |
module short_logo(){ |
|
|
6 |
color("white") |
|
|
7 |
minkowski() |
|
|
8 |
{ |
|
|
9 |
cube([50,25,2]); |
|
|
10 |
cylinder(r=2,h=1); |
|
|
11 |
} |
|
|
12 |
|
|
|
13 |
color("black") |
|
|
14 |
union (){ |
|
|
15 |
translate ([25, 12.5, 3]) // ODROIDs passive components hole. |
|
|
16 |
scale(v = [0.25, 0.25, 0.25]) |
|
|
17 |
MLAB_logo_short(); |
|
|
18 |
} |
|
|
19 |
} |
|
|
20 |
|
|
|
21 |
module long_logo(){ |
|
|
22 |
color("white") |
|
|
23 |
minkowski() |
|
|
24 |
{ |
|
|
25 |
cube([100,25,2]); |
|
|
26 |
cylinder(r=2,h=1); |
|
|
27 |
} |
|
|
28 |
|
|
|
29 |
color("black") |
|
|
30 |
union (){ |
|
|
31 |
translate ([50, 12.5, 1]) // ODROIDs passive components hole. |
|
|
32 |
scale(v = [0.75, 0.75, 0.75]) |
|
|
33 |
MLAB_logo_long(); |
|
|
34 |
} |
|
|
35 |
} |
|
|
36 |
|
|
|
37 |
module short_logo(){ |
|
|
38 |
color("white") |
|
|
39 |
minkowski() |
|
|
40 |
{ |
|
|
41 |
cube([50,25,2]); |
|
|
42 |
cylinder(r=2,h=1); |
|
|
43 |
} |
|
|
44 |
|
|
|
45 |
color("black") |
|
|
46 |
union (){ |
|
|
47 |
translate ([25, 12.5, 3]) // ODROIDs passive components hole. |
|
|
48 |
scale(v = [0.25, 0.25, 0.25]) |
|
|
49 |
MLAB_logo_short(); |
|
|
50 |
} |
|
|
51 |
} |
|
|
52 |
|
|
|
53 |
//short_logo(); |
|
|
54 |
long_logo(); |
|
|
55 |
|
|
|
56 |
//text("IRRAD01A"); |