Line 6... |
Line 6... |
6 |
|
6 |
|
7 |
|
7 |
|
8 |
difference () { |
8 |
difference () { |
9 |
cube([50.292,70.612,pedestal_height]); |
9 |
cube([50.292,70.612,pedestal_height]); |
10 |
|
10 |
|
11 |
translate ([1, 1,2.5]) |
11 |
translate ([1, 2, 2.5]) |
12 |
difference(){ |
12 |
difference(){ |
13 |
cube([48.292,68.612,pedestal_height]); |
13 |
cube([47.292,66.612,pedestal_height]); |
14 |
|
14 |
|
15 |
cube([8,8,pedestal_height]); |
15 |
cube([8,8,pedestal_height]); |
16 |
|
16 |
|
17 |
translate ([48.292 - 8, 0, 0]) |
17 |
translate ([47.292 - 8, 0, 0]) |
18 |
cube([8,8,pedestal_height]); |
18 |
cube([8,8,pedestal_height]); |
19 |
|
19 |
|
20 |
translate ([48.292 - 8, 68.612 - 8, 0]) |
20 |
translate ([47.292 - 8, 66.612 - 8, 0]) |
21 |
cube([8,8,pedestal_height]); |
21 |
cube([8,8,pedestal_height]); |
22 |
|
22 |
|
23 |
translate ([0, 68.612 - 8, 0]) |
23 |
translate ([0, 66.612 - 8, 0]) |
24 |
cube([8,8,pedestal_height]); |
24 |
cube([8,8,pedestal_height]); |
25 |
|
25 |
|
26 |
//insulating wall |
26 |
//insulating wall |
27 |
translate ([20, 0, 0]) |
27 |
translate ([20, 0, 0]) |
28 |
cube([1,70,pedestal_height]); |
28 |
cube([1,70,pedestal_height]); |