From 5b5fb7d35e213cc8d165a4350bc382b662c36fe9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 9 Sep 2017 17:17:51 +0100 Subject: [PATCH] shelf-label-holder: bugfix --- 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 3ae81c2..42da91f 100644 --- a/shelf-label-holder.scad +++ b/shelf-label-holder.scad @@ -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]); -- 2.30.2