]> www.fi.muni.cz Git - things.git/commitdiff
ikea kitchen bar - fixes
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Tue, 3 Jan 2017 11:59:27 +0000 (12:59 +0100)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Tue, 3 Jan 2017 11:59:27 +0000 (12:59 +0100)
ikea-kitchen-bar.scad

index 5933d7bea6a63a8cabc7896f72944b378af9ad06..1bbb5368837086162aef0a3cd276e609f100a96b 100644 (file)
@@ -39,9 +39,11 @@ module clip() {
 
 // holder for the magnetic knife bar based on the above clip
 
-front_w = 6;
-screw_hole = 3;
-bolt_hole = 7;
+front_w = 9;
+screw_hole = 5;
+bolt_hole = 9;
+bolt_depth = 4;
+knifebar_w = 45; // for an alternative design
 
 difference() {
        union() {
@@ -55,7 +57,7 @@ difference() {
                rotate([-90, 0, 0])
                cylinder(r = screw_hole/2, h=infty, $fn = 6);
        // bolt hole
-       translate([0, front_w/2, body_h/2])
-               rotate([-90, 0, 0])
+       translate([0, bolt_depth, body_h/2])
+               rotate([90, 0, 0])
                cylinder(r = bolt_hole/2, h=infty, $fn = 6);
 }