3
1
Back

Control compilation and installation of the rail + a safety margin // margins from edges h_margin = hole_dist_side + thickness; right_rib_x = width_mm - thickness; // column from edge plus hole radius //calculated x value of exact middle of panel after deducting left/right sub-panels slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+8; Panels/10_step_seq_38hp_v1.scad Normal file Unescape left_rib_x = thickness + 9.5/2 + tolerance*2; //three knobs plus space between them //left_panel_spacing = left_panel_width / 3 + tolerance*8; echo("Left panel:", left_panel_width, " with spacing ", left_panel_spacing); right_panel_width = width_mm - hole_dist_side, hole_dist_top); echo("Putting a hole with radius: ", hole_r , " at ", hole_dist_side, height - v_margin*2.

New Pull Request