Welcome! Log In Create A New Profile

Advanced

Errore download firmware MarlinKimbra con Arduino

Posted by davgiuffrida 
Errore download firmware MarlinKimbra con Arduino
July 28, 2016 05:01AM
Salve a tutti,

sto cercando di caricare il fw di MarlinKimbra sulla scheda della mia stampante 3D con Arduino Mega 2560, purtroppo quando faccio la verifica ho degli errori che mi vengono riportati dall' IDE Arduino 1.6.9. Qualcuno sa consigliarmi la soluzione? Grazie





Arduino:1.6.9 (Windows 8.1), Scheda:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

In file included from sketch\Configuration_adv.h:529:0,

                 from sketch\Configuration.h:613,

                 from F:\Davide backup\Windows\Documenti\Stampante 3D\Firmware & configurations\MarlinKimbra_mod\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z.ino:31:

sketch\conditionals.h:238:0: warning: "DRIVER_EXTRUDERS" redefined [enabled by default]

     #define DRIVER_EXTRUDERS EXTRUDERS // This defines the number of Driver extruder

 ^

In file included from F:\Davide backup\Windows\Documenti\Stampante 3D\Firmware & configurations\MarlinKimbra_mod\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z.ino:31:0:

sketch\Configuration.h:76:0: note: this is the location of the previous definition

 #define DRIVER_EXTRUDERS 1

 ^

In file included from sketch\conditionals.h:253:0,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from F:\Davide backup\Windows\Documenti\Stampante 3D\Firmware & configurations\MarlinKimbra_mod\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z.ino:31:

sketch\pins.h:5447:0: warning: "X_MAX_PIN" redefined [enabled by default]

   #define X_MAX_PIN -1

 ^

In file included from sketch\pins.h:5440:0,

                 from sketch\conditionals.h:253,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from F:\Davide backup\Windows\Documenti\Stampante 3D\Firmware & configurations\MarlinKimbra_mod\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z.ino:31:

sketch\pins2tool.h:59:0: note: this is the location of the previous definition

 #define X_MAX_PIN        ORIG_X_MAX_PIN

 ^

In file included from sketch\conditionals.h:253:0,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from F:\Davide backup\Windows\Documenti\Stampante 3D\Firmware & configurations\MarlinKimbra_mod\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z.ino:31:

sketch\pins.h:5453:0: warning: "Y_MAX_PIN" redefined [enabled by default]

   #define Y_MAX_PIN -1

 ^

In file included from sketch\pins.h:5440:0,

                 from sketch\conditionals.h:253,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from F:\Davide backup\Windows\Documenti\Stampante 3D\Firmware & configurations\MarlinKimbra_mod\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z.ino:31:

sketch\pins2tool.h:61:0: note: this is the location of the previous definition

 #define Y_MAX_PIN        ORIG_Y_MAX_PIN

 ^

In file included from sketch\conditionals.h:253:0,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from F:\Davide backup\Windows\Documenti\Stampante 3D\Firmware & configurations\MarlinKimbra_mod\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z.ino:31:

sketch\pins.h:5459:0: warning: "Z_MAX_PIN" redefined [enabled by default]

   #define Z_MAX_PIN -1

 ^

In file included from sketch\pins.h:5440:0,

                 from sketch\conditionals.h:253,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from F:\Davide backup\Windows\Documenti\Stampante 3D\Firmware & configurations\MarlinKimbra_mod\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z\MarlinKimbra_15lug16_asse_x_y_z.ino:31:

sketch\pins2tool.h:63:0: note: this is the location of the previous definition

 #define Z_MAX_PIN        ORIG_Z_MAX_PIN

 ^

In file included from sketch\Configuration_adv.h:529:0,

                 from sketch\Configuration.h:613,

                 from sketch\Marlin.h:25,

                 from sketch\ultralcd.h:4,

                 from sketch\ultralcd.cpp:1:

sketch\conditionals.h:238:0: warning: "DRIVER_EXTRUDERS" redefined [enabled by default]

     #define DRIVER_EXTRUDERS EXTRUDERS // This defines the number of Driver extruder

 ^

