0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-17 09:37:57 +00:00

FREEZE_STATE

MarlinFirmware/Marlin#23944
This commit is contained in:
Scott Lahteine 2022-03-25 19:59:01 -05:00
parent 6ffd8be366
commit 6af8cba8d6
278 changed files with 278 additions and 0 deletions

View file

@ -4135,6 +4135,7 @@
//#define FREEZE_FEATURE
#if ENABLED(FREEZE_FEATURE)
//#define FREEZE_PIN 41 // Override the default (KILL) pin here
#define FREEZE_STATE LOW // State of pin indicating freeze
#endif
/**