3
1
Back

= 0.2; // Padding to maintain manifold rotate_extrude(convexity = 5, $fn = stem_faces); // Widening part at the bottom of the rail + a safety margin // margins from edges v_margin = hole_dist_top*2 + thickness; v_margin = hole_dist_top*2 + thickness; working_height = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff col_left = thickness + 6 + tolerance; rotate_vector_cos = 0.94; // 'x' of 20 degree rotation.

New Pull Request