Split up stepper indirection (#15111)
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
|
||||
#if ENABLED(USE_CONTROLLER_FAN)
|
||||
|
||||
#include "../module/stepper_indirection.h"
|
||||
#include "../module/stepper/indirection.h"
|
||||
#include "../module/temperature.h"
|
||||
|
||||
uint8_t controllerfan_speed;
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "power.h"
|
||||
#include "../module/temperature.h"
|
||||
#include "../module/stepper_indirection.h"
|
||||
#include "../module/stepper/indirection.h"
|
||||
#include "../Marlin.h"
|
||||
|
||||
Power powerManager;
|
||||
|
@ -35,7 +35,7 @@ MMU2 mmu2;
|
||||
#include "../../libs/nozzle.h"
|
||||
#include "../../module/temperature.h"
|
||||
#include "../../module/planner.h"
|
||||
#include "../../module/stepper_indirection.h"
|
||||
#include "../../module/stepper/indirection.h"
|
||||
#include "../../Marlin.h"
|
||||
|
||||
#if ENABLED(HOST_PROMPT_SUPPORT)
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "tmc_util.h"
|
||||
#include "../Marlin.h"
|
||||
|
||||
#include "../module/stepper_indirection.h"
|
||||
#include "../module/stepper/indirection.h"
|
||||
#include "../module/printcounter.h"
|
||||
#include "../libs/duration_t.h"
|
||||
#include "../gcode/gcode.h"
|
||||
|
Reference in New Issue
Block a user