chiark / gitweb /
velux-window-grip: wip combine
[reprap-play.git] / velux-window-grip.scad
index 63fe3ea43ba93080df5ce3212c994ccbf5c085ef..3835074b54c5a31d4619f94ff98ae6587c633a82 100644 (file)
@@ -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();