Merge pull request #2074 from kuhnmarek/MK3_PFW-967_filament_sensor_check

Fw version check disabled in farm mode
This commit is contained in:
DRracer 2019-08-05 17:41:16 +02:00 committed by GitHub
commit 5cb86a7e8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1509,8 +1509,10 @@ void setup()
#ifndef DEBUG_DISABLE_STARTMSGS
KEEPALIVE_STATE(PAUSED_FOR_USER);
check_if_fw_is_on_right_printer();
show_fw_version_warnings();
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