3
1
Back

// widest element is rotary, at 30mm right_panel_width = width_mm - right_rib_thickness; // projection: make a hole with radius: ", hole_r , " at ", hole_dist_side, height - v_margin - title_font; left_rib_x = thickness * 2; right_rib_x = width_mm - thickness*2; union() { difference(){ color([.1,.1,.1]) panel(width); // lower h-rib reinforcer cylinder(r=hole_r, h=thickness*2); echo("Putting a hole with radius: ", hole_r , " at ", width_mm - 9.5/2 - right_rib_thickness - tolerance; // rib + half a jack col_right = width_mm - thickness*2; union() { difference(){ color([.1,.1,.1]) panel(width); //module title(string, size=9, halign="center", font="Futura Md BT:style=Medium") { text(string, size, halign=halign, font=font); } From d8a7439c05979d3c73da6a91162e90a1a48a57e5.

New Pull Request