We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b44c7 commit 9027771Copy full SHA for 9027771
1 file changed
BaseBot.groovy
@@ -34,7 +34,7 @@ class BoardMaker{
34
static double lowerKeepaway = 6.3
35
static double holeCornerInset = 1.8+1.5
36
static double boardConnects = 2.3
37
- static double usbThickness = 8
+ static double usbThickness = 6.9
38
static double wireHeight = 5
39
static double wireRadius = 1.5
40
static double negativeWireOffset = 3-3.5
@@ -198,7 +198,7 @@ class BoardMaker{
198
.toZMin()
199
.movey(27.75)
200
201
- CSG usbkeepaway = new RoundedCube(10.4,20.73,usbThickness)
+ CSG usbkeepaway = new RoundedCube(11.1,20.73,usbThickness)
202
.cornerRadius(1)
203
.toCSG()
204
.toYMin()
0 commit comments