Some minor fixes.

This commit is contained in:
Knutwurst
2022-02-03 12:14:56 +01:00
parent eb57d10ec3
commit d95fcd7673
2 changed files with 3 additions and 4 deletions

View File

@@ -237,12 +237,11 @@ void AnycubicTouchscreenClass::Setup() {
#if ENABLED(ANYCUBIC_FILAMENT_RUNOUT_SENSOR)
if ((READ(FILAMENT_RUNOUT_PIN) == true) && FilamentSensorEnabled) {
/*
#ifndef ANYCUBIC_TFT_DEBUG
HARDWARE_SERIAL_PROTOCOLPGM("J15"); //J15 FILAMENT LACK
HARDWARE_SERIAL_ENTER();
#endif
*/
#ifdef ANYCUBIC_TFT_DEBUG
SERIAL_ECHOLNPGM("TFT Serial Debug: Filament runout... J15");
#endif