Alex Voinea 2 rokov pred
rodič
commit
c27e4623c5
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -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)