🚚 Move speed_lookuptable.h
This commit is contained in:
parent
a6ff63d506
commit
f9b7f00d1e
|
@ -84,7 +84,7 @@ Stepper stepper; // Singleton
|
||||||
#define BABYSTEPPING_EXTRA_DIR_WAIT
|
#define BABYSTEPPING_EXTRA_DIR_WAIT
|
||||||
|
|
||||||
#ifdef __AVR__
|
#ifdef __AVR__
|
||||||
#include "speed_lookuptable.h"
|
#include "stepper/speed_lookuptable.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "endstops.h"
|
#include "endstops.h"
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
#include "planner.h"
|
#include "planner.h"
|
||||||
#include "stepper/indirection.h"
|
#include "stepper/indirection.h"
|
||||||
#ifdef __AVR__
|
#ifdef __AVR__
|
||||||
#include "speed_lookuptable.h"
|
#include "stepper/speed_lookuptable.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Disable multiple steps per ISR
|
// Disable multiple steps per ISR
|
||||||
|
|
Loading…
Reference in a new issue