Add capability string CHAMBER_TEMPERATURE (#13391)

Reference: #13380
This commit is contained in:
Andrei Pozolotin 2019-03-13 18:09:22 -05:00 committed by Scott Lahteine
parent 67bee06e43
commit cc8a871705

View file

@ -164,5 +164,13 @@ void GcodeSuite::M115() {
#endif
);
// CHAMBER_TEMPERATURE (M141, M191)
cap_line(PSTR("CHAMBER_TEMPERATURE")
#if HAS_HEATED_CHAMBER
, true
#endif
);
#endif // EXTENDED_CAPABILITIES_REPORT
}