chiark / gitweb /
shelf-label-holder: bugfix
[reprap-play.git] / shelf-label-holder.scad
index 3ae81c2f48d136bbac068d18c4af3b6f78ed9c0c..42da91f4728c37aba571c053742cd57e3f7a2348 100644 (file)
@@ -10,7 +10,7 @@ module ProngElevationUnrotated(){
       translate([ prong_nomdepth, prong_curverad ])
        circle( prong_curverad , $fa=0.5 );
       translate([ -10, 0 ])
-       square([ prong_curverad + 10, 10 ]);
+       square([ prong_nomdepth + 10, 10 ]);
     }
     translate([-5, -5])
       square([ prong_maxdepth + 5, prong_thick + 5]);