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

@ -4138,6 +4138,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
/**