3
1
Back

L R* (Alt sticking Variant of 2, often played before 2, to build up seven rows; middle one unused row_2 = row_1 + vertical_space/7; row_5 = row_4 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_4 = working_increment*3 + row_1; row_3 = working_increment*2 + row_1; row_5 = row_4 + vertical_space/7; row_7 = row_6 + vertical_space/7; row_5 = row_4 + vertical_space/7; cv_in_1a = [left_col, row_1, 0]; square_out = [output_column, bottom_row, 0]; c_tune = [width_mm/2 - h_margin, top_row, 0]; f_tune = [width_mm/2 + h_margin, top_row, 0]; f_tune = [second_col, first_row, 0]; c_tune = [width_mm/2 - h_margin, top_row, 0]; left_rib_x = thickness + 9.5/2 + tolerance*2; //three knobs plus space for everything, lining things.

New Pull Request