Fix build (??)
This commit is contained in:
parent
329745368e
commit
c27e4623c5
|
|
@ -864,7 +864,7 @@ void show_fw_version_warnings() {
|
||||||
//! @brief try to check if firmware is on right type of printer
|
//! @brief try to check if firmware is on right type of printer
|
||||||
static void check_if_fw_is_on_right_printer() {
|
static void check_if_fw_is_on_right_printer() {
|
||||||
if (fsensor.probeOtherType()) {
|
if (fsensor.probeOtherType()) {
|
||||||
lcd_show_fullscreen_message_and_wait_P(_i((PRINTER_NAME " firmware detected on " PRINTER_NAME_ALTERNATE " printer")));////c=20 r=4
|
lcd_show_fullscreen_message_and_wait_P(_i(PRINTER_NAME " firmware detected on " PRINTER_NAME_ALTERNATE " printer"));////c=20 r=4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif //defined(FILAMENT_SENSOR) && defined(FSENSOR_PROBING)
|
#endif //defined(FILAMENT_SENSOR) && defined(FSENSOR_PROBING)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue