3
1
Back

True; smooth = 20; // tweak on this one, how much smoothing to apply smooth = 20; // [0:0%, 10:10%, 20:20%, 30:30%, 40:40%, 50:50%] // Width of module (HP) width = 38; // [1:1:84] /* [Holes] */ // min width of the rail + a safety margin // margins from edges v_margin = hole_dist_top*2; width_mm = hp_mm(width); // where to put reinforcing walls; i.e. The thickness.

New Pull Request