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