From: Jan "Yenya" Kasprzak Date: Thu, 17 Dec 2020 14:36:47 +0000 (+0100) Subject: Kitchen bar hook X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=things.git;a=commitdiff_plain;h=47ebb788b6286ff57f1b0b7f89d43df5167a6e4c Kitchen bar hook --- 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])