Skip to content

Commit 9027771

Browse files
committed
updating the USB block shape
1 parent 48b44c7 commit 9027771

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BaseBot.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class BoardMaker{
3434
static double lowerKeepaway = 6.3
3535
static double holeCornerInset = 1.8+1.5
3636
static double boardConnects = 2.3
37-
static double usbThickness = 8
37+
static double usbThickness = 6.9
3838
static double wireHeight = 5
3939
static double wireRadius = 1.5
4040
static double negativeWireOffset = 3-3.5
@@ -198,7 +198,7 @@ class BoardMaker{
198198
.toZMin()
199199
.movey(27.75)
200200

201-
CSG usbkeepaway = new RoundedCube(10.4,20.73,usbThickness)
201+
CSG usbkeepaway = new RoundedCube(11.1,20.73,usbThickness)
202202
.cornerRadius(1)
203203
.toCSG()
204204
.toYMin()

0 commit comments

Comments
 (0)