3
1
Back

- hole_dist_side, hole_dist_top); cylinder(r=hole_r, h=thickness*2); echo("Putting a hole with radius: ", hole_r , " at ", width_mm - hole_dist_side, hole_dist_top); echo("Putting a hole with radius: ", hole_r , " at ", hole_dist_side, height - v_margin; working_increment = working_height / 7; // generally-useful spacing amount for vertical columns of stuff col_left = thickness + 9.5/2 + tolerance*2; // rib + half a jack col_right = width_mm - 10 - center_adjust; // build up seven rows; middle one unused row_1 = vertical_space/7; row_2 = row_1 + v_margin + 12; row_1 = bottom_row + v_margin + 12; row_1 = vertical_space/7; row_2 = working_increment*1 + row_1; //special-case the top knob working_width = width_mm - h_margin; .

New Pull Request