3
1
Back

Copy, and you want the ring. RingWidth = 0; right_rib_x = width_mm - thickness*2.2; // testing futura vs quentincaps in F6 rendering label_font_size = 5; width_mm=90; height=16; thickness=2; label_inset_height = thickness-1; // Width of module (HP) width = 40; // widest element is rotary, at 30mm slider_center = (width_mm - left_panel_width - right_panel_width)/2 + left_panel_width; panel(width); // Top radius of the set screw hole's center over the bottom of box [right_edge, -extra_depth], // bottom horizontal rib // middle horizontal rib h_wall(h=1.6, l=right_rib_x); // bottom horizontal rib h_wall(h=4, l=right_rib_x); // bottom horizontal rib h_wall(h=4, l=right_rib_x); // middle-bottom h rib h_wall(h=1.6, l=right_rib_x); // one more vertical to mount the circuit board to, dead center wall(h=6, w=height-hole_dist_top*3-4); // color([1,0,0] // surface("FIREBALL VCO.png", center=true, invert=false); } module eurorackMountHolesTopRow(php, hw, holes/2); eurorackMountHolesBottomRow(php, hw, holes } module make_surface(filename, h) { } module title(string, size=12, halign="center", font=font_for_title) { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign, font=font); } From 0d3d72c49e606725216a5a9a4217e6c039d5a574 Mon Sep 17 00:00:00 2001 Subject: [PATCH] rm project.

New Pull Request