Welcome! Log In Create A New Profile

Advanced

i3 Prusa 2 BQ FW error temptable_99' was not declared / E3D V6

Posted by macpit 
i3 Prusa 2 BQ FW error temptable_99' was not declared / E3D V6
June 05, 2016 07:43AM
Hi,

I would like to change the temp sensor to 5, now when i recompile it's give me this error:

mpeter@vmate01:~/i3/Marlin/Marlin$ make
  CXX   TemperatureManager.cpp
TemperatureManager.cpp: In member function 'void temp::TemperatureManager::init()':
TemperatureManager.cpp:93:39: error: 'temptable_99' was not declared in this scope
   short (*tt)[][2] = (short (*)[][2]) temptable_99;
                                       ^
TemperatureManager.cpp: In member function 'void temp::TemperatureManager::updateLUTCache()':
TemperatureManager.cpp:121:39: error: 'temptable_99' was not declared in this scope
   short (*tt)[][2] = (short (*)[][2]) temptable_99;
                                       ^
Makefile:385: die Regel für Ziel „bin/TemperatureManager.o“ scheiterte
make: *** [bin/TemperatureManager.o] Fehler 1
mpeter@vmate01:~/i3/Marlin/Marlin$

Firmware Link i use:
https://github.com/bq/Marlin

Thanks for help

Marc
Sorry, only registered users may post in this forum.

Click here to login