From: Jan "Yenya" Kasprzak Date: Tue, 3 Jan 2017 11:59:27 +0000 (+0100) Subject: ikea kitchen bar - fixes X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=40c1b5e05ab60aa53ef1ce04c5736f75221534a3;p=things.git ikea kitchen bar - fixes --- diff --git a/ikea-kitchen-bar.scad b/ikea-kitchen-bar.scad index 5933d7b..1bbb536 100644 --- a/ikea-kitchen-bar.scad +++ b/ikea-kitchen-bar.scad @@ -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); }