|
@ -30,6 +30,7 @@ |
|
|
#include "../module/planner.h" |
|
|
#include "../module/planner.h" |
|
|
#include "../module/stepper.h" // for block_t |
|
|
#include "../module/stepper.h" // for block_t |
|
|
#include "../gcode/queue.h" |
|
|
#include "../gcode/queue.h" |
|
|
|
|
|
#include "../feature/pause.h" |
|
|
|
|
|
|
|
|
#include "../inc/MarlinConfig.h" |
|
|
#include "../inc/MarlinConfig.h" |
|
|
|
|
|
|
|
@ -37,10 +38,6 @@ |
|
|
#include "../lcd/extui/ui_api.h" |
|
|
#include "../lcd/extui/ui_api.h" |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#if ENABLED(ADVANCED_PAUSE_FEATURE) |
|
|
|
|
|
#include "pause.h" |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
//#define FILAMENT_RUNOUT_SENSOR_DEBUG
|
|
|
//#define FILAMENT_RUNOUT_SENSOR_DEBUG
|
|
|
#ifndef FILAMENT_RUNOUT_THRESHOLD |
|
|
#ifndef FILAMENT_RUNOUT_THRESHOLD |
|
|
#define FILAMENT_RUNOUT_THRESHOLD 5 |
|
|
#define FILAMENT_RUNOUT_THRESHOLD 5 |
|
|