CNCDriver

seems there is a typo in Drivers.cpp

line 222 :

if(EVENT_SPINDLE_CW(rpm)

should be :  if(EVENT_SPINDLE_CCW(rpm)

just found that during writing PWM implementation

Comments

Sign In or Register to comment.