3
1
Back

Main MK_VCO/Schematics/MK_VCO_RADIO_SHAEK_W_PARTS.diy 6789 lines Latest commits for file Schematics/shaek_try_1.diy Add kicad schematic, some diylc noodling Initial stab at a 10-step panel layout Initial stab at a 10-step panel layout ideas working_height = height - v_margin; working_increment = working_height / (8+tolerance/3); // generally-useful spacing amount for vertical columns of stuff // How much horizontal space needed for left-hand and right-hand sub-panels right_panel_width = width_mm - h_margin; cv_in = [input_column, bottom_row, 0]; pwm_duty = [input_column, bottom_row, 0]; pwm_duty = [second_col, fourth_row, 0]; pwm_in = [first_col, fifth_row, 0]; pwm_duty = [second_col, fifth_row, 0]; pwm_duty = [input_column, bottom_row, 0]; pwm_pot = [input_column - h_margin/2, bottom_row, 0]; cv_in = [first_col, fifth_row, 0]; square_out = [output_column, row_2, 0]; fm_in = [input_column - h_margin/2, bottom_row, 0]; pwm_pot = [input_column + h_margin/2, row_1, 0]; pwm_in = [first_col, first_row, 0]; //Second row interface placement f_tune = [width_mm/2 + h_margin, top_row, 0]; left_rib_x = thickness * 1; right_rib_x = width_mm - thickness; // How much horizontal space needed.

New Pull Request