3
1
Back

Add kicad schematic, some diylc noodling Initial stab at a 10-step panel layout ideas Initial stab at a 10-step panel layout ideas left_rib_x = thickness * 2; // column from edge plus hole radius //calculated x value of exact middle of panel after deducting left/right sub-panels slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; slider_bottom = v_margin+12; // draw panel, subtract holes // label the whole thing? // top/bottom ribs? // top right [left_edge + height * rotate_vector_cos, rotate_vector_sin * height + rotate_vector_sin * height], // top left [left_edge, 0], // drop to axis [left_edge, -extra_depth], // bottom horizontal rib // one more vertical to mount.

New Pull Request