3
1
Back

Knob top_row = height - v_margin - title_font_size*2; working_width = width_mm - h_margin; input_column = h_margin; col_middle = col_left + (15.6 + 1.5 + 7 + 8); // pot + led + switch? Col_right = width_mm - thickness*2.2; // testing futura vs quentincaps in F6 rendering //font_for_title = default_label_font; title_font_size = 12; // [1:1:84] width = 17; // [1:1:84] rail_clearance = 9; // mm from very top/bottom edge and where it is safe to put the output jacks input_column = h_margin; bottom_row = v_margin + 12; top_row = height - 25; // build up seven rows; middle one unused row_1 = vertical_space/7; row_2 = row_1 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_7 = row_6 + vertical_space/7; row_7 = row_6.

New Pull Request