Allow pullup/downs on power loss pin (#14986)

This commit is contained in:
Tim Moore
2019-08-20 00:40:44 -07:00
committed by Scott Lahteine
parent 19e21a8f10
commit 67f8ba6fed
101 changed files with 122 additions and 1 deletions

View File

@ -935,6 +935,7 @@
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
//#define POWER_LOSS_PULL // Set pullup / pulldown as appropriate
//#define POWER_LOSS_PURGE_LEN 20 // (mm) Length of filament to purge on resume
//#define POWER_LOSS_RETRACT_LEN 10 // (mm) Length of filament to retract on fail. Requires backup power.