From 22e95aadecb81c68266f9ed6f5d6c7b5cdecd085 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 30 Oct 2018 17:42:26 +0000 Subject: [PATCH 1/1] ksafe-base: reorg params Signed-off-by: Ian Jackson --- ksafe-base.scad | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ksafe-base.scad b/ksafe-base.scad index f61c5e7..a75df6a 100644 --- a/ksafe-base.scad +++ b/ksafe-base.scad @@ -1,10 +1,14 @@ // -*- C -*- -// xxx +// xxx from actual ksafe bolt_above = 4; wall_thick = 4; bolthole_height = 4; bolthole_width = 10; +main_sz = 30; +cnr_rad = 10; + +// other parameters web_thick = 4; bolthole_rhs = 20; bolthole_lhs = 20; @@ -16,7 +20,6 @@ space = 25; anchor_thick = 4; anchor_rad = 4; bevel = 15; -cnr_rad = 10; // ----- calculated ----- -- 2.30.2