3
1
Back

Q4, Q5 | 5 create mode 100644 3D Printing/Panels/Radio Shaek Standoff.scad insert_depth = 12; // [1:1:84] /* [Holes] */ hole_dist_top = 2.5; // margins from edges h_margin = thickness*2; v_margin = hole_dist_top*2 + thickness; v_margin = hole_dist_top*2; v_margin = hole_dist_top*2; v_margin = hole_dist_top*2 + thickness; output_column = width_mm - h_margin; working_height = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing.

New Pull Request