board is 2.4 mm thick, not 1.6...make hole taller

This commit is contained in:
2023-11-07 18:17:24 -08:00
parent 9d968e5c98
commit 1442b93d8a
3 changed files with 1 additions and 1 deletions

View File

Binary file not shown.

View File

@@ -14,7 +14,7 @@ difference()
cube([1.1,15,5.2]);
}
translate([11.9,1.6,-.4])
cube([1.1,12.8,2.4]);
cube([1.1,12.8,3]);
}
translate([48,0,0])

View File

Binary file not shown.