From: Ian Jackson Date: Tue, 26 Jul 2016 20:51:12 +0000 (+0100) Subject: cable-splice-clamp: move some other settings up in the file (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=7de04419832a67cbbe048faa803d4938b22db0de cable-splice-clamp: move some other settings up in the file (nfc) --- diff --git a/cable-splice-clamp.scad b/cable-splice-clamp.scad index 61781b5..50ebc98 100644 --- a/cable-splice-clamp.scad +++ b/cable-splice-clamp.scad @@ -16,6 +16,12 @@ mu = 1/4; wall_r = 2.5 / 6.5; base_r = 0.75; +total_len = 70; + +strap_width = 4 + 0.5; + +strap_count = 2; + // for cross-section calculations: // // origin O is at intersection of straight line segments forming walls @@ -90,11 +96,6 @@ module CrossSectionDemo(){ ////toplevel } } -strap_width = 4 + 0.5; -total_len = 70; - -strap_count = 2; - strap_wall_h = 1.5; strap_wall_l = 2.0;