In file included from sketch\Marlin.h:25:0,

                 from sketch\ultralcd.h:4,

                 from sketch\ultralcd.cpp:1:

sketch\Configuration.h:76:0: note: this is the location of the previous definition

 #define DRIVER_EXTRUDERS 1

 ^

In file included from sketch\conditionals.h:253:0,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from sketch\Marlin.h:25,

                 from sketch\ultralcd.h:4,

                 from sketch\ultralcd.cpp:1:

sketch\pins.h:5447:0: warning: "X_MAX_PIN" redefined [enabled by default]

   #define X_MAX_PIN -1

 ^

In file included from sketch\pins.h:5440:0,

                 from sketch\conditionals.h:253,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from sketch\Marlin.h:25,

                 from sketch\ultralcd.h:4,

                 from sketch\ultralcd.cpp:1:

sketch\pins2tool.h:59:0: note: this is the location of the previous definition

 #define X_MAX_PIN        ORIG_X_MAX_PIN

 ^

In file included from sketch\conditionals.h:253:0,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from sketch\Marlin.h:25,

                 from sketch\ultralcd.h:4,

                 from sketch\ultralcd.cpp:1:

sketch\pins.h:5453:0: warning: "Y_MAX_PIN" redefined [enabled by default]

   #define Y_MAX_PIN -1

 ^

In file included from sketch\pins.h:5440:0,

                 from sketch\conditionals.h:253,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from sketch\Marlin.h:25,

                 from sketch\ultralcd.h:4,

                 from sketch\ultralcd.cpp:1:

sketch\pins2tool.h:61:0: note: this is the location of the previous definition

 #define Y_MAX_PIN        ORIG_Y_MAX_PIN

 ^

In file included from sketch\conditionals.h:253:0,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from sketch\Marlin.h:25,

                 from sketch\ultralcd.h:4,

                 from sketch\ultralcd.cpp:1:

sketch\pins.h:5459:0: warning: "Z_MAX_PIN" redefined [enabled by default]

   #define Z_MAX_PIN -1

 ^

In file included from sketch\pins.h:5440:0,

                 from sketch\conditionals.h:253,

                 from sketch\Configuration_adv.h:529,

                 from sketch\Configuration.h:613,

                 from sketch\Marlin.h:25,

                 from sketch\ultralcd.h:4,

                 from sketch\ultralcd.cpp:1:

sketch\pins2tool.h:63:0: note: this is the location of the previous definition

 #define Z_MAX_PIN        ORIG_Z_MAX_PIN

 ^

In file included from sketch\ultralcd.cpp:4:0:

sketch\language.h:230:0: warning: "MSG_WATCHDOG_RESET" redefined [enabled by default]

 #define MSG_WATCHDOG_RESET                  "Something is wrong, please turn off the printer."

 ^

In file included from sketch\ultralcd.cpp:4:0:

sketch\language.h:93:0: note: this is the location of the previous definition

 #define MSG_WATCHDOG_RESET                  " Watchdog Reset"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:69:45: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

 #define MSG_MIN                             " "LCD_STR_THERMOMETER " Min"

                                             ^

sketch\language_en.h:70:45: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

 #define MSG_MAX                             " "LCD_STR_THERMOMETER " Max"

                                             ^

