update stl and tolerances

This commit is contained in:
zhao
2023-03-19 15:17:52 -04:00
parent 3e2887b3f5
commit 85b9a329f7
3 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ module xBar() {
}
// Shave off bottom corners to reduce elephant's foot at where xBar and YBar join
halfspace(vpos = [0, 1, 1], p = [0, 0.6, 0]);
halfspace(vpos = [0, -1, 1], p = [0, xBarX-0.6, 0]);
halfspace(vpos = [0, 1, 1], p = [0, 0.75, 0]);
halfspace(vpos = [0, -1, 1], p = [0, xBarX-0.75, 0]);
}
}

Binary file not shown.

Binary file not shown.