message ERROR : EEPROM SUPPORT COMPILED

Hello

i am new user arduino

I buy a 3 printer reprap x400 with arduino card 2560 ( it's not a new product)
wen i use eeprom M command

M205, M206, M500, M501 and M502

i 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 help

Dk

Comments

  • You have in your Configuration.h
    EEPROM_MODE 0
    defined. Set it to 1 if you want to have eeprom support.

    NUM_EXTRUDER
    defines how many extruders you have. Set it to 1 if you have only one. Definition of the second is then ignored.
  • Hello

    thank you for your post
    it's OK it's work

    if 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 regards

    Dk
Sign In or Register to comment.