diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 96ff6306..e20ae226 100755 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1867,7 +1867,7 @@ * Requires NOZZLE_PARK_FEATURE. * This feature is required for the default FILAMENT_RUNOUT_SCRIPT. */ -#define ADVANCED_PAUSE_FEATURE +//#define ADVANCED_PAUSE_FEATURE #if ENABLED(ADVANCED_PAUSE_FEATURE) #define PAUSE_PARK_RETRACT_FEEDRATE 60 // (mm/s) Initial retract feedrate. #define PAUSE_PARK_RETRACT_LENGTH 4 // (mm) Initial retract. diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index 6704c529..5ff5482f 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -131,12 +131,12 @@ void AnycubicTouchscreenClass::Setup() void AnycubicTouchscreenClass::WriteOutageEEPromData() { - int pos = E2END - 256; + //int pos = E2END - 256; } void AnycubicTouchscreenClass::ReadOutageEEPromData() { - int pos = E2END - 256; + //int pos = E2END - 256; } void AnycubicTouchscreenClass::KillTFT() @@ -364,7 +364,7 @@ void AnycubicTouchscreenClass::ReheatNozzle() // enable heaters again HOTEND_LOOP() - thermalManager.reset_hotend_idle_timer(e); + //thermalManager.reset_hotend_idle_timer(e); #ifdef ANYCUBIC_TFT_DEBUG SERIAL_ECHOLNPGM("DEBUG: Clear flags"); #endif @@ -715,7 +715,7 @@ void AnycubicTouchscreenClass::StateHandler() #ifdef SDSUPPORT if (!card.isPrinting()) { - // It seems that we are to printing anymore... pause or stopped? + // It seems that we are not printing anymore... pause or stopped? if (card.isFileOpen()) { // File is still open --> paused