summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]);