CUTTER_POWER_DISPLAY PWM => PWM255

This commit is contained in:
Scott Lahteine 2020-04-22 18:57:44 -05:00
parent e80bdbc1a3
commit 7706e141f4
147 changed files with 294 additions and 294 deletions

View file

@ -2696,11 +2696,11 @@
/**
* Speed / Power can be set ('M3 S') and displayed in terms of:
* - PWM (S0 - S255)
* - PWM255 (S0 - S255)
* - PERCENT (S0 - S100)
* - RPM (S0 - S50000) Best for use with a spindle
*/
#define CUTTER_POWER_DISPLAY PWM
#define CUTTER_POWER_DISPLAY PWM255
/**
* Relative mode uses relative range (SPEED_POWER_MIN to SPEED_POWER_MAX) instead of normal range (0 to SPEED_POWER_MAX)