From f7540b054e5dbba57bdea03add99f130837115ac Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 5 May 2014 17:38:46 +0100 Subject: [PATCH] velux-window-grip: it broke, so make thicker: fix up so head stays put when we edit main_thick --- velux-window-grip.scad | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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(); -- 2.30.2