Browse Source

Add capability line

Voinea Dragos 3 years ago
parent
commit
e2ef5af40e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Firmware/Marlin_main.cpp

+ 1 - 0
Firmware/Marlin_main.cpp

@@ -3516,6 +3516,7 @@ static void cap_line(const char* name, bool ena = false) {
 
 static void extended_capabilities_report()
 {
+    cap_line(PSTR("AUTOREPORT_TEMP"), ENABLED(AUTO_REPORT_TEMPERATURES));
     //@todo
 }
 #endif //EXTENDED_CAPABILITIES_REPORT