Skip to content

Commit

Permalink
"Move … code" followup (MarlinFirmware#20869)
Browse files Browse the repository at this point in the history
Fix regression from MarlinFirmware#20832
  • Loading branch information
bg-master authored and kpishere committed Feb 19, 2021
1 parent 4842c5d commit 6d16080
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 6d16080

Please sign in to comment.