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=1d05b2b54906ccf21e461048f8c6a63708d8c83e;hb=f169bb60ee7f824cf914ccb654e13654aff51151;hpb=c21add6aa584710ae3d309a45048cdbf6c5fe552 diff --git a/shelf-label-holder.scad b/shelf-label-holder.scad index 1d05b2b..8353d7e 100644 --- a/shelf-label-holder.scad +++ b/shelf-label-holder.scad @@ -7,9 +7,12 @@ prong_maxdepth = 18; front_thick = 2.5; -nom_shelf = 14.54; +//nom_shelf = 14.54 + 0.5; +nom_shelf = 20.315 + 0.5; -interference = 0.25; +interference = 0.75; + +length = 60; // calculated @@ -46,5 +49,17 @@ module Elevation(){ } } +module Main(){ + linear_extrude(height=length) + Elevation(); +} + +module Print(){ + rotate([0,-90,0]) + Main(); +} + //ProngElevationUnrotated(); -Elevation(); +//Elevation(); +Main(); +//Print();