3
1
Back

Jack col_right = width_mm - thickness*2.2; footprint "SLIDE_POT_0547" (version 20211014) (generator pcbnew // Width of module (HP) width = 12; // overkill; currently three 3.5mm jacks needing 8mm //calculated x value of exact middle of panel after deducting left/right sub-panels slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; row_2 = row_1 + v_margin + 12; //knob_radius top_row = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns.

New Pull Request