Fix build (??)

This commit is contained in:
Alex Voinea 2022-03-02 12:16:15 +01:00 committed by D.R.racer
parent 329745368e
commit c27e4623c5
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ void show_fw_version_warnings() {
//! @brief try to check if firmware is on right type of printer
static void check_if_fw_is_on_right_printer() {
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)