Labels Milestones
Back//} module make_surface(filename, h) { for (a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]) linear_extrude(height=a/h, convexity=10) projection(cut = true) surface(filename, center=true); } // https://cdn.sparkfun.com/datasheets/Components/Switches/MX%20Series.pdf module cherry_mx_button() { union(){ cube([14,14,thickness]); // 1HP = 1/5" = 5.08mm // u[nits] function units_mm(u) = u * U; // h[p] function hp_mm(h) = h * HP; Sat 28 Aug 2021 07:18:14 PM EDT