3
1
Back

// generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_middle = col_left + (15.6 + 1.5 + 7 + 8); // pot + led + switch? Col_right = width_mm - col_right - thickness; left_panel_spacing = (left_panel_width) / 2.5; slider_spacing = 12.5; // space between them right_panel_width = width_mm - thickness*2.

New Pull Request