update on slide nut-only design

This commit is contained in:
zhao
2023-06-05 23:27:04 -04:00
parent e14a986e9e
commit cab6d8b13e
20 changed files with 772837 additions and 310030 deletions

View File

@ -66,6 +66,8 @@ module connectorPositive(on, to) {
onYBarToXBarPositive();
} else if (on == "yBar" && to == "basePlate") {
onYBarBasePlateConnectorPositive();
} else if (on == "xBar" && to == "yBar") {
onXBarToYBarPositive();
} else if (on == "mainRail" && to == "yBar") {
onMainRailYBarConnectorPositive();
}