update slacks

This commit is contained in:
zhao
2023-04-22 16:53:55 -04:00
parent c0be976a03
commit c454ab074a
14 changed files with 112812 additions and 112956 deletions

View File

@ -15,13 +15,11 @@ module magnetModule() {
applyMagnetMount()
base();
connSlack = 0.05;
connW = sideWallConnW - connSlack;
connD = sideWallConnD - connSlack;
connW = sideWallConnW;
connD = sideWallConnD;
module base() {
translate(v=[connSlack, connSlack,0])
intersection() {
cube(size = [connW, connD, sideWallConnLugDepression]);