3
1
Back

// generally-useful spacing amount for vertical columns of stuff left_panel_width = 16.5+16.5+10.5; //two knob, one jack, plus space between them left_panel_spacing = (left_panel_width) / 2.5; slider_spacing = 12.5; // 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 - h_margin; out_row_1 = v_margin+12; slider_bottom = v_margin+12; row_2 = row_1 + v_margin + 12; //knob_radius top_row = height - v_margin - title_font.

New Pull Request