X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=velux-window-grip.scad;h=28e228e5face59da49aa36ca11eaa0d317b57137;hb=f7540b054e5dbba57bdea03add99f130837115ac;hp=330ac641f6d498b311111baf68266b34f586d57f;hpb=5118db53c26585949812e70f03c9a7756c32b347;p=reprap-play.git diff --git a/velux-window-grip.scad b/velux-window-grip.scad index 330ac64..28e228e 100644 --- a/velux-window-grip.scad +++ b/velux-window-grip.scad @@ -126,11 +126,13 @@ module Attach(){ } module Combine(){ - linear_extrude(height=width) - translate([0,at_offset_y,0]) - MainLoop(); - translate([0,0, width/2]) - Attach(); + translate([0,-main_thick/2,0]){ + linear_extrude(height=width) + translate([0,at_offset_y,0]) + MainLoop(); + translate([0,0, width/2]) + Attach(); + } } Combine();