Browse Source

Add capability report for extended M20

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

+ 1 - 0
Firmware/Marlin_main.cpp

@@ -3964,6 +3964,7 @@ static void extended_capabilities_report()
     // AUTOREPORT_POSITION (M114)
     cap_line(PSTR("AUTOREPORT_POSITION"), ENABLED(AUTO_REPORT));
     //@todo Update RepRap cap
+    cap_line(PSTR("EXTENDED_M20"), 1);
 }
 #endif //EXTENDED_CAPABILITIES_REPORT