update some tolerances

This commit is contained in:
zhao
2023-03-19 15:02:46 -04:00
parent 65a2be0546
commit 3e2887b3f5
4 changed files with 16 additions and 4 deletions

View File

@ -38,7 +38,7 @@ module yBar() {
cylindricalFiletEdge(yBarWidth, yBarDepth-2*joinCornerDepth, yBarHeight, yBarRoundness);
}
halfspace(vpos=[-1, 0, 1], p=[yBarWidth-0.5, 0,0]);
halfspace(vpos=[-1, 0, 1], p=[yBarWidth-1, 0,0]);
}
}