From 47ebb788b6286ff57f1b0b7f89d43df5167a6e4c Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Thu, 17 Dec 2020 15:36:47 +0100 Subject: [PATCH] Kitchen bar hook --- kitchen-bar-hook.scad | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kitchen-bar-hook.scad b/kitchen-bar-hook.scad index fd6220f..641b2bf 100644 --- a/kitchen-bar-hook.scad +++ b/kitchen-bar-hook.scad @@ -11,7 +11,7 @@ wall = 3.1; upper_overhang = 10.0 - wall; lower_overhang = 2.0; -body_h = 10; +body_h = 8; clip_front = 5; // stronger than wall for this object @@ -44,10 +44,10 @@ module clip(body_h) { translate([-bar_h/2-wall, 0, 0]) clip(body_h); -top_len = 50; -hook_y = 30; -hook_base_w = 10; -hook_xoff = 10; // from the top +top_len = 55; +hook_y = 40; +hook_base_w = 12; +hook_xoff = 15; // from the top hook_end_l = 2; translate([-eps, -bar_w-wall, 0]) -- 2.43.0