Browse Source

"Move … code" followup (#20869)

Fix regression from #20832
Gabriele Besta 4 years ago
parent
commit
85d61de61c
No account linked to committer's email address
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      Marlin/src/feature/runout.h

+ 1
- 4
Marlin/src/feature/runout.h View File

@@ -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

Loading…
Cancel
Save