chiark / gitweb /
svg-prep-dxf: do Ungroup too
[reprap-play.git] / shelf-label-holder.scad
index 2fa8fadd681a23beaf6cf985d2d43d3ea0de5bb6..8353d7e470f9fdc376a54e165210ac490895d303 100644 (file)
@@ -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();