add features

This commit is contained in:
zhao
2023-05-13 15:53:02 -04:00
parent b54786cb9d
commit 37313b65c9
9 changed files with 169 additions and 45 deletions

View File

@ -104,20 +104,6 @@ module stackConnectorPlug() {
}
}
module stackConnectorDual() {
space = 0.5; // extra space inbetween
translate(v=[0,0,space])
stackConnectorPlug();
mirror(v=[0,0,1])
stackConnectorPlug();
cube(size=[connectorRectWidth+connectorRectPlugSlack, connectorRectDepth+connectorRectPlugSlack, space]);
}
module stackConnectorBottom() {
height = 2; // space between bottom and floor