3
1
Back

6f5ee76aea5e7cdfb79e86a703d20d48842d1955 adds front panel design and includes 2.5mm centerward shift for input and output jacks row_2 = working_increment*1 + row_1; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff col_left = thickness + 6 + tolerance; rotate_vector_cos = 0.94; // 'x' of 20 degree rotation rotate_vector_sin = 0.34; // 'y' of rotation left_edge = -rotate_vector_sin * rail_depth; right_edge = height - v_margin - title_font_size*2; working_width = width_mm - hole_dist_side - thickness; // column from edge.

New Pull Request