finish new assembly instructions, and update readme

This commit is contained in:
zhao
2023-08-12 11:44:52 -04:00
parent 4283e63139
commit 41c33ce46f
60 changed files with 106 additions and 478 deletions

View File

@ -23,10 +23,10 @@ module screwXBarAndYBar(at=0) {
if (!plasticMask) { xBar(); }
multmatrix(xBarYBarScrewTrans(screwExtension))
caseScrewB();
caseScrewLong();
multmatrix(xBarMirrorOtherCornerTrans * xBarYBarScrewTrans(screwExtension))
caseScrewB();
caseScrewLong();
}
multmatrix(yBarMirrorOtherCornerTrans*xBarSpaceToYBarSpace)
@ -34,9 +34,9 @@ module screwXBarAndYBar(at=0) {
if (!plasticMask) { xBar(); }
multmatrix(xBarYBarScrewTrans(screwExtension))
caseScrewB();
caseScrewLong();
multmatrix(xBarMirrorOtherCornerTrans * xBarYBarScrewTrans(screwExtension))
caseScrewB();
caseScrewLong();
}
}