then i reemplace the configuration.h from the 3dtouch folder and paste it on the marlin folder.6) Firmware for I3 pro C
Update:
Fixed the endstop error(Default endstop logic status is the"false")
2019/2/27
Marlin 1.1.8 for proC with GT2560VA/A+/2.0
1.Inculde 3dtouch config and no 3dtouch cofing
2.Added the new menu for extruder+hotend
Getech i3 pro C (Marlin 1.1.8 for all).zip
(2.64 MiB) Downloaded 973 times
after that i open with the arduino 1.0.1, select the serial port and the mother gt2560. then i press the compile button and display a error message, i dont know nothing about debug error on arduino.
Code: Select all
In file included from /MarlinConfig.h:40,
from blinkm.cpp:27:
/SanityCheck.h:36:4: error: #error "Marlin requires C++11 support (gcc >= 4.7, Arduino IDE >= 1.6.8). Please upgrade your toolchain."
In file included from /MarlinConfig.h:40,
from blinkm.cpp:27:
SanityCheck.h:295: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:578: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:637: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:749: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:824: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:825: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:826: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:827: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:828: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:829: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:1311: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:1516: error: expected constructor, destructor, or type conversion before 'float'
SanityCheck.h:1516: error: expected unqualified-id before ',' token
SanityCheck.h:1517: error: expected constructor, destructor, or type conversion before '=' token
SanityCheck.h:1517: error: expected unqualified-id before ',' token
SanityCheck.h:1518: error: expected constructor, destructor, or type conversion before '=' token
SanityCheck.h:1519: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:1520: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:1521: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:1522: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:1523: error: expected constructor, destructor, or type conversion before '(' token
SanityCheck.h:1524: error: expected constructor, destructor, or type conversion before '(' token
when i compile i get the following error:
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\G26_Mesh_Validation_Tool.cpp:27:
sketch\pins_GT2560_REV_A.h:34:0: warning: "BOARD_NAME" redefined [enabled by default]
#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\MarlinConfig.h:40:0,
from sketch\G26_Mesh_Validation_Tool.cpp:27:
SanityCheck.h:829: error: static assertion failed: FRONT_PROBE_BED_POSITION can't be reached by the Z probe.
static_assert(FRONT_PROBE_BED_POSITION >= MIN_PROBE_Y, "FRONT_PROBE_BED_POSITION can't be reached by the Z probe.");
^
exit status 1
static assertion failed: FRONT_PROBE_BED_POSITION can't be reached by the Z probe.
whit that file its compile and flash it .I3proC (3d touch A+ board).zip
(322.54 KiB) Downloaded 1575 times
then i went to the cura /repetier and run the note indication for my printer:
and i verified ive got the T8 threaded rod . but someting happends on the LCD display when y send the z axis the values are erroneous.Note:
Check the threaded rod of your printer(Especially I3 PRO X, I3 PRO W, I3 PRO B, I3 PRO C)
If your printer working with T8 threaded rod
You need to send Gcode"M92 Z400" via USB port.(When you upload the firmware finished)
Then you need to send Gcode"M500" to save the setting.
please i need some help