✏️ Fix M115 spindle/laser cap (#24747)

This commit is contained in:
kisslorand 2022-09-09 23:36:39 +03:00 committed by GitHub
parent c80d1ea97d
commit 0ae64f1140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@ void GcodeSuite::M115() {
// SPINDLE AND LASER CONTROL (M3, M4, M5)
#if ENABLED(SPINDLE_FEATURE)
cap_line(F("SPINDLE"), true);
#elif ENABLED(SPINDLE_FEATURE)
#elif ENABLED(LASER_FEATURE)
cap_line(F("LASER"), true);
#endif