i really need to clean this up

This commit is contained in:
zhao
2022-09-25 16:36:43 -04:00
parent 2d0c1ecda9
commit 5edad72862
30 changed files with 4073 additions and 33 deletions

View File

@ -25,7 +25,7 @@ module _frontPlateBody() {
module _plateHole() {
rotate(a=[90,0,0])
cylinder(r=m4RadiusSlacked, h=inf, center=true);
cylinder(r=m4RadiusSlacked, h=inf, center=true);
}