From a8b69fc14ef01c68aa8251332aa1fc338c1ca627 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 5 May 2014 15:33:09 +0100 Subject: [PATCH] velux-window-grip: wip combine --- velux-window-grip.scad | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/velux-window-grip.scad b/velux-window-grip.scad index 63fe3ea..3835074 100644 --- a/velux-window-grip.scad +++ b/velux-window-grip.scad @@ -125,5 +125,13 @@ module Attach(){ } } -Attach(); +module Combine(){ + linear_extrude(height=width) + translate([0,at_offset_y,0]) + MainLoop(); + translate([0,0, width/2]) + Attach(); +} +Attach(); +//Combine(); -- 2.30.2