3
1
Back

Col_left = thickness * 1; //right_rib_x = width_mm - thickness*2; left_rib_x = thickness * 1; right_rib_x = width_mm - thickness; // draw panel, subtract holes // v_wall(h=4, l=height-rail_clearance*2-thickness); // top right [left_edge + height * rotate_vector_cos, rotate_vector_sin * height], // top horizontal rib // bottom horizontal rib h_wall(h=4, l=right_rib_x); // bottom right [right_edge, rotate_vector_sin * height.

New Pull Request