Disable advanced pause feature, because resume does not work reliably.

This commit is contained in:
Knutwurst
2020-06-06 13:51:17 +02:00
parent 0486080289
commit a3b291f1cf
2 changed files with 5 additions and 5 deletions

View File

@@ -1867,7 +1867,7 @@
* Requires NOZZLE_PARK_FEATURE. * Requires NOZZLE_PARK_FEATURE.
* This feature is required for the default FILAMENT_RUNOUT_SCRIPT. * This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
*/ */
#define ADVANCED_PAUSE_FEATURE //#define ADVANCED_PAUSE_FEATURE
#if ENABLED(ADVANCED_PAUSE_FEATURE) #if ENABLED(ADVANCED_PAUSE_FEATURE)
#define PAUSE_PARK_RETRACT_FEEDRATE 60 // (mm/s) Initial retract feedrate. #define PAUSE_PARK_RETRACT_FEEDRATE 60 // (mm/s) Initial retract feedrate.
#define PAUSE_PARK_RETRACT_LENGTH 4 // (mm) Initial retract. #define PAUSE_PARK_RETRACT_LENGTH 4 // (mm) Initial retract.

View File

@@ -131,12 +131,12 @@ void AnycubicTouchscreenClass::Setup()
void AnycubicTouchscreenClass::WriteOutageEEPromData() void AnycubicTouchscreenClass::WriteOutageEEPromData()
{ {
int pos = E2END - 256; //int pos = E2END - 256;
} }
void AnycubicTouchscreenClass::ReadOutageEEPromData() void AnycubicTouchscreenClass::ReadOutageEEPromData()
{ {
int pos = E2END - 256; //int pos = E2END - 256;
} }
void AnycubicTouchscreenClass::KillTFT() void AnycubicTouchscreenClass::KillTFT()
@@ -364,7 +364,7 @@ void AnycubicTouchscreenClass::ReheatNozzle()
// enable heaters again // enable heaters again
HOTEND_LOOP() HOTEND_LOOP()
thermalManager.reset_hotend_idle_timer(e); //thermalManager.reset_hotend_idle_timer(e);
#ifdef ANYCUBIC_TFT_DEBUG #ifdef ANYCUBIC_TFT_DEBUG
SERIAL_ECHOLNPGM("DEBUG: Clear flags"); SERIAL_ECHOLNPGM("DEBUG: Clear flags");
#endif #endif
@@ -715,7 +715,7 @@ void AnycubicTouchscreenClass::StateHandler()
#ifdef SDSUPPORT #ifdef SDSUPPORT
if (!card.isPrinting()) 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()) if (card.isFileOpen())
{ {
// File is still open --> paused // File is still open --> paused