3
1
Back

170 3D Printing/Pot_Knobs/scaled_french_pot.mix | Bin 0 -> 510084 bytes // Width of module (mm) - Would not change this if you are using Eurorack height = 266 + 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 - 25; // build up seven rows; middle one unused row_1 = vertical_space/7; row_2 = row_1 + vertical_space/7; cv_in_1a = [left_col, row_2, 0]; cv_2b_atten = [right_col, row_2, 0]; cv_2b_atten = [right_col, row_5, 0]; cv_in_2a = [left_col, row_1, 0]; triangle_out = [third_col, fifth_row, 0]; pwm_duty = [input_column, row_2, 0]; square_out = [third_col, third_row, 0]; saw_out = [third_col, fifth_row, 0]; square_out = [output_column, row_1, 0]; fm_pot = [input_column + h_margin/2, row_1, 0]; audio_out_2 = [right_col, row_5, 0]; cv_in_2a = [left_col, row_5, 0]; cv_in_2a = [left_col, row_5, 0]; audio_out_1 = [right_col, row_5, 0]; cv_in_2a = [left_col, row_6, 0]; audio_in_1 = [left_col, row_2, 0]; square_out = [output_column, bottom_row, 0.

New Pull Request