From: Ian Jackson Date: Mon, 5 May 2014 14:33:09 +0000 (+0100) Subject: velux-window-grip: wip combine X-Git-Tag: filamentspool-v2-release~394 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a8b69fc14ef01c68aa8251332aa1fc338c1ca627;p=reprap-play.git velux-window-grip: wip combine --- 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();