浏览代码

selftest fix

PavelSindler 7 年之前
父节点
当前提交
b8fd058749
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Firmware/Marlin_main.cpp

+ 3 - 0
Firmware/Marlin_main.cpp

@@ -1201,6 +1201,9 @@ void fsensor_init() {
 		fsensor = 0; //disable sensor
 		fsensor_not_responding = true;
 	}
+	else {
+		fsensor_not_responding = false;
+	}
 	puts_P(PSTR("FSensor "));
 	if (fsensor)
 	{