Skip to content

Commit

Permalink
"Move … code" followup (#20869)
Browse files Browse the repository at this point in the history
Fix regression from #20832
  • Loading branch information
bg-master authored and thinkyhead committed Apr 29, 2021
1 parent efaff24 commit 5acd8f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Marlin/src/feature/runout.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,14 @@
#include "../module/planner.h"
#include "../module/stepper.h" // for block_t
#include "../gcode/queue.h"
#include "../feature/pause.h"

#include "../inc/MarlinConfig.h"

#if ENABLED(EXTENSIBLE_UI)
#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
Expand Down

0 comments on commit 5acd8f3

Please sign in to comment.