update tolerances for x-y connectors

This commit is contained in:
zhao
2023-03-25 23:12:31 -04:00
parent 1db5c4593b
commit edbb4bc0d8
9 changed files with 48174 additions and 51873 deletions

View File

@ -3,8 +3,6 @@ include <../helper/dovetail.scad>
include <../helper/halfspace.scad>
include <./config.scad>
//xBarConnectorFromY_N();
module xBarConnectorFromY_N() {
y = 27;
z = 6;
@ -16,8 +14,8 @@ module xBarConnectorFromY_N() {
module xBarConnectorFromY_P() {
rotate(a=[0,0,-90])
dovetail(topWidth = 15, bottomWidth = 12, height = 2, length = yBarHeight, headExtension = 1, baseExtension = 2, frontFaceLength = 0.5,
frontFaceScale = 0.90,
dovetail(topWidth = 15, bottomWidth = 12, height = 2, length = yBarHeight, headExtension = 1, baseExtension = 2, frontFaceLength = 2,
frontFaceScale = 0.85,
backFaceLength = 5,
backFaceScale = 1.2);
}
@ -26,8 +24,7 @@ module xBarConnectorFromY_P() {
module yBarConnectorFromX_N() {
y = 27;
z = 6;
slack = 0.3;
slack = 0.4;
translate(v=[-0.5,14,0])
mirror(v=[1,0,0])
@ -35,7 +32,7 @@ module yBarConnectorFromX_N() {
dovetail(topWidth = 15+slack, bottomWidth = 12+slack, height = 2+slack, length = yBarHeight, headExtension = 1, baseExtension = 2, frontFaceLength = 0.5,
frontFaceScale = 1.1,
backFaceLength = 5,
backFaceScale = 1.2);
backFaceScale = 1.3);
// TODO clean this up
translate(v = [-6, y, z])