From 144aaf878c307d26b53c1412fc18432a7b12955c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 9 Sep 2017 17:17:28 +0100 Subject: [PATCH] shelf-label-holder: add prong_maxdepth --- shelf-label-holder.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); } } -- 2.30.2