3
1
Back

(working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff center_adjust = 2.5; // margins from edges h_margin = hole_dist_side + thickness; width_mm = hp_mm(h); difference() { union() { z_position = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff col_middle = col_left + (15.6 + 1.5 + 7 + 8); // pot + led + switch? Col_right = width_mm - h_margin; working_height = height - v_margin - title_font_size*2; working_width = width_mm - h_margin; input_column = h_margin; working_height = height - 25; // build up seven rows; middle one unused row_2 = row_1 + v_margin .

New Pull Request