wip on base connector

This commit is contained in:
zhao
2023-01-13 17:21:30 -05:00
parent ba1dc567b7
commit eecdf8c49e
8 changed files with 9053 additions and 78 deletions

View File

@ -4,8 +4,6 @@ include <../helper/screws.scad>
include <./config.scad>
include <./derivedConfig.scad>
include <./xyBarConnector.scad>
include <./xBarBasePlateConnector.scad>
// Temporary
include <./yBar.scad>
@ -49,7 +47,7 @@ module xBar() {
// TODO refactor - probably better off mirroring the side faces and hulling the shell
difference() {
union() {
intersection () {
intersection() {
positive();
halfspace(vpos = [1, 0, 1], p = [0.5, 0, 0]);
@ -69,21 +67,10 @@ module xBar() {
yBarConnectorFromX_N();
}
}
// TODO change me?
translate(v=[0,xBarWidth,0])
basePlateMount();
translate(v=[xBarDepth,xBarWidth,0])
mirror(v=[1,0,0])
basePlateMount();
}
xBar();
}
translate(v=[-30,0,0])
*yBar();
xBar();