Skip to content

Commit 1d42c52

Browse files
committed
move the USB to joint
1 parent bdef953 commit 1d42c52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BaseBot.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,9 @@ try {
611611
CSG usb = new Cube(12.0, 14.5,4.56).toCSG()
612612
.toYMax()
613613
.toXMin()
614+
.toZMin()
614615
.movey(servoBlock.getMaxY())
615-
.movez(servoBlock.getMinZ()+6)
616+
.movez(servoBlock.getMinZ())
616617
.movex(servoBlock.getMinX()+3)
617618

618619
CSG hingingPlate = new Cube(bot.getTotalX()-caseRounding*2,bot.getTotalY()+hingePartRadius+hingePartRadius/2, plateThickness).toCSG()

0 commit comments

Comments
 (0)