Radds + 0.92.9 + MAX6675 Thermocouple

Hi everyone,



When trying to compile with the latest repetier online configuration tool (0.92.9 and DEV), I am
getting this error :

The error only append went I select MAX6675 as my temp
sensor, when switching back to my old 104GT-02 setting, everything works well.


Does this append to anyone else?


************************************************************************************************

Arduino: 1.6.12 (Windows 10), Board: "Arduino Due (Programming Port)"

Build options changed, rebuilding all
sketch\Extruder.cpp: In function 'int16_t read_max6675(uint8_t, fast8_t)':

Extruder.cpp:2548: error: no matching function for call to 'HAL::spiReceive(int)'

         max6675_temp[idx] = HAL::spiReceive(0);

                                              ^

sketch\Extruder.cpp:2548:46: note: candidate is:

In file included from sketch\Repetier.h:567:0,

                 from sketch\Extruder.cpp:22:

sketch\HAL.h:820:20: note: static uint8_t HAL::spiReceive()

     static uint8_t spiReceive();

                    ^

sketch\HAL.h:820:20: note:   candidate expects 0 arguments, 1 provided

Extruder.cpp:2550: error: no matching function for call to 'HAL::spiReceive(int)'

         max6675_temp[idx] |= HAL::spiReceive(0);

                                               ^

sketch\Extruder.cpp:2550:47: note: candidate is:

In file included from sketch\Repetier.h:567:0,

                 from sketch\Extruder.cpp:22:

sketch\HAL.h:820:20: note: static uint8_t HAL::spiReceive()

     static uint8_t spiReceive();

                    ^

sketch\HAL.h:820:20: note:   candidate expects 0 arguments, 1 provided

exit status 1
no matching function for call to 'HAL::spiReceive(int)'


************************************************************************************************

Thanks
Sign In or Register to comment.