From 40c1b5e05ab60aa53ef1ce04c5736f75221534a3 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Tue, 3 Jan 2017 12:59:27 +0100 Subject: [PATCH] ikea kitchen bar - fixes --- ikea-kitchen-bar.scad | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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); } -- 2.43.0