chiark / gitweb /
velux-window-grip: it broke, so make thicker: fix up so blhook_in_rad is the constant...
[reprap-play.git] / velux-window-grip.scad
index 3835074b54c5a31d4619f94ff98ae6587c633a82..330ac641f6d498b311111baf68266b34f586d57f 100644 (file)
@@ -13,16 +13,15 @@ horn_c_x = -4.6;
 horn_c_dy= -4;
 
 blhook_start_ang = 45;
-
+blhook_in_rad = 1.85;
 blhook_str_len = 2.9;
-blhook_mid_rad = 3.5;
 
 width = 20;
 
 // Attach
 
 at_bolt_into = 13.0 + 0.5;
-at_tube_dia = 12.2 + 0.5;
+at_tube_dia = 16.7 + 0.5;
 at_prong_minw = 4;
 at_rear_thick = 4.5;
 at_bolt_dia = 5 + 0.5;
@@ -35,6 +34,7 @@ at_gap_width = at_tube_dia * 0.75;
 
 // computed
 
+blhook_mid_rad = blhook_in_rad + main_thick/2;
 mc_mid_rad = main_in_dia/2 + main_thick/2;
 
 mc_bl = circle_point([0,0], mc_mid_rad, 270-blhook_start_ang);
@@ -133,5 +133,4 @@ module Combine(){
     Attach();
 }
 
-Attach();
-//Combine();
+Combine();