So I have upgraded my Rostock max v2 with a new head + calibration, along with new ball arms + sleds. The problem I have it two-fold. When I try and home the arms, they all start a very quick decent to the heated plate, unless I kill it before it reaches ( and it will reach ). I thought that this might be a problem with the firmware, I have already inverted the Y axis as is specified in a few places, but when I try and invert these:
#define X_HOME_DIR 1
#define Y_HOME_DIR 1
#define Z_HOME_DIR 0
( which I think would fix my problem ) , I can no longer compile the code, as I get this error:
ui_menu_conf_delta was not declared in this scope.
Code: Select all
Arduino: 1.6.12 (Mac OS X), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Commands.cpp:22:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Commands.cpp:22:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Commands.cpp:22:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Commands.cpp:22:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Commands.cpp:22:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from sketch/Commands.cpp:22:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Commands.cpp:22:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Commands.cpp:22:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/Repetier.h:360:0,
from sketch/Commands.cpp:22:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Communication.cpp:22:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Communication.cpp:22:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Communication.cpp:22:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Communication.cpp:22:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Communication.cpp:22:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from sketch/Communication.cpp:22:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Communication.cpp:22:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Communication.cpp:22:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
sketch/Communication.cpp:25:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
FSTRINGVALUE(Com::tFirmware,"FIRMWARE_NAME:Repetier_"REPETIER_VERSION" FIRMWARE_DATE:"FIRMWARE_DATE" MACHINE_TYPE:"UI_TEXT_PRINTER_READY" ")
^
sketch/Communication.cpp:25:70: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
FSTRINGVALUE(Com::tFirmware,"FIRMWARE_NAME:Repetier_"REPETIER_VERSION" FIRMWARE_DATE:"FIRMWARE_DATE" MACHINE_TYPE:"UI_TEXT_PRINTER_READY" ")
^
sketch/Communication.cpp:25:100: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
FSTRINGVALUE(Com::tFirmware,"FIRMWARE_NAME:Repetier_"REPETIER_VERSION" FIRMWARE_DATE:"FIRMWARE_DATE" MACHINE_TYPE:"UI_TEXT_PRINTER_READY" ")
^
In file included from sketch/Repetier.h:360:0,
from sketch/Communication.cpp:22:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Eeprom.cpp:24:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Eeprom.cpp:24:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Eeprom.cpp:24:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Eeprom.cpp:24:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Eeprom.cpp:24:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from sketch/Eeprom.cpp:24:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Eeprom.cpp:24:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Eeprom.cpp:24:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/Repetier.h:360:0,
from sketch/Eeprom.cpp:24:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Extruder.cpp:22:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Extruder.cpp:22:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Extruder.cpp:22:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Extruder.cpp:22:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Extruder.cpp:22:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from sketch/Extruder.cpp:22:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Extruder.cpp:22:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Extruder.cpp:22:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/Repetier.h:360:0,
from sketch/Extruder.cpp:22:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/HAL.cpp:1:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/HAL.cpp:1:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/HAL.cpp:1:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/HAL.cpp:1:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/HAL.cpp:1:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from sketch/HAL.cpp:1:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from sketch/HAL.cpp:1:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/HAL.cpp:1:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/Repetier.h:360:0,
from sketch/HAL.cpp:1:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Printer.cpp:19:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Printer.cpp:19:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Printer.cpp:19:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Printer.cpp:19:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/Printer.cpp:19:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from sketch/Printer.cpp:19:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from sketch/Printer.cpp:19:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/Printer.cpp:19:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/Repetier.h:360:0,
from sketch/Printer.cpp:19:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
sketch/Printer.cpp: In function 'Printer::setup()':
sketch/Printer.cpp:865:33: warning: iteration 3 invokes undefined behavior [-Waggressive-loop-optimizations]
currentPosition[i] = 0.0;
^
sketch/Printer.cpp:862:5: note: containing loop
for(uint8_t i = 0; i < E_AXIS_ARRAY; i++)
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/Repetier.h:360:0,
from /Users/roncioiu/Downloads/Firmware-master/Repetier Firmware/Repetier/Repetier.ino:144:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/SDCard.cpp:22:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/SDCard.cpp:22:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/SDCard.cpp:22:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/SDCard.cpp:22:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/SDCard.cpp:22:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from sketch/SDCard.cpp:22:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from sketch/SDCard.cpp:22:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SDCard.cpp:22:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/Repetier.h:360:0,
from sketch/SDCard.cpp:22:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/SdFat.cpp:20:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/SdFat.cpp:20:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/SdFat.cpp:20:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/SdFat.cpp:20:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/SdFat.cpp:20:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from sketch/SdFat.cpp:20:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from sketch/SdFat.cpp:20:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/SdFat.cpp:20:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/Repetier.h:360:0,
from sketch/SdFat.cpp:20:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
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]};
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/gcode.cpp:24:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/gcode.cpp:24:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/gcode.cpp:24:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/gcode.cpp:24:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/gcode.cpp:24:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from sketch/gcode.cpp:24:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from sketch/gcode.cpp:24:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/gcode.cpp:24:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/Repetier.h:360:0,
from sketch/gcode.cpp:24:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/motion.cpp:24:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/motion.cpp:24:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/motion.cpp:24:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/motion.cpp:24:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/motion.cpp:24:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from sketch/motion.cpp:24:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from sketch/motion.cpp:24:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/motion.cpp:24:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/Repetier.h:360:0,
from sketch/motion.cpp:24:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/ui.cpp:20:
sketch/pins.h:1946:12: warning: extra tokens at end of #ifdef directive
#ifdef MINI-RAMBO
^
sketch/pins.h:2279:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN ORIG_PS_ON_PIN
^
sketch/pins.h:1979:0: note: this is the location of the previous definition
#define PS_ON_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/ui.cpp:20:
sketch/Configuration.h:87:0: warning: "FAN_BOARD_PIN" redefined
#define FAN_BOARD_PIN 6 // ERIS Case Fan pin
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/ui.cpp:20:
sketch/pins.h:2217:0: note: this is the location of the previous definition
#define FAN_BOARD_PIN -1
^
In file included from sketch/Repetier.h:185:0,
from sketch/ui.cpp:20:
sketch/Configuration.h:629:0: warning: "PS_ON_PIN" redefined
#define PS_ON_PIN -1
^
In file included from sketch/Configuration.h:56:0,
from sketch/Repetier.h:185,
from sketch/ui.cpp:20:
sketch/pins.h:2279:0: note: this is the location of the previous definition
#define PS_ON_PIN ORIG_PS_ON_PIN
^
In file included from sketch/ui.cpp:20:0:
sketch/Repetier.h:187:0: warning: "GCODE_BUFFER_SIZE" redefined
#define GCODE_BUFFER_SIZE 1
^
In file included from sketch/Repetier.h:185:0,
from sketch/ui.cpp:20:
sketch/Configuration.h:624:0: note: this is the location of the previous definition
#define GCODE_BUFFER_SIZE 2
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:132: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:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:149: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:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:150: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:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:151: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:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:157: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:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:167: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:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:204: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:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:244: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:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1752: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:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:103:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1598:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:105:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1609:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:108:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1615:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:109:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1616:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:110:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1617:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:114:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1621: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:117:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1623:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:124:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1630:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:126:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1632:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:132:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Z Pos. Fast"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1638: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:134:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1640:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:135:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1641:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:136:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1642:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:137:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1643:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:138:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1644:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:139:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1645:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:140:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1646:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:141:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1647:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:142:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1648:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:143:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1649: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:149:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X :%aX"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1655: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:150:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y :%aY"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1656: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:151:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z :%aZ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1657: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:153:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1659:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:154:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1660:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:157:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load f. EEPROM"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1663: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:165:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1671:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:166:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1672:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:167:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist :%Od"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1673: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:170:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1676:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:198:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1704:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:204:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan Full"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1710:0: note: this is the location of the previous definition
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:243:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1749:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:244:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Mul. :%of%%%"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1750:0: note: this is the location of the previous definition
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:248:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1781:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:249:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1624:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:252:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1784:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:253:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1785:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:254:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1786:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:255:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1787:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:266:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1751:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:267: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:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:270:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1762:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:276:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Printing time"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1771:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:277:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
In file included from sketch/ui.h:222:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1772: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1598:0: warning: "UI_TEXT_PRINT_POS" redefined
#define UI_TEXT_PRINT_POS "Percent Printed:"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:103:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_POS "Printing..."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1609:0: warning: "UI_TEXT_IDLE" redefined
#define UI_TEXT_IDLE "RostockMAX Ready"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:105:0: note: this is the location of the previous definition
#define UI_TEXT_IDLE "Idle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1615:0: warning: "UI_TEXT_BACK" redefined
#define UI_TEXT_BACK "Previous Screen " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:108:0: note: this is the location of the previous definition
#define UI_TEXT_BACK "Back " cUP
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1616:0: warning: "UI_TEXT_QUICK_SETTINGS" redefined
#define UI_TEXT_QUICK_SETTINGS "Printer Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:109:0: note: this is the location of the previous definition
#define UI_TEXT_QUICK_SETTINGS "Quick Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1617:0: warning: "UI_TEXT_CONFIGURATION" redefined
#define UI_TEXT_CONFIGURATION "Advanced Settings"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:110:0: note: this is the location of the previous definition
#define UI_TEXT_CONFIGURATION "Configuration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1621:0: warning: "UI_TEXT_SD_CARD" redefined
#define UI_TEXT_SD_CARD "SD Card Menu"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:114:0: note: this is the location of the previous definition
#define UI_TEXT_SD_CARD "SD Card"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1623:0: warning: "UI_TEXT_HOME_ALL" redefined
#define UI_TEXT_HOME_ALL "Home Printer"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:117:0: note: this is the location of the previous definition
#define UI_TEXT_HOME_ALL "Home All"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1624:0: warning: "UI_TEXT_AUTOLEVEL_FULL" redefined
#define UI_TEXT_AUTOLEVEL_FULL "Full Calibration"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:249:0: note: this is the location of the previous definition
#define UI_TEXT_AUTOLEVEL_FULL "Full Auto Level"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1630:0: warning: "UI_TEXT_COOLDOWN" redefined
#define UI_TEXT_COOLDOWN "Shut Off ALL Heats"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:124:0: note: this is the location of the previous definition
#define UI_TEXT_COOLDOWN "Cooldown"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1632:0: warning: "UI_TEXT_DISABLE_STEPPER" redefined
#define UI_TEXT_DISABLE_STEPPER "Disable Steppers"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:126:0: note: this is the location of the previous definition
#define UI_TEXT_DISABLE_STEPPER "Disable stepper"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1638:0: warning: "UI_TEXT_Z_POS_FAST" redefined
#define UI_TEXT_Z_POS_FAST "Move Z Position"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:132: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1640:0: warning: "UI_TEXT_BED_TEMP" redefined
#define UI_TEXT_BED_TEMP "BED Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:134:0: note: this is the location of the previous definition
#define UI_TEXT_BED_TEMP "Bed Temp: %Eb" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1641:0: warning: "UI_TEXT_EXTR0_TEMP" redefined
#define UI_TEXT_EXTR0_TEMP "NOZ Temp: %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:135:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_TEMP "Temp. 1 : %E0" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1642:0: warning: "UI_TEXT_EXTR1_TEMP" redefined
#define UI_TEXT_EXTR1_TEMP "Temp. 1 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:136:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_TEMP "Temp. 2 : %E1" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1643:0: warning: "UI_TEXT_EXTR2_TEMP" redefined
#define UI_TEXT_EXTR2_TEMP "Temp. 2 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:137:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_TEMP "Temp. 3 : %E2" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1644:0: warning: "UI_TEXT_EXTR0_OFF" redefined
#define UI_TEXT_EXTR0_OFF "Shut Down Nozzle"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:138:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_OFF "Turn Extr. 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1645:0: warning: "UI_TEXT_EXTR1_OFF" redefined
#define UI_TEXT_EXTR1_OFF "Extruder 1 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:139:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_OFF "Turn Extr. 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1646:0: warning: "UI_TEXT_EXTR2_OFF" redefined
#define UI_TEXT_EXTR2_OFF "Extruder 2 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:140:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_OFF "Turn Extr. 3 Off"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1647:0: warning: "UI_TEXT_EXTR0_SELECT" redefined
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:141:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR0_SELECT "%X0 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1648:0: warning: "UI_TEXT_EXTR1_SELECT" redefined
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 1"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:142:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR1_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1649:0: warning: "UI_TEXT_EXTR2_SELECT" redefined
#define UI_TEXT_EXTR2_SELECT "%X1 Select Extr. 2"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:143:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR2_SELECT "%X2 Select Extr. 3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1655:0: warning: "UI_TEXT_MOVE_X" redefined
#define UI_TEXT_MOVE_X "Move X:%aX"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:149: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1656:0: warning: "UI_TEXT_MOVE_Y" redefined
#define UI_TEXT_MOVE_Y "Move Y:%aY"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:150: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1657:0: warning: "UI_TEXT_MOVE_Z" redefined
#define UI_TEXT_MOVE_Z "Move Z:%aZ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:151: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1659:0: warning: "UI_TEXT_JERK" redefined
#define UI_TEXT_JERK "Jerk:%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:153:0: note: this is the location of the previous definition
#define UI_TEXT_JERK "Jerk :%aj"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1660:0: warning: "UI_TEXT_ZJERK" redefined
#define UI_TEXT_ZJERK "Z-Jerk:%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:154:0: note: this is the location of the previous definition
#define UI_TEXT_ZJERK "Z-Jerk :%aJ"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1663:0: warning: "UI_TEXT_LOAD_EEPROM" redefined
#define UI_TEXT_LOAD_EEPROM "Load from EEPROM"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:157: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1671:0: warning: "UI_TEXT_OPS_RETRACT" redefined
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:165:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_RETRACT "Retract :%Or"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1672:0: warning: "UI_TEXT_OPS_BACKSLASH" redefined
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:166:0: note: this is the location of the previous definition
#define UI_TEXT_OPS_BACKSLASH "Backsl. :%Ob"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1673:0: warning: "UI_TEXT_OPS_MINDIST" redefined
#define UI_TEXT_OPS_MINDIST "Min.dist:%Od"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:167: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1676:0: warning: "UI_TEXT_PRINT_FILE" redefined
#define UI_TEXT_PRINT_FILE "Select SD File"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:170:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILE "Print file"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1704:0: warning: "UI_TEXT_FANSPEED" redefined
#define UI_TEXT_FANSPEED "Adjust Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:198:0: note: this is the location of the previous definition
#define UI_TEXT_FANSPEED "Fan speed"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1710:0: warning: "UI_TEXT_FAN_FULL" redefined
#define UI_TEXT_FAN_FULL "Set Fan 100%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:204: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1749:0: warning: "UI_TEXT_SPEED_MULTIPLY" redefined
#define UI_TEXT_SPEED_MULTIPLY "Speed Rate:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:243:0: note: this is the location of the previous definition
#define UI_TEXT_SPEED_MULTIPLY "Speed Mul.:%om%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1750:0: warning: "UI_TEXT_FLOW_MULTIPLY" redefined
#define UI_TEXT_FLOW_MULTIPLY "Flow Rate:%of%%%"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:244: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1751:0: warning: "UI_TEXT_EXTR_WAIT_RETRACT_TEMP" redefined
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp.%XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:266:0: note: this is the location of the previous definition
#define UI_TEXT_EXTR_WAIT_RETRACT_TEMP "Wait Temp. %XT" cDEG "C"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1752: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:267: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:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1762:0: warning: "UI_TEXT_PRINTER_READY" redefined
#define UI_TEXT_PRINTER_READY "Rostock MAX v3"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:270:0: note: this is the location of the previous definition
#define UI_TEXT_PRINTER_READY "Printer ready."
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1771:0: warning: "UI_TEXT_PRINT_TIME" redefined
#define UI_TEXT_PRINT_TIME "Total Printing Time"
^
sketch/uilang.h:276:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_TIME "Printing time"
^
sketch/uilang.h:1772:0: warning: "UI_TEXT_PRINT_FILAMENT" redefined
#define UI_TEXT_PRINT_FILAMENT "Total Filament Used"
^
sketch/uilang.h:277:0: note: this is the location of the previous definition
#define UI_TEXT_PRINT_FILAMENT "Filament printed"
^
sketch/uilang.h:1778:32: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWVERSION "FW Version: "REPETIER_VERSION""
^
sketch/uilang.h:1779:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
#define UI_TEXT_PAGE_FWDATE "FW Date: "FIRMWARE_DATE""
^
sketch/uilang.h:1781:0: warning: "UI_TEXT_SET_MEASURED_ORIGIN" redefined
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z Origin"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:248:0: note: this is the location of the previous definition
#define UI_TEXT_SET_MEASURED_ORIGIN "Set Z=0.0"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1784:0: warning: "UI_TEXT_CALIBRATING_ENDSTOPS" redefined
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:252:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_ENDSTOPS "Calibrating:","Endstop Offsets","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1785:0: warning: "UI_TEXT_CALIBRATING_HEIGHT" redefined
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:253:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_HEIGHT "Calibrating:","Printer Z Height","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1786:0: warning: "UI_TEXT_CALIBRATING_RADIUS" redefined
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:254:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_RADIUS "Calibrating:","Horizontal Radius","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:1787:0: warning: "UI_TEXT_CALIBRATING_BED" redefined
#define UI_TEXT_CALIBRATING_BED "Calibrating","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.h:1325:0,
from sketch/Repetier.h:360,
from sketch/ui.cpp:20:
sketch/uilang.h:255:0: note: this is the location of the previous definition
#define UI_TEXT_CALIBRATING_BED "Calibrating:","Bed Level Matrix","","Please Wait"
^
In file included from sketch/ui.cpp:23:0:
sketch/uimenu.h:681:0: warning: "UI_MENU_ADV_CNT" redefined
#define UI_MENU_ADV_CNT 1
^
sketch/uimenu.h:678:0: note: this is the location of the previous definition
#define UI_MENU_ADV_CNT 0
^
sketch/uimenu.h:682:0: warning: "UI_MENU_ADVANCE" redefined
#define UI_MENU_ADVANCE ,&ui_menu_cext_advancel
^
sketch/uimenu.h:679:0: note: this is the location of the previous definition
#define UI_MENU_ADVANCE
^
In file included from sketch/Repetier.h:360:0,
from sketch/ui.cpp:20:
sketch/ui.h:239:16: warning: 'UIMenu_struct' has a field 'UIMenu_struct::entries' whose type uses the anonymous namespace
typedef struct UIMenu_struct {
^
In file included from sketch/Repetier.h:360:0,
from sketch/ui.cpp:20:
uimenu.h:780: error: 'ui_menu_conf_delta' was not declared in this scope
#define UI_MENU_SIMPLE {UI_MENU_ADDCONDBACK &ui_menu_main1,SD_PRINTFILE_ENTRY &ui_menu_main6,UI_MENU_FAN_COND &ui_menu_conf_delta}
^
sketch/ui.h:381:93: note: in definition of macro 'UI_MENU'
#define UI_MENU(name,items,itemsCnt) const UIMenuEntry * const name ## _entries[] PROGMEM = items;const UIMenu name PROGMEM = {2,0,itemsCnt,name ## _entries};
^
sketch/uimenu.h:781:24: note: in expansion of macro 'UI_MENU_SIMPLE'
UI_MENU(ui_menu_simple,UI_MENU_SIMPLE,3+UI_MENU_BACKCNT+UI_MENU_FAN_CNT+SD_PRINTFILE_ENTRY_CNT)
^
sketch/ui.cpp:843:75: warning: '__progmem__' attribute ignored [-Wattributes]
void UIDisplay::createChar(uint8_t location,const uint8_t PROGMEM charmap[])
^
exit status 1
'ui_menu_conf_delta' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Thank You.