From c0cead690301118a508be4d1628d60065b2fb773 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 25 Dec 2015 17:56:36 +0000 Subject: [PATCH] pattress-boxes-3-cover: LidSide, top --- pattress-boxes-3-cover.scad | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pattress-boxes-3-cover.scad b/pattress-boxes-3-cover.scad index a782b2d..e3a3369 100644 --- a/pattress-boxes-3-cover.scad +++ b/pattress-boxes-3-cover.scad @@ -50,15 +50,22 @@ module LidSideProfile(){ module LidSide(){ overlap = [0.1, 0.1, 0.1]; + // main side profile rotate([90,0,0]) linear_extrude(height= lid_side_wall) LidSideProfile(); + // rail translate(-overlap) cube(overlap + [total_len, lid_rail_w, lid_rail_h]); + // lid front translate([-0.1, -0.1, -lid_front_wall]) cube([total_len+0.1, lid_inner_w/2 + 0.2, lid_front_wall]); + + // lid top + translate([-lid_top_wall, -lid_side_wall, -lid_front_wall]) + cube([lid_top_wall, lid_inner_w/2 + 10, lid_front_wall + lid_inner_max_h]); } LidSide(); -- 2.30.2