From 930287d3e5bc9d2e7b77381fa9caf41cd4ddc05a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 5 May 2014 16:32:46 +0100 Subject: [PATCH] velux-window-grip: attach seems good now, do a combine --- velux-window-grip.scad | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/velux-window-grip.scad b/velux-window-grip.scad index 3835074..e61dcf7 100644 --- a/velux-window-grip.scad +++ b/velux-window-grip.scad @@ -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(); -- 2.30.2