uint8_tlcdDrawUpdate=LCDVIEW_CLEAR_CALL_REDRAW;// Set when the LCD needs to draw, decrements after every draw. Set to 2 in LCD routines so the LCD gets at least 1 full redraw (first redraw is partial)
uint8_tlcdDrawUpdate=LCDVIEW_CLEAR_CALL_REDRAW;// Set when the LCD needs to draw, decrements after every draw. Set to 2 in LCD routines so the LCD gets at least 1 full redraw (first redraw is partial)
#if ENABLED(DAC_STEPPER_CURRENT)
#include"stepper_dac.h" //was dac_mcp4728.h MarlinMain uses stepper dac for the m-codes
uint16_tdriverPercent[XYZE];
#endif
#if ENABLED(ULTIPANEL)
#if ENABLED(ULTIPANEL)
// place-holders for Ki and Kd edits
// place-holders for Ki and Kd edits
@ -114,6 +119,13 @@ uint8_t lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW; // Set when the LCD needs to