Browse Source

Ensure REPRAPWORLD_KEYPAD_MOVE_STEP is defined

Scott Lahteine 8 years ago
parent
commit
786cdea124
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/Conditionals_LCD.h

+ 3
- 0
Marlin/Conditionals_LCD.h View File

@@ -108,6 +108,9 @@
108 108
 
109 109
   #if ENABLED(REPRAPWORLD_KEYPAD)
110 110
     #define NEWPANEL
111
+    #if ENABLED(ULTIPANEL) && !defined(REPRAPWORLD_KEYPAD_MOVE_STEP)
112
+      #define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
113
+    #endif
111 114
   #endif
112 115
 
113 116
   #if ENABLED(RA_CONTROL_PANEL)

Loading…
Cancel
Save