3
1
Back

2c2abd88373d920f2947e97b48bd4d62ed1339f7 Mon Sep 17 00:00:00 2001 Subject: [PATCH] schematics tweaks README.md Normal file Unescape // margins from edges h_margin = hole_dist_side + thickness; v_margin = hole_dist_top*2 + thickness; working_height = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff right_rib_thickness = 2; left_col = 10 + center_adjust; right_col = width_mm - thickness*2; // draw panel, subtract holes // v_wall(h=4, l=height-rail_clearance*2-thickness); // top horizontal rib // h_wall(h=4, l=right_rib_x); // middle horizontal rib // h_wall(h=1.6, l=right_rib_x); // middle horizontal rib h_wall(h=4, l=right_rib_x); // middle-bottom h rib // h_wall(h=4, l=right_rib_x); } module.

New Pull Request