3
1
Back

= 5.0; // the D shape "removed" from the top knob working_width = width_mm - h_margin; left_rib_x = hole_dist_side + thickness; output_column = width_mm - right_rib_thickness; // projection: make a hole with radius: ", hole_r , " at ", hole_dist_side, 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 = h_margin; col_right = 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; Panels/title_test.scad Normal file View File 398c2b234c Checkpoint after re-centering sliders.

New Pull Request