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…
Reference in a new issue