Add capability string CHAMBER_TEMPERATURE (#13391)

Reference: #13380
2.0.x
Andrei Pozolotin 6 years ago committed by Scott Lahteine
parent 67bee06e43
commit cc8a871705

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

Loading…
Cancel
Save