some more cleanup

This commit is contained in:
zhao
2023-08-17 23:54:58 -04:00
parent 63af3ac058
commit 717d323264
3 changed files with 17 additions and 17 deletions

View File

@ -21,7 +21,7 @@ module slideHexNutsIntoYBarXYPlate(at=0) {
module plateHexNut(t) {
multmatrix(yBarBasePlateConnectorTrans)
translate(v=[_heatSetX+t, _heatSetY, 4 + _baseConnRecession]) // TODO gotta rename these
translate(v=[basePlateYBarSlideNutDx+t, basePlateYBarSlideNutDy, 4 + _baseConnRecession]) // TODO gotta rename these
hexNut(rackFrameScrewType);
}