I downloaded and copied the thermistor_560.h file into Marlin/src/module/thermistor according to the instruction. However on compilation I get the following error:
Marlin\src\core\../module/thermistor/thermistors.h:179:22: error: 'temptable_560' was not declared in this scope; did you mean 'temptable_5'?
How do I resolve this problem?
I checked downloaded thermistor table and compared with the existing ones in Marlin and noticed that all the others do not have the text highlighted in the red box per my screen grab.