add dowel

This commit is contained in:
zhao
2023-04-14 23:29:25 -04:00
parent 98d148a784
commit 8212737dd9
17 changed files with 105179 additions and 105329 deletions

View File

@ -26,7 +26,7 @@ module magnetModule() {
cube(size = [connW, connD, sideWallConnLugDepression]);
// TODO: pattern for this? beef up mirror4XY?
cVal = 0.5;
cVal = 0.25;
halfspace(p=[0,cVal,0], vpos=[0,1,1]);
halfspace(p=[cVal,0,0], vpos=[1,0,1]);
halfspace(p=[connW-cVal,0,0], vpos=[-1,0,1]);