I have enabled CNC milling support. #define SUPPORT_CNC 1 #define CNC_WAIT_ON_ENABLE 300 #define CN

I have enabled CNC milling support.

#define SUPPORT_CNC 1
#define CNC_ENABLE_PIN 5
#define CMC_ENABLE_WITH 1
#define CNC_DIRECTION_PIN 4
#define CNC_DIRECTION_CW 1

I can not get PWM to adjust the speed.
What does (only with extension That event support this) ?

Comments

  • That is correct. It is only on or off. You need to write a event handler to convert speed setting to pwm on your own. In V2 firmware there will be hardware pwm support and mor eoptions so it will work there out of the box, but that version is not ready so far.
  • Thank you
Sign In or Register to comment.