chiark / gitweb /
velux-window-grip: attach seems good now, do a combine
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 5 May 2014 15:32:46 +0000 (16:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 5 May 2014 15:32:46 +0000 (16:32 +0100)
velux-window-grip.scad

index 3835074b54c5a31d4619f94ff98ae6587c633a82..e61dcf7a6eb6664240ce43fd44b1291abae74653 100644 (file)
@@ -22,7 +22,7 @@ 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;
@@ -133,5 +133,4 @@ module Combine(){
     Attach();
 }
 
-Attach();
-//Combine();
+Combine();