Error compiling

Discussions related to the Rostock MAX v2
Post Reply
bauf
Printmaster!
Posts: 53
Joined: Wed Sep 03, 2014 12:25 pm

Error compiling

Post by bauf »

So i just cleared my eeprom on my max 2 and now when i try to upload firmware 0.91, i get this message: error compiling for board arduino/genuino mega or mega 2560
I'm a noob when it comes to this, so i have no clue what's wrong here. :o

Code: Select all

Arduino: 1.8.7 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:92:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1202:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:94:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1204:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:97:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1207:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:98:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1208:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:99:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1209:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:102:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1213:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:105:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1215:0: note: this is the location of the previous definition

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:120:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1229:0: note: this is the location of the previous definition

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:131:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1240:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:137:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1246:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:138:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1247:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:139:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1248:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:141:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1250:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:142:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1251:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:145:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1254:0: note: this is the location of the previous definition

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:153:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1262:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:154:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1263:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:155:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1264:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:158:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1267:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:186:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1295:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:192:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1301:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:231:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1340:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Communication.cpp:22:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\Repetier.h:369:0,

                 from sketch\Communication.cpp:22:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:241:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1341:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:242:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1342:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:245:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1343:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Commands.cpp:22:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\motion.cpp:24:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\Repetier.h:369:0,

                 from sketch\Commands.cpp:22:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SDCard.cpp:22:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\Repetier.h:369:0,

                 from sketch\motion.cpp:24:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

sketch\motion.cpp:345:32: warning: extra tokens at end of #ifdef directive

 #ifdef ENABLE_QUADRATIC_ADVANCE;

                                ^

In file included from sketch\Repetier.h:256:0,

                 from sketch\Commands.cpp:22:

sketch\Commands.cpp: In static member function 'static void Commands::emergencyStop()':

sketch\ui.h:1056:56: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

 #define UI_STATUS_UPD_RAM(status) {uid.setStatus(status);uid.refreshPage();}

                                                        ^

sketch\Commands.cpp:1436:3: note: in expansion of macro 'UI_STATUS_UPD_RAM'

   UI_STATUS_UPD_RAM("RESETTING/E-STOP");

   ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:251:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\Repetier.h:369:0,

                 from sketch\SDCard.cpp:22:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1349:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

sketch\motion.cpp:1143:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Eeprom.cpp:24:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Printer.cpp:19:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

In file included from sketch\Repetier.h:369:0,

                 from sketch\Eeprom.cpp:24:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\gcode.cpp:24:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

sketch\SDCard.cpp: In member function 'void SDCard::initsd()':

sketch\SDCard.cpp:98:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]

     if(selectFile("init.g",true))

                                ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1025:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uimenu.h:303:19: warning: extra tokens at end of #ifdef directive

 #ifdef Z_HOME_DIR < 0

                   ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\Repetier.h:369:0,

                 from sketch\Printer.cpp:19:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\Repetier.h:369:0,

                 from C:\Users\Bauf\Downloads\Repetier-091-ROSTOCKMAX-master (1)\Repetier-091-ROSTOCKMAX-master\Repetier-091-ROSTOCKMAX\Repetier\Repetier.ino:134:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\Repetier.h:369:0,

                 from sketch\gcode.cpp:24:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1025:0,

                 from sketch\Repetier.h:256,

                 from sketch\ui.cpp:20:

sketch\uimenu.h:508:0: warning: "UI_MENU_ADV_CNT" redefined

 #define UI_MENU_ADV_CNT 1

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\Extruder.cpp:22:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

sketch\uimenu.h:505:0: note: this is the location of the previous definition

 #define UI_MENU_ADV_CNT 0

 ^

sketch\uimenu.h:509:0: warning: "UI_MENU_ADVANCE" redefined

 #define UI_MENU_ADVANCE ,&ui_menu_cext_advancel

 ^

sketch\uimenu.h:506:0: note: this is the location of the previous definition

 #define UI_MENU_ADVANCE

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

sketch\uimenu.h:567:18: warning: extra tokens at end of #ifdef directive

 #ifdef Z_HOME_DIR<0

                  ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\HAL.cpp:1:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

In file included from sketch\Repetier.h:369:0,

                 from sketch\Extruder.cpp:22:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\Repetier.h:369:0,

                 from sketch\ui.cpp:20:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:252:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

