diff --git a/rack/xBar.scad b/rack/xBar.scad index 839af06..e88f278 100644 --- a/rack/xBar.scad +++ b/rack/xBar.scad @@ -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]); } } diff --git a/stl/rack/print/xBar_P.stl b/stl/rack/print/xBar_P.stl index e5e448d..5863773 100644 Binary files a/stl/rack/print/xBar_P.stl and b/stl/rack/print/xBar_P.stl differ diff --git a/stl/rack/print/yBar_P.stl b/stl/rack/print/yBar_P.stl index 74422d2..97cf694 100644 Binary files a/stl/rack/print/yBar_P.stl and b/stl/rack/print/yBar_P.stl differ