Document.

This commit is contained in:
Marek Bel 2019-09-17 20:35:18 +02:00
parent 027b6238fd
commit 19a8537901

View File

@ -4621,7 +4621,7 @@ if(eSoundMode!=e_SOUND_MODE_SILENT)
{ {
mesh_bed_leveling_flag = true; mesh_bed_leveling_flag = true;
#ifndef PINDA_THERMISTOR #ifndef PINDA_THERMISTOR
static bool run = false; static bool run = false; // thermistor-less PINDA temperature compensation is running
#endif // ndef PINDA_THERMISTOR #endif // ndef PINDA_THERMISTOR
#ifdef SUPPORT_VERBOSITY #ifdef SUPPORT_VERBOSITY