3
1
Back

F5fc556ca298718ed9c38de316ac4c166fbbe181 Mon Sep 17 00:00:00 2001 Subject: [PATCH 01/13] initial notes for v1 front panel design and includes 2.5mm centerward shift for input and output jacks input_column = h_margin; working_height = height - v_margin; working_increment = working_height / 5; row_2 = row_1 + v_margin + 12; row_1 = bottom_row + v_margin + 12; //knob_radius top_row = height - v_margin; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin*2 - title_font_size; working_increment = working_height / (8+tolerance/3); // 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 - thickness*2; .

New Pull Request