4444
4545#Switch and Scale
4646RRRx:
47- moveto (0, 128.4) (-41.4, 128.4) 90 #Drive directly forward then turn into switch
47+ moveto (0, 128.4) (-41.4, 128.4) - 90 #Drive directly forward then turn into switch
4848 switch
4949 moveto (0, 128.4) #Back out from switch
5050 moveto (0, 80.4) (-9, 80.4) #Drive toward cubes
5454 scale
5555
5656RRLx:
57- moveto (0, 128.4) (-41.4, 128.4) 90 #Drive directly forward then turn into switch
57+ moveto (0, 128.4) (-41.4, 128.4) - 90 #Drive directly forward then turn into switch
5858 switch
5959 moveto (0, 128.4) #Back out from switch
6060 moveto (0, 80.4) (-9, 80.4) -90 #Drive toward cubes
7474 switch
7575
7676RLLx:
77- moveto (0, 188.4) (-210.6,188.4) (-210.6, 128.4) (-186.6, 128.4) - 90 #Curve around switch and then "ram" into switch
77+ moveto (0, 188.4) (-210.6,188.4) (-210.6, 128.4) (-186.6, 128.4) 90 #Curve around switch and then "ram" into switch
7878 switch
7979 moveto (-246.6, 128.4) #Back out from switch
8080 moveto (-246.6, 80.4) (-144, 80.4) #Drive toward cubes
@@ -87,17 +87,16 @@ RLLx:
8787
8888#Switch and Exchange
8989RRxE:
90- moveto (0, 128.4) (-41.4, 128.4) 90 #Drive directly forward then turn into switch
90+ moveto (0, 128.4) (-41.4, 128.4) - 90 #Drive directly forward then turn into switch
9191 switch
92- moveto (-192, 128.4) #Back out from switch
93- moveto (-192, 80.4) (-144, 80.4) #Drive toward cubes
94- #intake
92+ moveto (0, 128.4) (0,80.4) (-144, 80.4) #Back out from switch
93+ intake
9594 moveto (0, 80.4) #Back out from cubes
96- moveto (0, 188.4) (-210.6, 188.4) (-210.6, 44.4) (-123.6, 44.4) (-123.6, -39.6) 180 #Curve around switch for baseline #then go to
95+ moveto (0, 188.4) (-210.6, 188.4) (-210.6, 44.4) (-123.6, 44.4) 180 #Curve around switch for baseline #then go to
9796 exchange
9897
9998RLxE:
100- moveto (0, 188.4) (-210.6,188.4) (-210.6, 128.4) (-186.6, 128.4) 180 #Curve around switch and then "ram" into switch
99+ moveto (0, 188.4) (-210.6,188.4) (-210.6, 128.4) (-186.6, 128.4) 90 #Curve around switch and then "ram" into switch
101100 switch
102101 moveto (-246.6, 128.4) #Back out from switch
103102 moveto (-246.6, 80.4) (-12, 80.4) #Drive toward cubes
0 commit comments