From: Ian Jackson Date: Tue, 30 Oct 2018 17:42:26 +0000 (+0000) Subject: ksafe-base: reorg params X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=22e95aadecb81c68266f9ed6f5d6c7b5cdecd085;hp=3cfa1992530fffe154c1c9e730f542dc28ec8274 ksafe-base: reorg params Signed-off-by: Ian Jackson --- 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 -----