Add heating progress bars (#12543)

This commit is contained in:
Scott Lahteine
2018-11-27 21:15:52 -06:00
committed by GitHub
parent 929a513a6b
commit 4f9ec9ab45
66 changed files with 315 additions and 239 deletions

View File

@ -257,6 +257,12 @@ void MarlinUI::init() {
#if HAS_ENCODER_ACTION
encoderDiff = 0;
#endif
#if ENABLED(MARLIN_DEV_MODE)
// Start timer 5 at full speed
SET_CS(5, PRESCALER_1);
SET_COM(5, A, NORMAL);
#endif
}
bool MarlinUI::get_blink() {