In file included from sketch\ui.h:189:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1350:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1202:0: warning: "UI_TEXT_PRINT_POS" redefined

 #define UI_TEXT_PRINT_POS        "Percent Printed:"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:92:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_POS        "Printing..."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1204:0: warning: "UI_TEXT_IDLE" redefined

 #define UI_TEXT_IDLE             "ROSTOCKMAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:94:0: note: this is the location of the previous definition

 #define UI_TEXT_IDLE             "Idle"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1207:0: warning: "UI_TEXT_BACK" redefined

 #define UI_TEXT_BACK             "Previous Screen \001"

 ^

In file included from sketch\Repetier.h:369:0,

                 from sketch\HAL.cpp:1:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

sketch\motion.cpp: In static member function 'static void PrintLine::updateTrapezoids()':

sketch\motion.cpp:432:27: warning: integer overflow in expression [-Woverflow]

     while(timeleft < 4500 * MOVE_CACHE_SIZE && maxfirst != linesWritePos)

                           ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:97:0: note: this is the location of the previous definition

 #define UI_TEXT_BACK             "Back \001"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1208:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined

 #define UI_TEXT_QUICK_SETTINGS   "Printer Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:98:0: note: this is the location of the previous definition

 #define UI_TEXT_QUICK_SETTINGS   "Quick Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1209:0: warning: "UI_TEXT_CONFIGURATION" redefined

 #define UI_TEXT_CONFIGURATION    "Advanced Settings"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:99:0: note: this is the location of the previous definition

 #define UI_TEXT_CONFIGURATION    "Configuration"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1213:0: warning: "UI_TEXT_SD_CARD" redefined

 #define UI_TEXT_SD_CARD          "SD Card Menu"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:102:0: note: this is the location of the previous definition

 #define UI_TEXT_SD_CARD          "SD Card"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1215:0: warning: "UI_TEXT_HOME_ALL" redefined

 #define UI_TEXT_HOME_ALL         "Home Towers"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_HOME_ALL         "Home All"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1229:0: warning: "UI_TEXT_Z_POS_FAST" redefined

 #define UI_TEXT_Z_POS_FAST       "Move Z Position"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_Z_POS_FAST       "Z Pos. Fast"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1240:0: warning: "UI_TEXT_EXTR2_SELECT" redefined

 #define UI_TEXT_EXTR2_SELECT     "%X1 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_EXTR2_SELECT     "%X2 Select Extr.2"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1246:0: warning: "UI_TEXT_MOVE_X" redefined

 #define UI_TEXT_MOVE_X           "Move X:%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_MOVE_X           "Move X :%aX"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1247:0: warning: "UI_TEXT_MOVE_Y" redefined

 #define UI_TEXT_MOVE_Y           "Move Y:%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_MOVE_Y           "Move Y :%aY"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1248:0: warning: "UI_TEXT_MOVE_Z" redefined

 #define UI_TEXT_MOVE_Z           "Move Z:%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:139:0: note: this is the location of the previous definition

 #define UI_TEXT_MOVE_Z           "Move Z :%aZ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1250:0: warning: "UI_TEXT_JERK" redefined

 #define UI_TEXT_JERK             "Jerk:%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:141:0: note: this is the location of the previous definition

 #define UI_TEXT_JERK             "Jerk   :%aj"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1251:0: warning: "UI_TEXT_ZJERK" redefined

 #define UI_TEXT_ZJERK            "Z-Jerk:%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:142:0: note: this is the location of the previous definition

 #define UI_TEXT_ZJERK            "Z-Jerk :%aJ"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1254:0: warning: "UI_TEXT_LOAD_EEPROM" redefined

 #define UI_TEXT_LOAD_EEPROM      "Load from EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_LOAD_EEPROM      "Load f. EEPROM"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1262:0: warning: "UI_TEXT_OPS_RETRACT" redefined

 #define UI_TEXT_OPS_RETRACT      "Retract :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:153:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_RETRACT      "Retract   :%Or"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1263:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined

 #define UI_TEXT_OPS_BACKSLASH    "Backsl. :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:154:0: note: this is the location of the previous definition

 #define UI_TEXT_OPS_BACKSLASH    "Backsl.   :%Ob"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1264:0: warning: "UI_TEXT_OPS_MINDIST" redefined

 #define UI_TEXT_OPS_MINDIST      "Min.dist:%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_OPS_MINDIST      "Min.dist  :%Od"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1267:0: warning: "UI_TEXT_PRINT_FILE" redefined

 #define UI_TEXT_PRINT_FILE       "Select File"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

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

 #define UI_TEXT_PRINT_FILE       "Print file"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1295:0: warning: "UI_TEXT_FANSPEED" redefined

 #define UI_TEXT_FANSPEED          "Adjust Fan Speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:186:0: note: this is the location of the previous definition

 #define UI_TEXT_FANSPEED          "Fan speed"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1301:0: warning: "UI_TEXT_FAN_FULL" redefined

 #define UI_TEXT_FAN_FULL          "Set Fan to 100%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:192:0: note: this is the location of the previous definition

 #define UI_TEXT_FAN_FULL          "Set Fan Full"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1340:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul.:%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:231:0: note: this is the location of the previous definition

 #define UI_TEXT_FLOW_MULTIPLY     "Flow Mul. :%of%%%"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1341:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP  "Wait Temp.%XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:241:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT\002C"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1342:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_UNITS" redefined

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units:%XUmm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:242:0: note: this is the location of the previous definition

 #define UI_TEXT_EXTR_WAIT_RETRACT_UNITS "Wait Units: %XU mm"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1343:0: warning: "UI_TEXT_PRINTER_READY" redefined

 #define UI_TEXT_PRINTER_READY    "ROSTOCK MAX OK"

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:245:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINTER_READY    "Printer ready."

 ^

