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