From: Ian Jackson Date: Mon, 2 Nov 2015 00:05:27 +0000 (+0000) Subject: led-panel-ceiling-bracket: non-countersunk screws, of a different size, and fix hole... X-Git-Tag: filamentspool-v2-release~136 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3253ab961cda38ec737531763f75c90dbdedde8e;p=reprap-play.git led-panel-ceiling-bracket: non-countersunk screws, of a different size, and fix hole size --- diff --git a/led-panel-ceiling-bracket.scad b/led-panel-ceiling-bracket.scad index 5ba82aa..743cbc9 100644 --- a/led-panel-ceiling-bracket.scad +++ b/led-panel-ceiling-bracket.scad @@ -13,9 +13,9 @@ bolthead_dia = 7 + 1.0; bolthead_depth = 5 + 20 - 12 + 2.7/2; plasfix_dia = 4.5 + 0.5 + 1.1; -plasfix_head = plasfix_dia * 2; +plasfix_head = 8.7 + 0.5 + 1.1; plasfix_headdep = plasfix_dia; -plasfix_sink = 3; +plasfix_sink = 8; height = light_height + backspc + extra_height; @@ -42,11 +42,8 @@ module Bracket(){ } translate([0, width/2, 0]) { cylinder(r= plasfix_dia/2, h=50, $fn=20); - hull(){ - cylinder(r= plasfix_dia/2, h= plasfix_headdep + plasfix_sink, $fn=20); - translate([0,0,-1]) - cylinder(r= plasfix_head/2, h= plasfix_sink + 1, $fn=20); - } + translate([0,0,-1]) + cylinder(r= plasfix_head/2, h= plasfix_sink + 1, $fn=20); } } }