Fix some DGUS bugs
- No action on first click of the move button
This commit is contained in:
committed by
Scott Lahteine
parent
e7f3b625b0
commit
cbf349b5eb
@ -37,7 +37,7 @@
|
||||
#include "../../../../ultralcd.h"
|
||||
|
||||
#if ENABLED(DGUS_UI_MOVE_DIS_OPTION)
|
||||
uint16_t distanceToMove = 0.1;
|
||||
uint16_t distanceToMove = 10;
|
||||
#endif
|
||||
|
||||
const uint16_t VPList_Boot[] PROGMEM = {
|
||||
|
Reference in New Issue
Block a user