sketch\language_en.h:71:45: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

 #define MSG_FACTOR                          " "LCD_STR_THERMOMETER " Fact"

                                             ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:20:0: warning: "WELCOME_MSG" redefined [enabled by default]

 #define WELCOME_MSG                         MACHINE_NAME " pronta."

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:20:0: note: this is the location of the previous definition

 #define WELCOME_MSG                         MACHINE_NAME " ready."

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:21:0: warning: "MSG_SD_INSERTED" redefined [enabled by default]

 #define MSG_SD_INSERTED                     "SD Card inserita"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:21:0: note: this is the location of the previous definition

 #define MSG_SD_INSERTED                     "Card inserted"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:22:0: warning: "MSG_SD_REMOVED" redefined [enabled by default]

 #define MSG_SD_REMOVED                      "SD Card rimossa"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:22:0: note: this is the location of the previous definition

 #define MSG_SD_REMOVED                      "Card removed"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:23:0: warning: "MSG_MAIN" redefined [enabled by default]

 #define MSG_MAIN                            "Menu principale"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:23:0: note: this is the location of the previous definition

 #define MSG_MAIN                            "Main"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:25:0: warning: "MSG_DISABLE_STEPPERS" redefined [enabled by default]

 #define MSG_DISABLE_STEPPERS                "Disabilita Motori"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:25:0: note: this is the location of the previous definition

 #define MSG_DISABLE_STEPPERS                "Disable steppers"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:26:0: warning: "MSG_AUTO_HOME" redefined [enabled by default]

 #define MSG_AUTO_HOME                       "Auto Home"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:26:0: note: this is the location of the previous definition

 #define MSG_AUTO_HOME                       "Auto home"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:35:0: warning: "MSG_SET_HOME_OFFSETS" redefined [enabled by default]

 #define MSG_SET_HOME_OFFSETS                "Setta offset home"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:35:0: note: this is the location of the previous definition

 #define MSG_SET_HOME_OFFSETS                "Set home offsets"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:36:0: warning: "MSG_SET_ORIGIN" redefined [enabled by default]

 #define MSG_SET_ORIGIN                      "Imposta Origine"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:36:0: note: this is the location of the previous definition

 #define MSG_SET_ORIGIN                      "Set origin"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:37:0: warning: "MSG_PREHEAT_PLA" redefined [enabled by default]

 #define MSG_PREHEAT_PLA                     "Preriscalda PLA"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:37:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_PLA                     "Preheat PLA"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:38:0: warning: "MSG_PREHEAT_PLA_ALL" redefined [enabled by default]

 #define MSG_PREHEAT_PLA_ALL                 "Prer. PLA Tutto"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:38:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_PLA_ALL                 "Preheat PLA All"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:39:0: warning: "MSG_PREHEAT_PLA_BEDONLY" redefined [enabled by default]

 #define MSG_PREHEAT_PLA_BEDONLY             "Prer. PLA Piatto"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:39:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_PLA_BEDONLY             "Preheat PLA Bed"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:40:0: warning: "MSG_PREHEAT_PLA_SETTINGS" redefined [enabled by default]

 #define MSG_PREHEAT_PLA_SETTINGS            "Config. prer. PLA"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:40:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_PLA_SETTINGS            "Preheat PLA conf"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:41:0: warning: "MSG_PREHEAT_ABS" redefined [enabled by default]

 #define MSG_PREHEAT_ABS                     "Preriscalda ABS"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:41:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_ABS                     "Preheat ABS"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:42:0: warning: "MSG_PREHEAT_ABS_ALL" redefined [enabled by default]

 #define MSG_PREHEAT_ABS_ALL                 "Prer. ABS Tutto"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:42:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_ABS_ALL                 "Preheat ABS All"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:43:0: warning: "MSG_PREHEAT_ABS_BEDONLY" redefined [enabled by default]

 #define MSG_PREHEAT_ABS_BEDONLY             "Prer. ABS Piatto"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:43:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_ABS_BEDONLY             "Preheat ABS Bed"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:44:0: warning: "MSG_PREHEAT_ABS_SETTINGS" redefined [enabled by default]

 #define MSG_PREHEAT_ABS_SETTINGS            "Config. prer. ABS"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:44:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_ABS_SETTINGS            "Preheat ABS conf"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:45:0: warning: "MSG_PREHEAT_GUM" redefined [enabled by default]

 #define MSG_PREHEAT_GUM                     "Preriscalda GOMMA"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:45:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_GUM                     "Preheat GUM"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:46:0: warning: "MSG_PREHEAT_GUM_ALL" redefined [enabled by default]

 #define MSG_PREHEAT_GUM_ALL                 "Preri. GOMMA Tutto"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:46:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_GUM_ALL                 "Preheat GUM All"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:47:0: warning: "MSG_PREHEAT_GUM_BEDONLY" redefined [enabled by default]

 #define MSG_PREHEAT_GUM_BEDONLY             "Preri. GOMMA Piatto"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:47:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_GUM_BEDONLY             "Preheat GUM Bed"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:48:0: warning: "MSG_PREHEAT_GUM_SETTINGS" redefined [enabled by default]

 #define MSG_PREHEAT_GUM_SETTINGS            "Config. prer. GOMMA"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:48:0: note: this is the location of the previous definition

 #define MSG_PREHEAT_GUM_SETTINGS            "Preheat GUM conf"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:49:0: warning: "MSG_COOLDOWN" redefined [enabled by default]

 #define MSG_COOLDOWN                        "Raffredda"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:49:0: note: this is the location of the previous definition

 #define MSG_COOLDOWN                        "Cooldown"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:50:0: warning: "MSG_SWITCH_PS_ON" redefined [enabled by default]

 #define MSG_SWITCH_PS_ON                    "Accendi aliment."

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:50:0: note: this is the location of the previous definition

 #define MSG_SWITCH_PS_ON                    "Switch power on"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:51:0: warning: "MSG_SWITCH_PS_OFF" redefined [enabled by default]

 #define MSG_SWITCH_PS_OFF                   "Spegni aliment."

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:51:0: note: this is the location of the previous definition

 #define MSG_SWITCH_PS_OFF                   "Switch power off"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:52:0: warning: "MSG_EXTRUDE" redefined [enabled by default]

 #define MSG_EXTRUDE                         "Estrudi"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:52:0: note: this is the location of the previous definition

 #define MSG_EXTRUDE                         "Extrude"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:53:0: warning: "MSG_RETRACT" redefined [enabled by default]

 #define MSG_RETRACT                         "Ritrai"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:53:0: note: this is the location of the previous definition

 #define MSG_RETRACT                         "Retract"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:54:0: warning: "MSG_MOVE_AXIS" redefined [enabled by default]

 #define MSG_MOVE_AXIS                       "Muovi Asse"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:54:0: note: this is the location of the previous definition

 #define MSG_MOVE_AXIS                       "Move axis"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:56:0: warning: "MSG_MOVE_X" redefined [enabled by default]

 #define MSG_MOVE_X                          "Muovi X"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:56:0: note: this is the location of the previous definition

 #define MSG_MOVE_X                          "Move X"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:57:0: warning: "MSG_MOVE_Y" redefined [enabled by default]

 #define MSG_MOVE_Y                          "Muovi Y"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:57:0: note: this is the location of the previous definition

 #define MSG_MOVE_Y                          "Move Y"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:58:0: warning: "MSG_MOVE_Z" redefined [enabled by default]

 #define MSG_MOVE_Z                          "Muovi Z"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:58:0: note: this is the location of the previous definition

 #define MSG_MOVE_Z                          "Move Z"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:59:0: warning: "MSG_MOVE_E" redefined [enabled by default]

 #define MSG_MOVE_E                          "Estrusore"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:59:0: note: this is the location of the previous definition

 #define MSG_MOVE_E                          "Extruder"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:60:0: warning: "MSG_MOVE_01MM" redefined [enabled by default]

 #define MSG_MOVE_01MM                       "Muovi di 0.1mm"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:60:0: note: this is the location of the previous definition

 #define MSG_MOVE_01MM                       "Move 0.1mm"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:61:0: warning: "MSG_MOVE_1MM" redefined [enabled by default]

 #define MSG_MOVE_1MM                        "Muovi di   1mm"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:61:0: note: this is the location of the previous definition

 #define MSG_MOVE_1MM                        "Move 1mm"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:62:0: warning: "MSG_MOVE_10MM" redefined [enabled by default]

 #define MSG_MOVE_10MM                       "Muovi di  10mm"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:62:0: note: this is the location of the previous definition

 #define MSG_MOVE_10MM                       "Move 10mm"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:63:0: warning: "MSG_SPEED" redefined [enabled by default]

 #define MSG_SPEED                           "Velocità"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:63:0: note: this is the location of the previous definition

 #define MSG_SPEED                           "Speed"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:64:0: warning: "MSG_NOZZLE" redefined [enabled by default]

 #define MSG_NOZZLE                          "Ugello"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:64:0: note: this is the location of the previous definition

 #define MSG_NOZZLE                          "Nozzle"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:65:0: warning: "MSG_BED" redefined [enabled by default]

 #define MSG_BED                             "Piatto"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:65:0: note: this is the location of the previous definition

 #define MSG_BED                             "Bed"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:66:0: warning: "MSG_FAN_SPEED" redefined [enabled by default]

 #define MSG_FAN_SPEED                       "Ventola"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:66:0: note: this is the location of the previous definition

 #define MSG_FAN_SPEED                       "Fan speed"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:67:0: warning: "MSG_FLOW" redefined [enabled by default]

 #define MSG_FLOW                            "Flusso"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:67:0: note: this is the location of the previous definition

 #define MSG_FLOW                            "Flow"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:68:0: warning: "MSG_CONTROL" redefined [enabled by default]

 #define MSG_CONTROL                         "Controllo"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:68:0: note: this is the location of the previous definition

 #define MSG_CONTROL                         "Control"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:69:45: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

 #define MSG_MIN                             " "LCD_STR_THERMOMETER " Min"

                                             ^

