update some tolerances

This commit is contained in:
zhao
2023-03-19 15:02:46 -04:00
parent 65a2be0546
commit 3e2887b3f5
4 changed files with 16 additions and 4 deletions

View File

@ -1,6 +1,9 @@
include <../helper/math.scad>
include <../helper/common.scad>
include <../misc/magnet.scad>
include <../helper/screws.scad>
include <./config.scad>
connectorRectWidth = 10;
connectorRectDepth = 10;
@ -15,6 +18,8 @@ connectorRectSocketSlack = 0.1;
connectorBottomToScrew = 6;
*stackConnectorPlug();
module stackConnectorBase(rectSlack) {
wSlacked = connectorRectWidth + rectSlack;