Configurable kill pin state

Co-Authored-By: AbdullahGheith <abdullahgheith@users.noreply.github.com>
This commit is contained in:
Scott Lahteine
2020-05-05 03:31:03 -05:00
parent 3fd8ef52c5
commit 852a8d6685
3 changed files with 17 additions and 5 deletions

View File

@ -1683,8 +1683,9 @@
SERIAL_EOL();
#if HAS_KILL
SERIAL_ECHOLNPAIR("Kill pin on :", int(KILL_PIN), " state:", READ(KILL_PIN));
SERIAL_ECHOLNPAIR("Kill pin on :", int(KILL_PIN), " state:", int(kill_state()));
#endif
SERIAL_EOL();
serial_delay(50);