| Line 7... |
Line 7... |
| 7 |
MLAB_grid_xoffset = 7.36; |
7 |
MLAB_grid_xoffset = 7.36; |
| 8 |
MLAB_grid_yoffset = 5.61; |
8 |
MLAB_grid_yoffset = 5.61; |
| 9 |
MLAB_grid = 10.16; |
9 |
MLAB_grid = 10.16; |
| 10 |
|
10 |
|
| 11 |
ODROID_holes_offset = 5.25; |
11 |
ODROID_holes_offset = 5.25; |
| 12 |
ODROID_holes_ydistance = 82; |
- |
|
| 13 |
ODROID_holes_xdistance = 86; |
12 |
ODROID_holes_xdistance = 86; |
| - |
|
13 |
ODROID_holes_ydistance = 82; |
| 14 |
|
14 |
|
| 15 |
difference () { |
15 |
difference () { |
| 16 |
cube([96,92.5,pedestal_height]); // base plastics brick |
16 |
cube([96,92.5,pedestal_height]); // base plastics brick |
| 17 |
|
17 |
|
| 18 |
//mount holes for ODROID 86x82mm |
18 |
//mount holes for ODROID 86x82mm |
| Line 38... |
Line 38... |
| 38 |
cylinder (h = pedestal_height, r= mount_hole/2, $fn=10); |
38 |
cylinder (h = pedestal_height, r= mount_hole/2, $fn=10); |
| 39 |
|
39 |
|
| 40 |
///////////////////////////////////////// |
40 |
///////////////////////////////////////// |
| 41 |
// holes for components at the bottom side of the PCB. |
41 |
// holes for components at the bottom side of the PCB. |
| 42 |
|
42 |
|
| 43 |
translate ([15.5, 83.1 , pedestal_height - 1.7]) // IO connector |
43 |
translate ([15.5, 84 , pedestal_height - 3]) // IO connector |
| 44 |
cube([64, 5, 5]); |
44 |
cube([64, 6, 5]); |
| 45 |
|
45 |
|
| 46 |
translate ([3, 9, pedestal_height - 3.5]) // USB connector |
46 |
translate ([3, 9, pedestal_height - 3.5]) // USB connector |
| 47 |
cube([18,31,5]); |
47 |
cube([18,33,5]); |
| 48 |
|
48 |
|
| 49 |
|
49 |
|
| 50 |
translate ([9, 1.1 , pedestal_height - 3.5]) // HOLE for ODROD's USB and Ethernet connectors |
50 |
translate ([9, 1.1 , pedestal_height - 3.5]) // HOLE for ODROD's USB and Ethernet connectors |
| 51 |
cube([73,27,5]); |
51 |
cube([73,27,5]); |
| 52 |
|
52 |
|
| 53 |
translate ([66, 0 , pedestal_height - 3.5]) // HOLE for ODROD's Passive components |
53 |
translate ([66, 0 , pedestal_height - 3.5]) // HOLE for ODROD's Passive components |
| 54 |
cube([20,79,5]); |
54 |
cube([20,79,5]); |
| 55 |
|
55 |
|
| 56 |
translate ([0, 52 , pedestal_height - 3.5]) // Jack connectors |
56 |
translate ([0, 54 , pedestal_height - 3]) // Jack connectors |
| 57 |
cube([30,20,5]); |
57 |
cube([30,28.5,5]); |
| 58 |
|
58 |
|
| 59 |
|
59 |
|
| 60 |
translate ([22, 43 , pedestal_height - 3.5]) // eMMc Card |
60 |
translate ([22, 43 , pedestal_height - 3.5]) // eMMc Card |
| 61 |
cube([27,18,5]); |
61 |
cube([27,18,5]); |
| 62 |
|
62 |
|