3
1
Back

Hide 42 Eco1.User user hide From 5a4d5850276107dae545a96ba13aec19af1bdbba Mon Sep 17 00:00:00 2001 Subject: [PATCH] Experimenting with more panel layout ideas working_height = height - v_margin - title_font_size*1.5; top_row = height - v_margin - title_font_size*2; saw_out = [output_column, bottom_row, 0]; cv_in = [h_margin, row_1, 0]; triangle_out = [output_column, row_2, 0]; triangle_out = [output_column, row_2, 0]; triangle_out = [third_col, fourth_row, 0]; //Fifth row interface placement square_out = [output_column, row_1, 0]; fm_pot = [input_column - h_margin/2, bottom_row, 0]; cv_in = [input_column, row_2, 0]; pwm_in = [input_column + h_margin/2, row_1, 0]; pwm_in = [first_col, first_row, 0]; //Second row interface placement triangle_out = [width_mm-h_margin-working_width/4, row_1, 0]; square_out = [output_column, row_2, 0]; audio_in_2 = [left_col, row_5, 0]; audio_out_1 = [right_col, row_6, 0]; audio_in_1 = [left_col, row_5, 0]; cv_in_2a = [left_col, row_7, 0]; cv_in_1b = [right_col, row_2, 0]; pwm_in = [input_column - h_margin/2, row_1, 0]; fm_in = [first_col.

New Pull Request