chiark / gitweb /
ksafe-base: adjustments from tests
[reprap-play.git] / shelf-label-holder.scad
index 1d05b2b54906ccf21e461048f8c6a63708d8c83e..8353d7e470f9fdc376a54e165210ac490895d303 100644 (file)
@@ -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();