✨ M21 P / S / U - Select Volume (#23780)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
39001bd8d2
commit
feafb7d49a
@@ -142,6 +142,11 @@ void GcodeSuite::M115() {
|
||||
// SDCARD (M20, M23, M24, etc.)
|
||||
cap_line(F("SDCARD"), ENABLED(SDSUPPORT));
|
||||
|
||||
// MULTI_VOLUME (M21 S/M21 U)
|
||||
#if ENABLED(SDSUPPORT)
|
||||
cap_line(F("MULTI_VOLUME"), ENABLED(MULTI_VOLUME));
|
||||
#endif
|
||||
|
||||
// REPEAT (M808)
|
||||
cap_line(F("REPEAT"), ENABLED(GCODE_REPEAT_MARKERS));
|
||||
|
||||
|
Reference in New Issue
Block a user