summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2019-11-04 21:55:25 +1300
committerDavid Phillips <david@yeah.nah.nz>2019-11-04 21:55:35 +1300
commitb67626297c6e3f33b491091ae1ece385910d9da1 (patch)
tree4551603d814c10fbfcb0480c1d83f2f4ead2b538
parent811f2873b0a493b9990f0fc10c8317b9458d08f5 (diff)
downloadled-lamp-b67626297c6e3f33b491091ae1ece385910d9da1.tar.xz
Correct diffuser thickness to match BOM acrylic sheetHEADmaster
-rw-r--r--led-light.scad2
1 files changed, 1 insertions, 1 deletions
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]);