Prevent DUE / Spindle conflict

Fixes #17449
This commit is contained in:
Scott Lahteine
2020-04-22 18:45:45 -05:00
parent 19873f04d4
commit e222ba4c81
3 changed files with 5 additions and 5 deletions

View File

@ -2694,11 +2694,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)