Browse Source

Have ExtUI::getProgress use ui.get_progress (#13328)

pull/1/head
Tobias Frost 5 years ago
committed by Scott Lahteine
parent
commit
afbec5ff7e
  1. 2
      Marlin/src/lcd/extensible_ui/ui_api.cpp

2
Marlin/src/lcd/extensible_ui/ui_api.cpp

@ -569,7 +569,7 @@ namespace ExtUI {
#endif
uint8_t getProgress_percent() {
return IFSD(card.percentDone(), 0);
return ui.get_progress();
}
uint32_t getProgress_seconds_elapsed() {

Loading…
Cancel
Save