From 9845330fd18432152b733f667c4217d7824e3651 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 17 Nov 2012 14:49:03 +0000 Subject: [PATCH] xeno-drivebay-bracket: try again with no pad (less web) --- xeno-drivebay-bracket.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xeno-drivebay-bracket.scad b/xeno-drivebay-bracket.scad index e00091f..18b6586 100644 --- a/xeno-drivebay-bracket.scad +++ b/xeno-drivebay-bracket.scad @@ -29,7 +29,7 @@ wallholeslot = 4.5; walll = basel + webt + (pad ? padl : -0.1); -webw = min(basew, padw); +webw = min(basew, pad ? padw : padt); module slothole(sz, slot, thick, csunk=true, slop=holeslop) { hull(){ -- 2.30.2