sketch\language_it.h:70:45: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

 #define MSG_MAX                             " "LCD_STR_THERMOMETER " Max"

                                             ^

sketch\language_it.h:71:45: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

 #define MSG_FACTOR                          " "LCD_STR_THERMOMETER " Fact"

                                             ^

sketch\language_it.h:82:0: warning: "MSG_ACC" redefined [enabled by default]

 #define MSG_ACC                             "Accel."

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:82:0: note: this is the location of the previous definition

 #define MSG_ACC                             "Accel"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:86:0: warning: "MSG_VMAX" redefined [enabled by default]

 #define MSG_VMAX                            "Vmax"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:86:0: note: this is the location of the previous definition

 #define MSG_VMAX                            "Vmax "

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:93:0: warning: "MSG_AMAX" redefined [enabled by default]

 #define MSG_AMAX                            "Amax"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:93:0: note: this is the location of the previous definition

 #define MSG_AMAX                            "Amax "

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:103:0: warning: "MSG_TEMPERATURE" redefined [enabled by default]

 #define MSG_TEMPERATURE                     "Temperatura"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:103:0: note: this is the location of the previous definition

 #define MSG_TEMPERATURE                     "Temperature"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:104:0: warning: "MSG_MOTION" redefined [enabled by default]

 #define MSG_MOTION                          "Movimento"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:104:0: note: this is the location of the previous definition

 #define MSG_MOTION                          "Motion"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:105:0: warning: "MSG_VOLUMETRIC" redefined [enabled by default]

 #define MSG_VOLUMETRIC                      "Filamento"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:105:0: note: this is the location of the previous definition

 #define MSG_VOLUMETRIC                      "Filament"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:106:0: warning: "MSG_VOLUMETRIC_ENABLED" redefined [enabled by default]

 #define MSG_VOLUMETRIC_ENABLED              "E in mm³"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:106:0: note: this is the location of the previous definition

 #define MSG_VOLUMETRIC_ENABLED              "E in mm3"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:107:0: warning: "MSG_FILAMENT_SIZE_EXTRUDER" redefined [enabled by default]

 #define MSG_FILAMENT_SIZE_EXTRUDER          "Diam. filo"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:107:0: note: this is the location of the previous definition

 #define MSG_FILAMENT_SIZE_EXTRUDER          "Fil. Dia."

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:108:0: warning: "MSG_CONTRAST" redefined [enabled by default]

 #define MSG_CONTRAST                        "Contrasto LCD"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:108:0: note: this is the location of the previous definition

 #define MSG_CONTRAST                        "LCD contrast"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:109:0: warning: "MSG_STORE_EPROM" redefined [enabled by default]

 #define MSG_STORE_EPROM                     "Salva in EEPROM"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:109:0: note: this is the location of the previous definition

 #define MSG_STORE_EPROM                     "Store memory"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:110:0: warning: "MSG_LOAD_EPROM" redefined [enabled by default]

 #define MSG_LOAD_EPROM                      "Carica da EEPROM"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:110:0: note: this is the location of the previous definition

 #define MSG_LOAD_EPROM                      "Load memory"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:111:0: warning: "MSG_RESTORE_FAILSAFE" redefined [enabled by default]

 #define MSG_RESTORE_FAILSAFE                "Impostaz. default"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:111:0: note: this is the location of the previous definition

 #define MSG_RESTORE_FAILSAFE                "Restore failsafe"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:112:0: warning: "MSG_REFRESH" redefined [enabled by default]

 #define MSG_REFRESH                         "Aggiorna"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:112:0: note: this is the location of the previous definition

 #define MSG_REFRESH                         "Refresh"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:113:0: warning: "MSG_WATCH" redefined [enabled by default]

 #define MSG_WATCH                           "Guarda"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:113:0: note: this is the location of the previous definition

 #define MSG_WATCH                           "Info screen"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:114:0: warning: "MSG_PREPARE" redefined [enabled by default]

 #define MSG_PREPARE                         "Prepara"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:114:0: note: this is the location of the previous definition

 #define MSG_PREPARE                         "Prepare"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:115:0: warning: "MSG_TUNE" redefined [enabled by default]

 #define MSG_TUNE                            "Adatta"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:115:0: note: this is the location of the previous definition

 #define MSG_TUNE                            "Tune"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:116:0: warning: "MSG_PAUSE_PRINT" redefined [enabled by default]

 #define MSG_PAUSE_PRINT                     "Pausa"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:116:0: note: this is the location of the previous definition

 #define MSG_PAUSE_PRINT                     "Pause print"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:117:0: warning: "MSG_RESUME_PRINT" redefined [enabled by default]

 #define MSG_RESUME_PRINT                    "Riprendi Stampa"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:117:0: note: this is the location of the previous definition

 #define MSG_RESUME_PRINT                    "Resume print"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:118:0: warning: "MSG_STOP_PRINT" redefined [enabled by default]

 #define MSG_STOP_PRINT                      "Arresta Stampa"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:118:0: note: this is the location of the previous definition

 #define MSG_STOP_PRINT                      "Stop print"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:119:0: warning: "MSG_CARD_MENU" redefined [enabled by default]

 #define MSG_CARD_MENU                       "SD Card Menu"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:119:0: note: this is the location of the previous definition

 #define MSG_CARD_MENU                       "Print from SD"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:120:0: warning: "MSG_NO_CARD" redefined [enabled by default]

 #define MSG_NO_CARD                         "No SD Card"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:120:0: note: this is the location of the previous definition

 #define MSG_NO_CARD                         "No SD card"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:121:0: warning: "MSG_DWELL" redefined [enabled by default]

 #define MSG_DWELL                           "Sospensione..."

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:121:0: note: this is the location of the previous definition

 #define MSG_DWELL                           "Sleep..."

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:122:0: warning: "MSG_USERWAIT" redefined [enabled by default]

 #define MSG_USERWAIT                        "Attendi Utente..."

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:122:0: note: this is the location of the previous definition

 #define MSG_USERWAIT                        "Wait for user..."

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:123:0: warning: "MSG_RESUMING" redefined [enabled by default]

 #define MSG_RESUMING                        "Riprendi Stampa"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:123:0: note: this is the location of the previous definition

 #define MSG_RESUMING                        "Resuming print"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:124:0: warning: "MSG_PRINT_ABORTED" redefined [enabled by default]

 #define MSG_PRINT_ABORTED                   "Stampa abortita"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:124:0: note: this is the location of the previous definition

 #define MSG_PRINT_ABORTED                   "Print aborted"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:125:0: warning: "MSG_NO_MOVE" redefined [enabled by default]

 #define MSG_NO_MOVE                         "Nessun Movimento"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:125:0: note: this is the location of the previous definition

 #define MSG_NO_MOVE                         "No move."

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:126:0: warning: "MSG_KILLED" redefined [enabled by default]

 #define MSG_KILLED                          "UCCISO "

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:126:0: note: this is the location of the previous definition

 #define MSG_KILLED                          "KILLED. "

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:127:0: warning: "MSG_STOPPED" redefined [enabled by default]

 #define MSG_STOPPED                         "ARRESTATO "

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:127:0: note: this is the location of the previous definition

 #define MSG_STOPPED                         "STOPPED. "

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:128:0: warning: "MSG_CONTROL_RETRACT" redefined [enabled by default]

 #define MSG_CONTROL_RETRACT                 "Ritrai mm"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:128:0: note: this is the location of the previous definition

 #define MSG_CONTROL_RETRACT                 "Retract mm"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:129:0: warning: "MSG_CONTROL_RETRACT_SWAP" redefined [enabled by default]

 #define MSG_CONTROL_RETRACT_SWAP            "Scamb. Ritrai mm"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:129:0: note: this is the location of the previous definition

 #define MSG_CONTROL_RETRACT_SWAP            "Swap Re.mm"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:130:0: warning: "MSG_CONTROL_RETRACTF" redefined [enabled by default]

 #define MSG_CONTROL_RETRACTF                "Ritrai  V"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:130:0: note: this is the location of the previous definition

 #define MSG_CONTROL_RETRACTF                "Retract  V"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:131:0: warning: "MSG_CONTROL_RETRACT_ZLIFT" redefined [enabled by default]

 #define MSG_CONTROL_RETRACT_ZLIFT           "Salta mm"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:131:0: note: this is the location of the previous definition

 #define MSG_CONTROL_RETRACT_ZLIFT           "Hop mm"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:133:0: warning: "MSG_CONTROL_RETRACT_RECOVER_SWAP" redefined [enabled by default]

 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    "Scamb. UnRet +mm"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:133:0: note: this is the location of the previous definition

 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    "S UnRet+mm"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:135:0: warning: "MSG_AUTORETRACT" redefined [enabled by default]

 #define MSG_AUTORETRACT                     "AutoArretramento"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:135:0: note: this is the location of the previous definition

 #define MSG_AUTORETRACT                     "AutoRetr."

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:136:0: warning: "MSG_FILAMENTCHANGE" redefined [enabled by default]

 #define MSG_FILAMENTCHANGE                  "Cambia filamento"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:136:0: note: this is the location of the previous definition

 #define MSG_FILAMENTCHANGE                  "Change filament"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:137:0: warning: "MSG_INIT_SDCARD" redefined [enabled by default]

 #define MSG_INIT_SDCARD                     "Iniz. SD-Card"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:137:0: note: this is the location of the previous definition

 #define MSG_INIT_SDCARD                     "Init. SD card"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:138:0: warning: "MSG_CNG_SDCARD" redefined [enabled by default]

 #define MSG_CNG_SDCARD                      "Cambia SD-Card"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:138:0: note: this is the location of the previous definition

 #define MSG_CNG_SDCARD                      "Change SD card"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:145:0: warning: "MSG_ENDSTOP_ABORT" redefined [enabled by default]

 #define MSG_ENDSTOP_ABORT                   "Finecorsa abort"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:145:0: note: this is the location of the previous definition

 #define MSG_ENDSTOP_ABORT                   "Endstop abort"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:146:0: warning: "MSG_END_HOUR" redefined [enabled by default]

 #define MSG_END_HOUR                        "ore"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:146:0: note: this is the location of the previous definition

 #define MSG_END_HOUR                        "hours"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:147:0: warning: "MSG_END_MINUTE" redefined [enabled by default]

 #define MSG_END_MINUTE                      "minuti"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:147:0: note: this is the location of the previous definition

 #define MSG_END_MINUTE                      "minutes"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:155:0: warning: "MSG_DEBUG_ECHO" redefined [enabled by default]

 #define MSG_DEBUG_ECHO                      "DEBUG RIPETI"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:155:0: note: this is the location of the previous definition

 #define MSG_DEBUG_ECHO                      "DEBUG ECHO ENABLED"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:156:0: warning: "MSG_DEBUG_INFO" redefined [enabled by default]

 #define MSG_DEBUG_INFO                      "DEBUG INFO"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:156:0: note: this is the location of the previous definition

 #define MSG_DEBUG_INFO                      "DEBUG INFO ENABLED"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:157:0: warning: "MSG_DEBUG_ERRORS" redefined [enabled by default]

 #define MSG_DEBUG_ERRORS                    "DEBUG ERRORI"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:157:0: note: this is the location of the previous definition

 #define MSG_DEBUG_ERRORS                    "DEBUG ERRORS ENABLED"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:158:0: warning: "MSG_DEBUG_DRYRUN" redefined [enabled by default]

 #define MSG_DEBUG_DRYRUN                    "DEBUG STAMPA A VUOTO"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:158:0: note: this is the location of the previous definition

 #define MSG_DEBUG_DRYRUN                    "DEBUG DRYRUN ENABLED"

 ^

