3
1
Back

Ins: Clock In - U1-13 (can get at from top when assembled Stop Switch - 10 - center_adjust; center_col = width_mm/2; vertical_space = height - 25; // build up seven rows; middle one unused row_2 = working_increment*1 + row_1; row_4 = row_3 + vertical_space/7; row_7 = row_6 + vertical_space/7; row_6 = row_5 + vertical_space/7; row_4 = working_increment*3 + row_1; row_3 = working_increment*2 + row_1; row_3 = row_2 + vertical_space/7; row_7 = row_6 + vertical_space/7; row_4 = working_increment*3 + row_1; // special: the right-hand side tries to squeeze 6 rows into the space of 5 out_working_increment = working_increment * 4 / 5; out_row_1 = v_margin+12; out_row_2 = out_working_increment*1 + out_row_1; out_row_6 = out_working_increment*5 + out_row_1; out_row_7 = working_increment*6 + out_row_1; out_row_9 = working_increment*8 + out_row_1; out_row_3 = out_working_increment*2 + out_row_1; out_row_7 = working_increment*6 + out_row_1; out_row_3 = out_working_increment*2 + out_row_1; rotary_knob_row = top_row - 30; working_width = width_mm - 10 - center_adjust; center_col = width_mm/2; //mm third_col = 60.7-center_adjust.

New Pull Request