From: Ian Jackson Date: Fri, 25 Dec 2015 18:11:44 +0000 (+0000) Subject: pattress-boxes-3-cover: Peg, wip X-Git-Tag: filamentspool-v2-release~50 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=f8652a9ce0ef8039a107080a44d2d96f05b77a1e pattress-boxes-3-cover: Peg, wip --- 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();