Fix MeatPack with per-serial-port instances (#21306)

This commit is contained in:
X-Ryl669
2021-03-10 21:22:20 +01:00
committed by GitHub
parent 048f6b4731
commit f147a8990a
9 changed files with 90 additions and 64 deletions

View File

@ -145,7 +145,7 @@ void GcodeSuite::M115() {
cap_line(PSTR("COOLER_TEMPERATURE"), ENABLED(HAS_COOLER));
// MEATPACK Compression
cap_line(PSTR("MEATPACK"), ENABLED(MEATPACK));
cap_line(PSTR("MEATPACK"), ENABLED(HAS_MEATPACK));
// Machine Geometry
#if ENABLED(M115_GEOMETRY_REPORT)