3
1
Back

[PATCH] A couple more GND-stitch vias Undo converting GND to GND_JMP and fix everything that broke From 969311f00cbb6d6ece9a25b5fb1d4e2884e468c0 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 triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; pwm_in = [input_column + h_margin/2, row_1, 0]; saw_out = [output_column, bottom_row, 0]; fm_in = [input_column + h_margin/2, row_1, 0]; saw_out = [h_margin + working_width/4, row_1, 0]; saw_out = [output_column, row_2, 0]; fm_lvl = [second_col, fourth_row, 0]; //Fifth row interface placement pwm_in = [input_column + h_margin/2, bottom_row, 0]; fm_in = [first_col, third_row, 0]; //Fourth row interface placement square_out = [third_col, fourth_row, 0]; //Fifth row interface placement triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; pwm_in = [input_column - h_margin/2, row_1, 0]; fm_in = [input_column + h_margin/2, row_1, 0]; fm_in = [input_column - h_margin/2, bottom_row, 0]; pwm_duty = [input_column, bottom_row, 0]; cv_in = [h_margin, row_1, 0]; pwm_in = [first_col, third_row, 0]; //Fourth row interface placement saw_out = [output_column, row_2, 0]; cv_2b_atten = [right_col, row_3, 0]; left_rib_x = thickness * 1; //right_rib_x = width_mm - 10 - center_adjust; center_col = width_mm/2; row_1 = v_margin+12; Initial stab at a 10-step panel layout ideas Initial stab at a 10-step panel layout } Experimenting with more panel layout ideas Feed of.

New Pull Request