From b67626297c6e3f33b491091ae1ece385910d9da1 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 4 Nov 2019 21:55:25 +1300 Subject: Correct diffuser thickness to match BOM acrylic sheet --- led-light.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/led-light.scad b/led-light.scad index 0e06c3f..0fcd391 100644 --- a/led-light.scad +++ b/led-light.scad @@ -166,7 +166,7 @@ module heatsink_style_pins(d, h, bt) { } /* diffuser */ - diffuser(d=90, h=3, standoff_h=50, + diffuser(d=90, h=2.5, standoff_h=50, diff_col=[0.95, 0.95, 0.95, 0.7], bolt_col=[0.65, 0.67, 0.72], standoff_col=[0.88, 0.78, 0.5]); -- cgit v1.1