Browse Source

🚚 Move speed_lookuptable.h

Scott Lahteine 2 years ago
parent
commit
e438c77c6a

+ 1
- 1
Marlin/src/module/stepper.cpp View File

@@ -84,7 +84,7 @@ Stepper stepper; // Singleton
84 84
 #define BABYSTEPPING_EXTRA_DIR_WAIT
85 85
 
86 86
 #ifdef __AVR__
87
-  #include "speed_lookuptable.h"
87
+  #include "stepper/speed_lookuptable.h"
88 88
 #endif
89 89
 
90 90
 #include "endstops.h"

+ 1
- 1
Marlin/src/module/stepper.h View File

@@ -46,7 +46,7 @@
46 46
 #include "planner.h"
47 47
 #include "stepper/indirection.h"
48 48
 #ifdef __AVR__
49
-  #include "speed_lookuptable.h"
49
+  #include "stepper/speed_lookuptable.h"
50 50
 #endif
51 51
 
52 52
 // Disable multiple steps per ISR

Marlin/src/module/speed_lookuptable.h → Marlin/src/module/stepper/speed_lookuptable.h View File


Loading…
Cancel
Save