CNCDriver
in Bug Reports
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