소스 검색

Document.

Marek Bel 5 년 전
부모
커밋
19a8537901
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

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