We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143a870 commit db2b8a6Copy full SHA for db2b8a6
Marlin/src/module/stepper.h
@@ -111,7 +111,7 @@
111
#define TIMER_READ_ADD_AND_STORE_CYCLES 13UL
112
113
// The base ISR
114
- #define ISR_BASE_CYCLES 996UL
+ #define ISR_BASE_CYCLES 882UL
115
116
// Linear advance base time is 32 cycles
117
#if ENABLED(LIN_ADVANCE)
@@ -138,7 +138,7 @@
138
#define ISR_LOOP_BASE_CYCLES 32UL
139
140
// And each stepper (start + stop pulse) takes in worst case
141
- #define ISR_STEPPER_CYCLES 88UL
+ #define ISR_STEPPER_CYCLES 60UL
142
143
#endif
144
0 commit comments