Apply some tweaks based on 2.0.x

This commit is contained in:
Scott Lahteine
2017-10-09 16:28:33 -05:00
parent ae256576e1
commit 067622fcc6
2 changed files with 6 additions and 2 deletions

View File

@@ -206,6 +206,9 @@
#ifndef ENCODER_STEPS_PER_MENU_ITEM
#define ENCODER_STEPS_PER_MENU_ITEM STD_ENCODER_STEPS_PER_MENU_ITEM
#endif
#ifndef ENCODER_FEEDRATE_DEADZONE
#define ENCODER_FEEDRATE_DEADZONE 6
#endif
// Shift register panels
// ---------------------