Disable advanced pause feature, because resume does not work reliably.
This commit is contained in:
@@ -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.
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user