From: Jan "Yenya" Kasprzak Date: Thu, 7 Jul 2016 08:43:27 +0000 (+0200) Subject: led strip holder - bigger dimensions X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=2d4d6cb36efb279a6c9c6265580fb816136f6a8f;p=things.git led strip holder - bigger dimensions --- diff --git a/led-strip-holder.scad b/led-strip-holder.scad index 6c7a99f..a7b0f32 100644 --- a/led-strip-holder.scad +++ b/led-strip-holder.scad @@ -1,8 +1,8 @@ eps = 0.01; infty = 50; -bar_w = 15; -bar_h = 2; +bar_w = 15 + 1.0; +bar_h = 2 + 1.0; cable_w = 7; cable_h = 4;