|
@@ -30,6 +30,7 @@
|
30
|
30
|
#include "../module/planner.h"
|
31
|
31
|
#include "../module/stepper.h" // for block_t
|
32
|
32
|
#include "../gcode/queue.h"
|
|
33
|
+#include "../feature/pause.h"
|
33
|
34
|
|
34
|
35
|
#include "../inc/MarlinConfig.h"
|
35
|
36
|
|
|
@@ -37,10 +38,6 @@
|
37
|
38
|
#include "../lcd/extui/ui_api.h"
|
38
|
39
|
#endif
|
39
|
40
|
|
40
|
|
-#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
41
|
|
- #include "pause.h"
|
42
|
|
-#endif
|
43
|
|
-
|
44
|
41
|
//#define FILAMENT_RUNOUT_SENSOR_DEBUG
|
45
|
42
|
#ifndef FILAMENT_RUNOUT_THRESHOLD
|
46
|
43
|
#define FILAMENT_RUNOUT_THRESHOLD 5
|