From: Ian Jackson Date: Sun, 1 Nov 2015 23:36:19 +0000 (+0000) Subject: led-panel-ceiling-bracket: Fix plasplug size X-Git-Tag: filamentspool-v2-release~138 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=db8ada14f64f5b3ea95c3360964076f97acdf543;p=reprap-play.git led-panel-ceiling-bracket: Fix plasplug size Actual hole size as printed is 3.3mm; want at least 4.2 (call it 4.4) --- diff --git a/led-panel-ceiling-bracket.scad b/led-panel-ceiling-bracket.scad index c5be76a..66c3e8e 100644 --- a/led-panel-ceiling-bracket.scad +++ b/led-panel-ceiling-bracket.scad @@ -12,7 +12,7 @@ hole_dia = 3.5 + 0.5; bolthead_dia = 7 + 1.0; bolthead_depth = 5 + 20 - 12 + 2.7/2; -plasfix_dia = 4.5 + 0.5; +plasfix_dia = 4.5 + 0.5 + 1.1; plasfix_head = plasfix_dia * 2; plasfix_headdep = plasfix_dia; plasfix_sink = 3;