UltraLCD enhancements (lower fan resolution, backlash menu) (#13519)
This commit is contained in:
committed by
Scott Lahteine
parent
de0f35f2d9
commit
5679fae11e
@ -49,6 +49,7 @@
|
||||
#endif
|
||||
|
||||
void menu_tmc();
|
||||
void menu_backlash();
|
||||
|
||||
#if ENABLED(DAC_STEPPER_CURRENT)
|
||||
|
||||
@ -647,6 +648,10 @@ void menu_advanced_settings() {
|
||||
}
|
||||
#endif // !SLIM_LCD_MENUS
|
||||
|
||||
#if ENABLED(BACKLASH_GCODE)
|
||||
MENU_ITEM(submenu, MSG_BACKLASH, menu_backlash);
|
||||
#endif
|
||||
|
||||
#if ENABLED(DAC_STEPPER_CURRENT)
|
||||
MENU_ITEM(submenu, MSG_DRIVE_STRENGTH, menu_dac);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user