chiark / gitweb /
fairphone-case: introduce case_bottom_z (nfc)
[reprap-play.git] / shelf-label-holder.scad
index 6082625321e632d84fd7c89e8b94156d548c526b..8353d7e470f9fdc376a54e165210ac490895d303 100644 (file)
@@ -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();