]> www.fi.muni.cz Git - things.git/commitdiff
Kitchen bar hook
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Thu, 17 Dec 2020 14:36:47 +0000 (15:36 +0100)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Thu, 17 Dec 2020 14:36:47 +0000 (15:36 +0100)
kitchen-bar-hook.scad

index fd6220f1f5b94e7b87a39cf5ea4c741b0659067d..641b2bf77a24b2e90646ccf0beaa8551dc3cecca 100644 (file)
@@ -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])