Upgrading firmware error

Hello!
Every now and then, I'm unable to write my Repetier firmware to my Arduino, sometimes I'm able to figure out a way around it, but this time, I don't know what's wrong. It only gives me this report:

sketch\Eeprom.cpp: In static member function 'static void EEPROM::initalizeUncached()':

Eeprom.cpp:472:47: error: expected primary-expression before ')' token

     HAL::eprSetFloat(EPR_Z_PROBE_X1,Z_PROBE_X1);

                                               ^

Eeprom.cpp:512:61: error: expected primary-expression before ')' token

     HAL::eprSetFloat(EPR_RETRACTION_Z_LIFT,RETRACTION_Z_LIFT);

                                                             ^

sketch\Eeprom.cpp: In static member function 'static void EEPROM::readDataFromEEPROM(bool)':

Eeprom.cpp:661:55: error: expected primary-expression before ')' token

             HAL::eprSetFloat(EPR_Z_PROBE_X1,Z_PROBE_X1);

                                                       ^

Eeprom.cpp:728:69: error: expected primary-expression before ')' token

             HAL::eprSetFloat(EPR_RETRACTION_Z_LIFT,RETRACTION_Z_LIFT);

                                                                     ^

Znaleziono wiele bibliotek w "SPI.h"
Wykorzystane: D:\Programy\Arduino\hardware\arduino\avr\libraries\SPI
exit status 1
expected primary-expression before ')' token



Comments

  • It means in your configuration.h the defines for Z_PROBE_X1 and RETRACTION_Z_LIFT are missing or more likely have no value.
Sign In or Register to comment.