From f8652a9ce0ef8039a107080a44d2d96f05b77a1e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 25 Dec 2015 18:11:44 +0000 Subject: [PATCH 1/1] pattress-boxes-3-cover: Peg, wip --- pattress-boxes-3-cover.scad | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pattress-boxes-3-cover.scad b/pattress-boxes-3-cover.scad index 5d116e6..d3f5b12 100644 --- a/pattress-boxes-3-cover.scad +++ b/pattress-boxes-3-cover.scad @@ -53,6 +53,8 @@ echo(lid_rail_w); peg_main_height = peg_straight_len + (peg_max_dia - peg_main_dia)/2/peg_slope; +echo(peg_main_height); + module LidSideProfile(){ polygon([[-lid_top_wall, lid_inner_max_h], [lid_inner_kink[0], lid_inner_max_h], @@ -94,5 +96,12 @@ module PegProfile(){ [-peg_engage_depth, (peg_inner_dia + peg_inner_slop)/2]]); } +module Peg(){ + rotate_extrude($fn=50) + rotate([0,0,-90]) + PegProfile(); +} + //LidSide(); -PegProfile(); +//PegProfile(); +Peg(); -- 2.30.2