AnyCubic Vyper / Vyper LCD (#25405)

This commit is contained in:
Bob Kuhn
2023-03-26 04:07:25 -05:00
committed by GitHub
parent ea5d7e2eee
commit 0021a58943
39 changed files with 4951 additions and 53 deletions

View File

@@ -113,7 +113,7 @@ void PrintJobRecovery::changed() {
purge();
else if (IS_SD_PRINTING())
save(true);
TERN_(EXTENSIBLE_UI, ExtUI::onSetPowerLoss(onoff));
TERN_(EXTENSIBLE_UI, ExtUI::onSetPowerLoss(enabled));
}
/**