chiark / gitweb /
velux-window-grip: wip
[reprap-play.git] / velux-window-grip.scad
index 672a42f144f7d8b4cdd02d00f594cd83ff12ef9f..33c2e1ef744d52702850be964535e6bbbd218a95 100644 (file)
@@ -8,7 +8,7 @@ main_in_dia = 28.9 + 0.5;
 horn_ext_dia = 20 - 0.5; //?
 
 horn_c_x = -5; //?
-horn_c_dy= -5; //?
+horn_c_dy= -4; //?
 
 blhook_start_ang = 45;
 
@@ -41,7 +41,13 @@ module MainLoop(){
     intersection(){
     difference(){
       circle(horn_ext_dia/2);
-      circle(horn_ext_dia/2 - horn_thick);
+      intersection(){
+       circle(horn_ext_dia/2 - horn_thick);
+       polygon([[-50,-50],
+                [-50,-horn_c_dy],
+                [50,-horn_c_dy],
+                [50,-50]]);
+      }
     }
     polygon([[0,0],
              [-50,0],