From b04997f0456657654277ab6a7431399d5d438194 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Wed, 9 Sep 2020 10:20:11 +0200 Subject: [PATCH] Re-enable Filament runout on boot. --- Marlin/src/lcd/anycubic_touchscreen.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index 23805d9d..d7e28030 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -124,7 +124,6 @@ void AnycubicTouchscreenClass::Setup() pinMode(FILAMENT_RUNOUT_PIN, INPUT); WRITE(FILAMENT_RUNOUT_PIN, HIGH); -/* #if ENABLED(ANYCUBIC_FILAMENT_RUNOUT_SENSOR) if ((READ(FILAMENT_RUNOUT_PIN) == true) && FilamentSensorEnabled) { @@ -135,7 +134,6 @@ void AnycubicTouchscreenClass::Setup() #endif } #endif -*/ currentTouchscreenSelection[0] = 0; currentFileOrDirectory[0] = '\0';