X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=shelf-label-holder.scad;h=8353d7e470f9fdc376a54e165210ac490895d303;hp=2fa8fadd681a23beaf6cf985d2d43d3ea0de5bb6;hb=6265c3f40931ce6df56d9b42a52a22342c93e65d;hpb=100761de91387aeba04b5d94ff6b5b54405058b9 diff --git a/shelf-label-holder.scad b/shelf-label-holder.scad index 2fa8fad..8353d7e 100644 --- a/shelf-label-holder.scad +++ b/shelf-label-holder.scad @@ -2,12 +2,17 @@ prong_nomdepth = 15; prong_curverad = 30; -prong_thick = 1.0; +prong_thick = 0.7; prong_maxdepth = 18; -nom_shelf = 14.54; +front_thick = 2.5; -interference = 0.5; +//nom_shelf = 14.54 + 0.5; +nom_shelf = 20.315 + 0.5; + +interference = 0.75; + +length = 60; // calculated @@ -44,5 +49,17 @@ module Elevation(){ } } +module Main(){ + linear_extrude(height=length) + Elevation(); +} + +module Print(){ + rotate([0,-90,0]) + Main(); +} + //ProngElevationUnrotated(); -Elevation(); +//Elevation(); +Main(); +//Print();