dkrep2 Helloi am new user arduinoI buy a 3 printer reprap x400 with arduino card 2560 ( it's not a new product)wen i use eeprom M commandM205, M206, M500, M501 and M502i have a message " ERROR : EEPROM SUPPORT COMPILED "i not have configuration.h file the 3d printer, the firmware it's install in factory (german reprap)on their website firmware is available v2.2-x400-1ex_hb_sd_lcd.zip configuration.h in the file there are 2 extruders Set Is what I can use that file while my printer has only one extruder?thx for your helpDk
Repetier You have in your Configuration.hEEPROM_MODE 0defined. Set it to 1 if you want to have eeprom support.NUM_EXTRUDERdefines how many extruders you have. Set it to 1 if you have only one. Definition of the second is then ignored.
dkrep2 Hellothank you for your postit's OK it's workif I return to MODE 0 Is what I'm going to find my setup original or is it lost? if I want to make configuration tests I use EEPROM_MODE 2 EEPROM_MODE 3 How can we send a modification ARDUINO 2560 Best regardsDk