3
1
Back

Arrangement; a challenging PCB and/or print job! See PDF at https://raw.githubusercontent.com/kassu/kassutronics/master/documentation/Quantizer/Quantizer_Build_Docs_1.1A.pdf for explanation about PWM smoothing; essentially a 4-stage RC network but with buffering between (some) stages. Needs a _big_ knob, these are for steps only row_1 = v_margin+12; row_2 = row_1 + vertical_space/7; row_7 = row_6 + vertical_space/7; row_3 = working_increment*2 + row_1; row_4 = row_3 + vertical_space/7; row_5 = row_4 + vertical_space/7; cv_in_1a = [left_col, row_3, 0]; pwm_duty = [second_col, fourth_row, 0]; pwm_cv_lvl = [second_col, second_row, 0]; //Third row interface placement sync_in = [first_col, fifth_row, 0]; pwm_duty = [width_mm - h_margin - working_width/8, row_3, 0]; cv_in_2b = [right_col, row_5, 0]; cv_in_2a.

New Pull Request