This commit is contained in:
zhao
2023-02-04 21:15:57 -05:00
parent 7b19db8153
commit 7af767263b
2 changed files with 7 additions and 8 deletions

View File

@ -96,10 +96,10 @@ module sideWall() {
module applyMagnetConnector() {
apply_p() {
union() {
translate(v = [sideWallThickness, magnetMountToYBarFront + 2, magnetMountToYBarTop+1])
translate(v = [sideWallThickness, magnetMountToYBarFront, magnetMountToYBarTop])
sideMagnetMount();
translate(v = [sideWallThickness, magnetMountToYBarFront + 2, sideWallZ - (magnetMountToYBarTop + 1)])
translate(v = [sideWallThickness, magnetMountToYBarFront, sideWallZ - magnetMountToYBarTop])
sideMagnetMount();
}