Merge pull request #2074 from kuhnmarek/MK3_PFW-967_filament_sensor_check
Fw version check disabled in farm mode
This commit is contained in:
commit
5cb86a7e8f
|
|
@ -1509,8 +1509,10 @@ void setup()
|
||||||
#ifndef DEBUG_DISABLE_STARTMSGS
|
#ifndef DEBUG_DISABLE_STARTMSGS
|
||||||
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
||||||
|
|
||||||
check_if_fw_is_on_right_printer();
|
if (!farm_mode) {
|
||||||
show_fw_version_warnings();
|
check_if_fw_is_on_right_printer();
|
||||||
|
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…
Reference in New Issue