/Designs/Measuring_instruments/RMDS02D/CAD/terarium_pad_fixing_part.amf
File deleted
/Designs/Measuring_instruments/RMDS02D/CAD/terarium_pad.amf
File deleted
/Designs/Measuring_instruments/RMDS02D/CAD/src/slic3r_config.ini
File deleted
/Designs/Measuring_instruments/RMDS02D/CAD/src/terarium_pad.scad
3,7 → 3,7
thickness = 10; // thickness of the pad bellow aquarium. hairs lenght is 12mm.
rim_height = 7; // height of upper rim for fixing the aquarium in position.
 
mount_hole = 3.6;
mount_hole = 3.5;
clear = 0.175;
 
 
20,31 → 20,27
};
 
rotate([0,0,45])
cube([x_size, y_size ,4*thickness], center = true); // cut out half of top tip
cube([x_size, y_size ,4*thickness], center = true);
}
cylinder (h = thickness + rim_height, r= mount_hole, $fn=20); // hole for screw head
cylinder (h = thickness + rim_height, r= mount_hole, $fn=20); // hole for screw head
translate ([0, 0, -thickness]) // hole for the screw
cylinder (h = thickness + rim_height, r= mount_hole/2, $fn=10);
rotate([0,0,-45]) // hole for top part mounting nut
translate ([ 0, -x_size/3, thickness/3])
cube([6, 3, thickness], center = true);
cube([5.5, 2.5, thickness], center = true);
 
rotate([90,0,-45]) // hole for top part mounting screw.
translate ([ 0, 1.8, 0])
translate ([ 0, thickness/4, 0])
cylinder (h = thickness + rim_height, r= mount_hole/2, $fn=10);
 
}
 
 
/*
 
translate ([0, 0, 3*thickness]) // separate two parts
 
rotate([180,0,0]) // hole for top part mounting nut
 
 
//Top part
 
difference () {