optimize stls

This commit is contained in:
zhao
2023-06-10 16:02:07 -04:00
parent 935240a098
commit d20287a672
18 changed files with 18 additions and 49 deletions

View File

@ -66,8 +66,6 @@ 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();
}