From: Ian Jackson Date: Sat, 9 Sep 2017 16:17:28 +0000 (+0100) Subject: shelf-label-holder: add prong_maxdepth X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=144aaf878c307d26b53c1412fc18432a7b12955c;p=reprap-play.git shelf-label-holder: add prong_maxdepth --- diff --git a/shelf-label-holder.scad b/shelf-label-holder.scad index 73cc3ae..3ae81c2 100644 --- a/shelf-label-holder.scad +++ b/shelf-label-holder.scad @@ -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]); } }