3
1
Back

Working_height = height - v_margin - title_font_size*2; working_width = width_mm - thickness; // draw panel, subtract holes panel(width); // lower h-rib reinforcer cylinder(r=hole_r, h=thickness*2); echo("Putting a hole with radius: ", hole_r , " at ", width_mm - thickness*2.2; left_rib_x = hole_dist_side + thickness; width_mm = hp_mm(width); // where to put reinforcing walls; i.e. The thickness of 2mm thickness = 2; center_adjust = 5; //mm left_col = 10 + center_adjust; right_col = width_mm - thickness*2.5 - tolerance*6; out_row_1 = v_margin+12; Experimenting with more panel layout ideas I was sufficiently shocked.

New Pull Request