From: Ian Jackson Date: Sat, 5 Nov 2022 01:04:16 +0000 (+0000) Subject: topeak-mtx-tortec-expeditionrack-adapter: strf X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a8473938348fe4f1a8593ef43abf8d522cc45be3;p=reprap-play.git topeak-mtx-tortec-expeditionrack-adapter: strf Signed-off-by: Ian Jackson --- diff --git a/topeak-mtx-tortec-expeditionrack-adapter.scad b/topeak-mtx-tortec-expeditionrack-adapter.scad index 4a75e91..557391c 100644 --- a/topeak-mtx-tortec-expeditionrack-adapter.scad +++ b/topeak-mtx-tortec-expeditionrack-adapter.scad @@ -6,6 +6,9 @@ include +// strength factor +$strf = 0.25; + brk_recess_actual = 5.20; rack_rail_dia = 10.40 + 0.50; @@ -35,9 +38,9 @@ brk_bolt_nut_across_flats = 7.86 + 0.50; brk_overall_w = 90.07; -main_sz_y = 20; -grasp_sz = 12; -beside_strap_sz = 8; +main_sz_y = $strf * 20; +grasp_sz = $strf * 12; +beside_strap_sz = $strf * 8; $fa=10; $fs=1;