Merge pull request #3495 from jbrazio/bugfix/followup-3485
Throw an error if ENCODER_PULSES_PER_STEP < -1
This commit is contained in:
commit
9e95f30de0
@ -290,6 +290,10 @@
|
|||||||
#error ULTIPANEL requires some kind of encoder.
|
#error ULTIPANEL requires some kind of encoder.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENCODER_PULSES_PER_STEP < 0
|
||||||
|
#error ENCODER_PULSES_PER_STEP should not be negative, use REVERSE_MENU_DIRECTION instead
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delta has limited bed leveling options
|
* Delta has limited bed leveling options
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user