🩹 Fix Spindle/Laser ENA pin test (#25622)
This commit is contained in:
committed by
Scott Lahteine
parent
f62d47a165
commit
15671a46d2
@@ -210,7 +210,7 @@ public:
|
||||
enable = false;
|
||||
apply_power(0);
|
||||
}
|
||||
#if SPINDLE_LASER_ENA_PIN
|
||||
#if PIN_EXISTS(SPINDLE_LASER_ENA)
|
||||
WRITE(SPINDLE_LASER_ENA_PIN, enable ? SPINDLE_LASER_ACTIVE_STATE : !SPINDLE_LASER_ACTIVE_STATE);
|
||||
#endif
|
||||
enable_state = enable;
|
||||
|
Reference in New Issue
Block a user