Merge in 9 months of work on capper branch #71

Merged
mattmcw merged 95 commits from capper into main 2023-02-19 05:28:46 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 30bd35e21d - Show all commits

View File

@ -39,6 +39,11 @@ module m3_nut (H = 5) {
cylinder(r=R(6.6), h=H, center=true, $fn=6); 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(){ module opto_endstop(){
difference(){ difference(){
union(){ union(){