Re: G25 sequential on DriveClub
Posted: Tue Feb 02, 2016 6:53 pm
Sorry, I gave you wrong axis ranges. At rest the axis value is 32767, midway it is 0, and fully pressed it is -32767.
So the macro should be:
So the macro should be:
Code: Select all
MACRO JAXIS 4 [-32767,0]
KEYDOWN p
MACRO JAXIS 4 [0,32767]
KEYUP p