Skip to content

Commit d8ae7cb

Browse files
committed
Revert inverted "Running wizard ..." message
Update build number +1 for PR + one for merge
1 parent f716759 commit d8ae7cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firmware/Configuration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern PGM_P sPrinterName;
2727
#define FW_VERSION STR(FW_MAJOR) "." STR(FW_MINOR) "." STR(FW_REVISION) "-" STR(FW_FLAVOR) "" STR(FW_FLAVERSION)
2828
#endif
2929

30-
#define FW_COMMIT_NR 5684
30+
#define FW_COMMIT_NR 5686
3131

3232
// FW_VERSION_UNKNOWN means this is an unofficial build.
3333
// The firmware should only be checked into github with this symbol.

Firmware/ultralcd.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3971,7 +3971,7 @@ void lcd_wizard() {
39713971
bool result = true;
39723972
if (calibration_status_get(CALIBRATION_WIZARD_STEPS)) {
39733973
// calibration already performed: ask before clearing the previous status
3974-
result = !lcd_show_multiscreen_message_yes_no_and_wait_P(_i("Running Wizard will delete current calibration results and start from the beginning. Continue?"), false);////MSG_WIZARD_RERUN c=20 r=7
3974+
result = lcd_show_multiscreen_message_yes_no_and_wait_P(_i("Running Wizard will delete current calibration results and start from the beginning. Continue?"), false);////MSG_WIZARD_RERUN c=20 r=7
39753975
}
39763976
if (result) {
39773977
calibration_status_clear(CALIBRATION_WIZARD_STEPS);

0 commit comments

Comments
 (0)