"Move … code" followup (#20869)

Fix regression from #20832
This commit is contained in:
Gabriele Besta 2021-01-25 15:39:24 +01:00 committed by GitHub
parent b8186b5081
commit 85d61de61c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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