mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-11 16:57:56 -06:00
CUTTER_POWER_DISPLAY PWM => PWM255
This commit is contained in:
parent
e80bdbc1a3
commit
7706e141f4
147 changed files with 294 additions and 294 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue