fine tune nut holes in laser holder

This commit is contained in:
Marc 2017-06-29 13:20:13 +02:00
parent 2d962eaa16
commit b9ff89d516
1 changed files with 2 additions and 2 deletions

View File

@ -20,11 +20,11 @@ module pad(l,h,z) {
module screw_hole(y,z) {
translate(v=[-9,y,z])
rotate(a=90, v=[0,1,0]){
cylinder(h=4, d=1.8*3.2, $fn=6);
cylinder(h=2.5, d=1.8*3.2, $fn=6);
}
translate(v=[-20,y,z]){
rotate(a=90, v=[0,1,0]){
#cylinder(h=30, d=3.2,$fn=10);
cylinder(h=30, d=3.2,$fn=10);
}
}
}