From 59a6390bb60b82b80f7e66576abf00da9f7b7622 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 Nov 2015 23:38:01 +0000 Subject: [PATCH] led-panel-ceiling-bracket: show remaining wall thickness for bolts --- led-panel-ceiling-bracket.scad | 2 ++ 1 file changed, 2 insertions(+) diff --git a/led-panel-ceiling-bracket.scad b/led-panel-ceiling-bracket.scad index 66c3e8e..5ba82aa 100644 --- a/led-panel-ceiling-bracket.scad +++ b/led-panel-ceiling-bracket.scad @@ -21,6 +21,8 @@ height = light_height + backspc + extra_height; octagon_fudge = 1/cos(22.5); +echo("remain", width - bolthead_depth); + module Bracket(){ difference(){ translate([-len/2, 0, 0]) -- 2.30.2