9,6 → 9,7 |
|
// aquarium pad |
|
module bottom () { |
difference () { |
intersection() { |
union(){ // bottom part with rim/fixing pin |
53,16 → 54,11 |
translate ([ 0, 0, -11]) |
cube([30, 30, 1], center = true); |
} |
} |
|
|
|
//translate ([0, 0, thickness]) // separate two parts |
|
/*rotate([180,0,0]) // hole for top part mounting nut |
|
|
//Top part |
|
module top () { |
union () { |
|
wall_thickness = 3; |
111,5 → 107,11 |
|
|
} |
} |
|
//translate ([0, 0, thickness]) // separate two parts |
|
//bottom (); |
|
rotate([180,0,0]) // hole for top part mounting nut |
top (); |