In file included from sketch\ui.h:1024:0,

                 from sketch\Repetier.h:256,

                 from sketch\SdFat.cpp:20:

sketch\uilang.h:1349:0: warning: "UI_TEXT_PRINT_TIME" redefined

 #define UI_TEXT_PRINT_TIME     "Total Time Printing"

 ^

sketch\uilang.h:251:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_TIME     "Printing time"

 ^

sketch\uilang.h:1350:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined

 #define UI_TEXT_PRINT_FILAMENT "Total Filament Used"

 ^

sketch\uilang.h:252:0: note: this is the location of the previous definition

 #define UI_TEXT_PRINT_FILAMENT "Filament printed"

 ^

sketch\ui.cpp:831:75: warning: '__progmem__' attribute ignored [-Wattributes]

 void UIDisplay::createChar(uint8_t location,const uint8_t PROGMEM charmap[])

                                                                           ^

In file included from sketch\Repetier.h:369:0,

                 from sketch\SdFat.cpp:20:

sketch\motion.h:653:26: warning: extra tokens at end of #ifdef directive

 #ifdef SOFTWARE_LEVELING && DRIVE_SYSTEM==3

                          ^

sketch\SdFat.cpp: In member function 'uint8_t Sd2Card::cardCommand(uint8_t, uint32_t)':

sketch\SdFat.cpp:3202:23: warning: narrowing conversion of '(int)(cmd | 64u)' from 'int' to 'uint8_t {aka unsigned char}' inside { } [-Wnarrowing]

   uint8_t d[6] = {cmd | 0X40, pa[3], pa[2], pa[1], pa[0]};

                       ^

C:\Users\Bauf\AppData\Local\Temp\ccnK5zcJ.ltrans2.ltrans.o: In function `__vector_17':

<artificial>:(.text+0x214): undefined reference to `stepperWait'

<artificial>:(.text+0x21c): undefined reference to `stepperWait'

<artificial>:(.text+0x224): undefined reference to `stepperWait'

<artificial>:(.text+0x232): undefined reference to `stepperWait'

<artificial>:(.text+0x236): undefined reference to `stepperWait'

C:\Users\Bauf\AppData\Local\Temp\ccnK5zcJ.ltrans2.ltrans.o:<artificial>:(.text+0x23c): more undefined references to `stepperWait' follow

collect2.exe: error: ld returned 1 exit status

exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Xenocrates
ULTIMATE 3D JEDI
Posts: 1561
Joined: Wed Sep 23, 2015 2:55 pm

Re: Error compiling

Post by Xenocrates »

You are using too new of a version of the Arduino IDE. try version 1.6.0
Machines:
Rostock Max V2, Duet .8.5, PT100 enabled E3D V6 and volcano, Raymond style enclosure
Automation Technology 60W laser cutter/engraver
1m X-carve router

Sic Transit Gloria Mundi
01-10011-11111100001
Post Reply

Return to “Rostock MAX v2”