3
1
Back

Height + rotate_vector_sin * height + rotate_vector_sin * height], // top right [left_edge + height * rotate_vector_cos, rotate_vector_sin * height + rotate_vector_sin * height], // top stuff // How much horizontal space needed for left-hand and right-hand sub-panels left_panel_width = 40; // widest element is rotary, at 30mm right_panel_width = width_mm - col_right - thickness; left_panel_spacing = left_panel_width / 3 + tolerance*8; echo("Left panel:", left_panel_width, " with spacing ", left_panel_spacing); right_panel_width = width_mm - h_margin; left_rib_x = thickness * 1; right_rib_x = width_mm - col_right + tolerance*4; //three knobs plus space between.

New Pull Request