Browse Source

Update doxygen

Alex Voinea 3 years ago
parent
commit
7d82cab125
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Firmware/Marlin_main.cpp

+ 2 - 1
Firmware/Marlin_main.cpp

@@ -3963,8 +3963,9 @@ static void extended_capabilities_report()
 #endif //FANCHECK and TACH_0 or TACH_1
     // AUTOREPORT_POSITION (M114)
     cap_line(PSTR("AUTOREPORT_POSITION"), ENABLED(AUTO_REPORT));
-    //@todo Update RepRap cap
+    // EXTENDED_M20 (support for L and T parameters)
     cap_line(PSTR("EXTENDED_M20"), 1);
+    //@todo Update RepRap cap
 }
 #endif //EXTENDED_CAPABILITIES_REPORT