3
1
Back

20 degree rotation rotate_vector_sin = 0.34; // 'y' of rotation left_edge = -rotate_vector_sin * rail_depth; right_edge = height - v_margin; working_increment = (working_height-v_margin+thickness) / (9); // generally-useful spacing amount for vertical columns of stuff working_height = height - v_margin; working_increment = working_height / 5; row_2 = working_increment*1 + row_1; row_4 = working_increment*3 + row_1; working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff // How much horizontal space needed for left-hand and right-hand sub-panels right_panel_width = width_mm - right_rib_thickness; // projection: make a hole with radius: ", hole_r , " at ", width_mm - right_rib_thickness; Schematics/Dual_VCA.diy.

New Pull Request