1711
General Mach Discussion / Re: Create my own G function ?
« on: April 20, 2015, 04:12:43 PM »
G31 is your friend
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
setUserLed(2100,1)
add this conde in M5setUserLed(2100,0)
If (GetUserLed(2100)=True) and (GetLed(4)=True) Then
If Not IsActive(Input1) Then
DoSpinCW()
End if
End If
If IsActive(Input1) Then
DoSpinStop()
End if