Add m4_nut to common.

This commit is contained in:
mmcwilliams 2023-04-24 16:40:10 -04:00
parent 44a3712728
commit 91d01754c4
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ module tube(o = 1, i = 0, h = 1, center = false, $fn = 12) {
module m3_nut (H = 5) {
cylinder(r=R(6.6), h=H, center=true, $fn=6);
}
module m4_nut (H = 3.1) {
cylinder(r = R(8.1), h = H, center = true, $fn = 6);
}
module rounded_cube (cube_arr = [1, 1, 1], d = 0, center = false) {
off_x = 0;