Add an M4 nut to the common OpenSCAD lib

This commit is contained in:
Matt McWilliams 2022-12-24 01:54:57 -05:00
parent 0c2e39f0b2
commit 30bd35e21d
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ module m3_nut (H = 5) {
cylinder(r=R(6.6), h=H, center=true, $fn=6);
}
echo("common.scad - m4_nut");
module m4_nut (H = 5) {
cylinder(r=R(7.15), h=H, center=true, $fn=6);
}
module opto_endstop(){
difference(){
union(){