3
1
Back

Precadsr/Docs/use.md 26 lines ## Inverted output Whatever appears on the top of the rail + a safety margin // margins from edges h_margin = hole_dist_side + thickness; right_rib_x = width_mm - 9.5/2 - right_rib_thickness - tolerance; // left_rib_x = 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; saw_out = [h_margin + working_width/4, row_1, 0]; square_out = [output_column, row_2, 0]; audio_in_2 = [left_col, row_6, 0]; audio_in_1 = [left_col, row_6, 0]; audio_in_1 = [left_col, row_3, 0]; pwm_duty = [input_column, row_2, 0]; fm_lvl = [h_margin+working_width/8, row_3, 0]; cv_in_2b = [right_col, row_6, 0]; cv_1b_atten = [right_col, row_3, 0]; pwm_duty = [input_column, bottom_row.

New Pull Request