소스 검색

HEATER -> HOTEND

Alex Voinea 4 년 전
부모
커밋
f1ccfd481a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Firmware/temperature.cpp

+ 1 - 1
Firmware/temperature.cpp

@@ -2051,7 +2051,7 @@ public:
 		}
 	}
 };
-static const char m2hotend[] PROGMEM = "MINTEMP HEATER fixed";
+static const char m2hotend[] PROGMEM = "MINTEMP HOTEND fixed";
 static const char m2bed[] PROGMEM = "MINTEMP BED fixed";
 static alert_automaton_mintemp alert_automaton_hotend(m2hotend), alert_automaton_bed(m2bed);