Gabriele Besta
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
4 deletions
-
Marlin/src/feature/runout.h
|
|
@ -30,6 +30,7 @@ |
|
|
|
#include "../module/planner.h" |
|
|
|
#include "../module/stepper.h" // for block_t |
|
|
|
#include "../gcode/queue.h" |
|
|
|
#include "../feature/pause.h" |
|
|
|
|
|
|
|
#include "../inc/MarlinConfig.h" |
|
|
|
|
|
|
@ -37,10 +38,6 @@ |
|
|
|
#include "../lcd/extui/ui_api.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
#if ENABLED(ADVANCED_PAUSE_FEATURE) |
|
|
|
#include "pause.h" |
|
|
|
#endif |
|
|
|
|
|
|
|
//#define FILAMENT_RUNOUT_SENSOR_DEBUG
|
|
|
|
#ifndef FILAMENT_RUNOUT_THRESHOLD |
|
|
|
#define FILAMENT_RUNOUT_THRESHOLD 5 |
|
|
|