E3 V2 DWIN: Z-Offset, cleanup, versatility (#19384)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
cosmoderp
2020-09-17 06:35:04 -04:00
committed by GitHub
parent 5926bacea1
commit 073b7f1e3a
9 changed files with 1357 additions and 1087 deletions

View File

@@ -44,7 +44,7 @@
#define BUTTON_PRESSED(BN) !READ(BTN_## BN)
typedef struct {
bool encoderRateEnabled = 0;
bool enabled = false;
int encoderMoveValue = 0;
millis_t lastEncoderTime = 0;
} ENCODER_Rate;