Add MMU2 capability line

This commit is contained in:
Alex Voinea 2022-02-17 17:05:17 +01:00
parent ae19f1bc0d
commit 5499ce5931

View file

@ -4060,6 +4060,7 @@ static void extended_capabilities_report()
cap_line(PSTR("AUTOREPORT_POSITION"), ENABLED(AUTO_REPORT));
// EXTENDED_M20 (support for L and T parameters)
cap_line(PSTR("EXTENDED_M20"), 1);
cap_line(PSTR("PRUSA_MMU2"), 1); //this will soon change to ENABLED(PRUSA_MMU2_SUPPORT)
}
#endif //EXTENDED_CAPABILITIES_REPORT