I am interested in upgrading my Ultimaker UMO (purchased in 2012) by installing a new GT2560 A+ board (and a few other new features). If it works well, I plan to purchase a Getech i3 pro C too (so I will have both 1.7 mm and 2.85 mm filament printers
). I always run custom Marlin so I thought I'd try building the latest Getech i3 pro C (Marlin 1.1.8 for all) source code first. Here is the source code:
Sadly, Arduino 1.8.5 and 1.8.9 both produced warnings after I extracted the files from the .zip archive (and I do not like warnings that can be corrected). See the warnings below.
To eliminate all the redefinition warnings, I un-commented a conditional define in pins_GT2560_REV_A.h.
Code: Select all
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/Marlin_main.cpp:249:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/Marlin_main.cpp:249:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/nozzle.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/nozzle.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/SdVolume.cpp:29:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/SdVolume.cpp:29:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from /home/demo/3D_Printer/Marlin/Getech i3 pro C (Marlin 1.1.8 for all)/Marlin/Marlin.ino:31:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from /home/demo/3D_Printer/Marlin/Getech i3 pro C (Marlin 1.1.8 for all)/Marlin/Marlin.ino:31:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/MarlinSerial.cpp:35:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/MarlinSerial.cpp:35:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Max7219_Debug_LEDs.cpp:54:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Max7219_Debug_LEDs.cpp:54:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/G26_Mesh_Validation_Tool.cpp:27:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/G26_Mesh_Validation_Tool.cpp:27:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/dac_mcp4728.h:30,
from sketch/dac_mcp4728.cpp:33:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/dac_mcp4728.h:30,
from sketch/dac_mcp4728.cpp:33:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/I2CPositionEncoder.cpp:31:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/I2CPositionEncoder.cpp:31:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Sd2Card.cpp:29:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Sd2Card.cpp:29:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/digipot_mcp4451.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/digipot_mcp4451.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/hex_print_routines.cpp:22:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/hex_print_routines.cpp:22:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/endstops.cpp:27:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/endstops.cpp:27:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/printcounter.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/printcounter.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/serial.h:26,
from sketch/serial.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/serial.h:26,
from sketch/serial.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/digipot_mcp4018.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/digipot_mcp4018.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/leds.cpp:27:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/leds.cpp:27:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/planner_bezier.cpp:30:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/least_squares_fit.cpp:35:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/least_squares_fit.cpp:35:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/planner_bezier.cpp:30:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/servo.cpp:53:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/servo.cpp:53:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/M100_Free_Mem_Chk.cpp:51:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/M100_Free_Mem_Chk.cpp:51:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/SdBaseFile.cpp:30:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/SdBaseFile.cpp:30:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/SdFile.cpp:29:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/SdFile.cpp:29:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/SdFatUtil.cpp:29:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/SdFatUtil.cpp:29:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/enum.h:26,
from sketch/gcode.h:32,
from sketch/gcode.cpp:27:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/enum.h:26,
from sketch/gcode.h:32,
from sketch/gcode.cpp:27:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/planner.cpp:61:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/planner.cpp:61:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/stepper.cpp:47:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/stepper.cpp:47:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/stopwatch.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/stopwatch.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/ubl_motion.cpp:22:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/ubl_motion.cpp:22:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/stepper_indirection.h:47,
from sketch/stepper_indirection.cpp:34:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/stepper_indirection.h:47,
from sketch/stepper_indirection.cpp:34:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/neopixel.cpp:27:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/neopixel.cpp:27:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/pca9632.cpp:28:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/pca9632.cpp:28:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/stepper_dac.cpp:44:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/stepper_dac.cpp:44:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/blinkm.cpp:27:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/blinkm.cpp:27:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/cardreader.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/cardreader.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/mesh_bed_leveling.h:23,
from sketch/mesh_bed_leveling.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/mesh_bed_leveling.h:23,
from sketch/mesh_bed_leveling.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/ubl_G29.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/ubl_G29.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/temperature.cpp:27:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/temperature.cpp:27:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/twibus.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/twibus.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/configuration_store.h:26,
from sketch/configuration_store.cpp:190:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/configuration_store.h:26,
from sketch/configuration_store.cpp:190:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/utility.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/utility.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/ultralcd.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/ubl.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/ubl.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/ultralcd.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/watchdog.cpp:23:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/watchdog.cpp:23:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"
^
In file included from sketch/pins_GT2560_REV_A_PLUS.h:29:0,
from sketch/pins.h:176,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/vector_3.cpp:42:
sketch/pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined
#define BOARD_NAME "GT2560 Rev.A"
^
In file included from sketch/pins.h:176:0,
from sketch/MarlinConfig.h:34,
from sketch/Marlin.h:36,
from sketch/vector_3.cpp:42:
sketch/pins_GT2560_REV_A_PLUS.h:27:0: note: this is the location of the previous definition
#define BOARD_NAME "GT2560 Rev.A+"