🐛 Fix Anycubic / Trigorilla pins, etc. (#24971)

This commit is contained in:
Scott Lahteine
2022-11-11 20:35:07 -06:00
parent 379d388b07
commit c9fa680db9
9 changed files with 606 additions and 540 deletions

View File

@ -153,6 +153,9 @@ class PrintJobRecovery {
static void prepare();
static void setup() {
#if PIN_EXISTS(OUTAGECON)
OUT_WRITE(OUTAGECON_PIN, HIGH);
#endif
#if PIN_EXISTS(POWER_LOSS)
#if ENABLED(POWER_LOSS_PULLUP)
SET_INPUT_PULLUP(POWER_LOSS_PIN);