Browse Source

fixed merge

xifle 12 years ago
parent
commit
98d0d48191
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/ultralcd.cpp

+ 0
- 1
Marlin/ultralcd.cpp View File

76
 static void menu_action_setting_edit_callback_float52(const char* pstr, float* ptr, float minValue, float maxValue, menuFunc_t callbackFunc);
76
 static void menu_action_setting_edit_callback_float52(const char* pstr, float* ptr, float minValue, float maxValue, menuFunc_t callbackFunc);
77
 static void menu_action_setting_edit_callback_long5(const char* pstr, unsigned long* ptr, unsigned long minValue, unsigned long maxValue, menuFunc_t callbackFunc);
77
 static void menu_action_setting_edit_callback_long5(const char* pstr, unsigned long* ptr, unsigned long minValue, unsigned long maxValue, menuFunc_t callbackFunc);
78
 
78
 
79
-#define ENCODER_STEPS_PER_MENU_ITEM 5
80
 #define ENCODER_FEEDRATE_DEADZONE 10
79
 #define ENCODER_FEEDRATE_DEADZONE 10
81
 
80
 
82
 #if !defined(LCD_I2C_VIKI)
81
 #if !defined(LCD_I2C_VIKI)

Loading…
Cancel
Save