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=6082625321e632d84fd7c89e8b94156d548c526b;hb=9f04d00b692084d041d49bf5639f8a91cc24cd94;hpb=5109d2aa9ffb3f4afa32b820e6175a1b1d8264e8 diff --git a/shelf-label-holder.scad b/shelf-label-holder.scad index 6082625..8353d7e 100644 --- a/shelf-label-holder.scad +++ b/shelf-label-holder.scad @@ -7,9 +7,10 @@ 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; @@ -53,6 +54,12 @@ module Main(){ Elevation(); } +module Print(){ + rotate([0,-90,0]) + Main(); +} + //ProngElevationUnrotated(); //Elevation(); Main(); +//Print();