In file included from sketch\language.h:259:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_it.h:174:0: warning: "MSG_CONFIG" redefined [enabled by default]

 #define MSG_CONFIG                          "Configurazione"

 ^

In file included from sketch\language.h:246:0,

                 from sketch\ultralcd.cpp:4:

sketch\language_en.h:174:0: note: this is the location of the previous definition

 #define MSG_CONFIG                          "Configuration"

 ^

sketch\ultralcd.cpp:53:55: fatal error: ultralcd_implementation_hitachi_HD44780.h: No such file or directory

   #include "ultralcd_implementation_hitachi_HD44780.h"

                                                       ^

compilation terminated.

exit status 1
Errore durante la compilazione per la scheda Arduino/Genuino Mega or Mega 2560.

Edited 1 time(s). Last edit at 07/28/2016 05:06AM by davgiuffrida.
Re: Errore download firmware MarlinKimbra con Arduino
July 28, 2016 07:58AM
Adesso ho provato ad aggiornare alcune librerie sull'i IDE di Arduino e gli errori sembrano diversi.

Arduino:1.6.9 (Windows 8.1), Scheda:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

In file included from sketch\SdFile.h:27:0,

                 from sketch\cardreader.h:8,

                 from sketch\Marlin_main.cpp:37:

SdBaseFile.h:38: error: using typedef-name 'fpos_t' after 'struct'

 struct fpos_t {

        ^

In file included from sketch\Marlin.h:10:0,

                 from sketch\Marlin_main.cpp:22:

c:\users\davide\appdata\local\arduino15\packages\arduino\tools\avr-gcc\4.9.2-atmel3.5.3-arduino2\avr\include\stdio.h:950:33: note: 'fpos_t' has a previous declaration here

 __extension__ typedef long long fpos_t;

                                 ^

exit status 1
using typedef-name 'fpos_t' after 'struct'

Edited 2 time(s). Last edit at 07/28/2016 08:03AM by davgiuffrida.
Re: Errore download firmware MarlinKimbra con Arduino
July 28, 2016 08:24AM
Anche dopo aver aggiornato la libreria U8glib appare sempre lo stesso errore.

Edited 1 time(s). Last edit at 07/28/2016 08:25AM by davgiuffrida.
Re: Errore download firmware MarlinKimbra con Arduino
July 28, 2016 12:41PM
prova ad allegare il configuration_overall.h (allegalo non metterlo nel codice).
Il primo errore era legato come avrai visto al tipo di display, il secondo non so esattamente...ma Marlin_main.cpp è un file di Marlin e non c'è nel pacchetto MK (almeno non nel mio).
la directory dove espandi i file è vuota vero? la u8glib la stai piazzando in documenti\Arduino\Libraries? hai tutto di defalut nell'installazione dell'Ide?

hai configurazioni strane di stampante? cosa stai configurando?
[Risolto] Errore download firmware MarlinKimbra con Arduino
July 28, 2016 01:00PM
Ho risolto utilizzando la versione IDE di Arduino 1.0.6.e il file era corrotto.
Grazie a tutti

Edited 1 time(s). Last edit at 07/28/2016 01:01PM by davgiuffrida.
Sorry, only registered users may post in this forum.

Click here to login