Correct printing state

This commit is contained in:
Václav Španinger 2024-12-30 12:09:44 +01:00
parent 84c2391cd3
commit 439e9aaf7e

View File

@ -135,6 +135,7 @@ namespace esphome {
ESP_LOGD(TAG, "progress=%.1f", print_progress); ESP_LOGD(TAG, "progress=%.1f", print_progress);
#endif #endif
set_printer_state("PRINTING");
//reset string for next line //reset string for next line
MarlinOutput=""; MarlinOutput="";
return; return;