Split up stepper indirection (#15111)

This commit is contained in:
Scott Lahteine
2019-08-31 19:44:45 -05:00
committed by GitHub
parent 87b16ed5f6
commit 586b334c2a
29 changed files with 1391 additions and 1088 deletions

View File

@@ -26,7 +26,7 @@
#include "../../gcode.h"
#include "../../../libs/L6470/L6470_Marlin.h"
#include "../../../module/stepper_indirection.h"
#include "../../../module/stepper/indirection.h"
inline void echo_yes_no(const bool yes) { serialprintPGM(yes ? PSTR(" YES") : PSTR(" NO ")); }

View File

@@ -26,7 +26,7 @@
#include "../../gcode.h"
#include "../../../libs/L6470/L6470_Marlin.h"
#include "../../../module/stepper_indirection.h"
#include "../../../module/stepper/indirection.h"
#include "../../../module/planner.h"
#define DEBUG_OUT ENABLED(L6470_CHITCHAT)

View File

@@ -25,7 +25,7 @@
#if HAS_DRIVER(L6470)
#include "../../gcode.h"
#include "../../../module/stepper_indirection.h"
#include "../../../module/stepper/indirection.h"
#include "../../../module/planner.h"
#include "../../../libs/L6470/L6470_Marlin.h"