From: Ian Jackson Date: Sat, 9 Sep 2017 16:17:51 +0000 (+0100) Subject: shelf-label-holder: bugfix X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5b5fb7d35e213cc8d165a4350bc382b662c36fe9;p=reprap-play.git shelf-label-holder: bugfix --- 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]);