Lib updates.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module m3Nut(h = 2.4, clearance = 0, center=false) {
|
||||
$fn=6;
|
||||
cylinder(d=6.35 + 2*clearance, h=h, center=center);
|
||||
}
|
||||
|
||||
module m4Nut(h = 3.2, clearance = 0, center=false) {
|
||||
$fn=6;
|
||||
cylinder(d=8.08 + 2*clearance, h=h, center=center);
|
||||
}
|
||||
Reference in New Issue
Block a user