3
1
Back

0.25 : quality == "preview") ? 6 : quality == "fast preview") ? 12 : 12; // [1:1:84] working_increment = working_height / (8+tolerance/5); // generally-useful spacing amount for vertical columns of stuff working_height = height - hole_dist_top); } 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); } // Joy of Tech.

New Pull Request