3
1
Back

For nut 11mm - rotary, SR2511 style, with very large 17.5mm panel hole+snip off pin, add holes for the setscrew (in mm). HoleDiameter = 6; // generally-useful spacing amount for vertical columns of stuff col_left = h_margin; col_right = width_mm - thickness*2; slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; Initial stab at a 10-step panel layout ideas Experimenting with more panel layout ideas working_height = height - v_margin*2 - title_font_size; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff working_height = height - 25; // build up seven rows; middle one unused row_2 = working_increment*1 + row_1; row_3 = row_2 + vertical_space/7; row_3 = working_increment*2 + out_row_1; out_row_3 = out_working_increment*2 + out_row_1; out_row_4 = out_working_increment*3.

New Pull Request