3
1
Back

MK_VCO/Panels/luther_triangle_10hp.scad 359 lines width = 17; // [1:1:84] square_out = [third_col, fourth_row, 0]; triangle_out = [output_column, bottom_row, 0]; c_tune = [width_mm/2 + h_margin, top_row, 0]; f_tune = [second_col, first_row, 0]; //Second row interface placement fm_in = [input_column - h_margin/2, row_1, 0]; square_out = [third_col, third_row, 0]; //Fourth row interface placement square_out = [output_column, row_1, 0]; saw_out = [output_column, row_1, 0]; right_rib_x = width_mm - thickness; // How much to cut off to create holes.

New Pull Request