🧑‍💻 Update planner/stepper includes

This commit is contained in:
Scott Lahteine 2022-07-27 04:24:50 -05:00
parent 90b5645223
commit 21c48d9f92
30 changed files with 32 additions and 35 deletions

View file

@ -33,17 +33,12 @@
#include "../gcode/gcode.h"
#if ENABLED(TMC_DEBUG)
#include "../module/planner.h"
#include "../libs/hex_print.h"
#if ENABLED(MONITOR_DRIVER_STATUS)
static uint16_t report_tmc_status_interval; // = 0
#endif
#endif
#if HAS_MARLINUI_MENU
#include "../module/stepper.h"
#endif
/**
* Check for over temperature or short to ground error flags.
* Report and log warning of overtemperature condition.