Fw version check disabled in farm mode
This commit is contained in:
parent
6f3844cc00
commit
091cd49ca5
1 changed files with 4 additions and 2 deletions
|
@ -1509,8 +1509,10 @@ void setup()
|
||||||
#ifndef DEBUG_DISABLE_STARTMSGS
|
#ifndef DEBUG_DISABLE_STARTMSGS
|
||||||
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
||||||
|
|
||||||
|
if (!farm_mode) {
|
||||||
check_if_fw_is_on_right_printer();
|
check_if_fw_is_on_right_printer();
|
||||||
show_fw_version_warnings();
|
show_fw_version_warnings();
|
||||||
|
}
|
||||||
|
|
||||||
switch (hw_changed) {
|
switch (hw_changed) {
|
||||||
//if motherboard or printer type was changed inform user as it can indicate flashing wrong firmware version
|
//if motherboard or printer type was changed inform user as it can indicate flashing wrong firmware version
|
||||||
|
|
Loading…
Add table
Reference in a new issue