3
1
Back

= width_mm/2; vertical_space = height - v_margin; working_increment = working_height / 6; // generally-useful spacing amount for vertical columns of stuff left_panel_width = 40; // widest element is rotary, at 30mm slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; row_2 = row_1 + vertical_space/7; row_5 = row_4 + vertical_space/7.

New Pull Request