Here are the macros that will revers the spindle depending on the gear that you are running. This was done to help people that are running Bp's because back gear will revers the spindle... Put the M3 code in the m3.m1s and the M4 in the m4.m1s macro
'M3.m1s
If (GetOEMDRO (56) = 1) Then
DoSpinCW()
End If
If (GetOEMDRO (56) = 2) Then
DoSpinCCW()
End If
'M4.m1s
If (GetOEMDRO (56) = 1) Then
DoSpinCCW()
End If
If (GetOEMDRO (56) = 2) Then
DoSpinCW()
End If
Hope this will help a few of you