Commit 837c6230 by Hubert

modified drill slides

1 parent 62353b7f
include<vars.scad>
module cornerdrills() {
translate([4.4,0.8,0]) {
translate([3.9,0.8,0]) {
cylinder(d=1.2,h=4, $fn=10);
}
translate([2.4,0.8,0]) {
hull() {
cylinder(d=0.6,h=50, $fn=10);
translate([2,0,0])
translate([1.5,0,0])
cylinder(d=0.6,h=50, $fn=10);
}
}
translate([0.8,2.4,0]) {
hull() {
cylinder(d=0.6,h=40, $fn=10);
translate([0,2,0]) cylinder(d=0.6,h=40, $fn=10);
translate([0,1.5,0]) cylinder(d=0.6,h=40, $fn=10);
}
}
translate([0.8,4.4,10]) {
translate([0.8,3.9,10]) {
cylinder(d=1.2,h=20, $fn=10);
}
}
module draindrills(x,y) {
......
......@@ -4,6 +4,8 @@ include<cuts.scad>
include<screws.scad>
include<pipes.scad>
locked = true;
translate([0,0,2]) euroboxlid(30,40);
translate([0,0,-7]) {
......@@ -16,7 +18,7 @@ translate([0,0,6.3]) {
eurobox(30,40,22,handle=true);
drills(30,40,22);
}
screws(30,40,22, locked=true);
screws(30,40,22, locked=locked);
pipes(22);
}
......@@ -25,6 +27,6 @@ translate([0,0,6.3+21.3/* +4 */]) {
eurobox(30,40,22,handle=true);
drills(30,40,22);
}
screws(30,40,22, locked=true);
screws(30,40,22, locked=locked);
pipes(22);
}
......@@ -66,7 +66,7 @@ module hinges(locked) {
}
module cornerscrews(z, locked) {
shift = locked ? 0 : 2;
shift = locked ? 0 : 1.5;
translate([2.4 + shift
, 0.8
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!