chiark / gitweb /
shelf-label-holder: add prong_maxdepth
[reprap-play.git] / shelf-label-holder.scad
index 73cc3aeb91ad52ec4b90fdff1e18bde6be191913..3ae81c2f48d136bbac068d18c4af3b6f78ed9c0c 100644 (file)
@@ -13,7 +13,7 @@ module ProngElevationUnrotated(){
        square([ prong_curverad + 10, 10 ]);
     }
     translate([-5, -5])
-      square([ 100, prong_thick + 5]);
+      square([ prong_maxdepth + 5, prong_thick + 5]);
   }
 }