From 5bee28596c83e253ddf2dd94ab771bda694d7f50 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 Jun 2014 12:06:58 +0100 Subject: [PATCH] topeak-seatstay-lock: roof/skirt: prototype --- topeak-seatstay-lock.scad | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/topeak-seatstay-lock.scad b/topeak-seatstay-lock.scad index 027b3c7..66c00d4 100644 --- a/topeak-seatstay-lock.scad +++ b/topeak-seatstay-lock.scad @@ -73,6 +73,15 @@ module Body(){ Holes(); } } + linear_extrude(height=2.5){ + difference(){ + hull(){ + BodyPlan(); + translate([0,-7,0]) BodyPlan(); + } + Holes(); + } + } } } -- 2.30.2