Browse Source

Apply some tweaks based on 2.0.x

Scott Lahteine 6 years ago
parent
commit
067622fcc6
2 changed files with 6 additions and 2 deletions
  1. 3
    0
      Marlin/Conditionals_LCD.h
  2. 3
    2
      Marlin/pins_AZTEEG_X3.h

+ 3
- 0
Marlin/Conditionals_LCD.h View File

@@ -206,6 +206,9 @@
206 206
   #ifndef ENCODER_STEPS_PER_MENU_ITEM
207 207
     #define ENCODER_STEPS_PER_MENU_ITEM STD_ENCODER_STEPS_PER_MENU_ITEM
208 208
   #endif
209
+  #ifndef ENCODER_FEEDRATE_DEADZONE
210
+    #define ENCODER_FEEDRATE_DEADZONE 6
211
+  #endif
209 212
 
210 213
   // Shift register panels
211 214
   // ---------------------

+ 3
- 2
Marlin/pins_AZTEEG_X3.h View File

@@ -50,6 +50,9 @@
50 50
 //
51 51
 // LCD / Controller
52 52
 //
53
+#undef STAT_LED_RED_PIN
54
+#undef STAT_LED_BLUE_PIN
55
+
53 56
 #if ENABLED(VIKI2) || ENABLED(miniVIKI)
54 57
 
55 58
   #undef DOGLCD_A0
@@ -59,8 +62,6 @@
59 62
   #define DOGLCD_CS         32
60 63
   #define BTN_ENC           12
61 64
 
62
-  #undef STAT_LED_RED_PIN
63
-  #undef STAT_LED_BLUE_PIN
64 65
   #define STAT_LED_RED_PIN  64
65 66
   #define STAT_LED_BLUE_PIN 63
66 67
 

Loading…
Cancel
Save