3
1
Back

/* [Basic Parameters] */ // Enable rounding of the rail + a safety margin // margins from edges v_margin = hole_dist_top*2 + thickness; col_left = h_margin; working_height = height - 25; // build up seven rows; middle one unused row_2 = row_1 + vertical_space/7; row_4 = working_increment*3 + row_1; row_4 = row_3 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_3 = working_increment*2 + out_row_1; out_row_3 = out_working_increment*2 + out_row_1; //special-case the top knobs top_row = height / 2 + hole_diameter + hole_margin*2; cutout_width = board_width - (side_margin * 2); cutout_height = board_height - (top_margin * 2); cutout_height = board_height - (top_margin * 2); hole_horiz = (board_width - hole_hdist) / 2 + hole_diameter + hole_margin*2; cutout_width .

New Pull Request