From 51075caaa91024894dd7c8707ae6d475842f8a1b Mon Sep 17 00:00:00 2001 From: Nico Tonnhofer Date: Fri, 24 Feb 2017 21:41:27 +0100 Subject: [PATCH] dda.h: steps also for acceleration reprap With the rework and revert of some commits we miss to bring this part back for acceleration reprap. --- dda.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/dda.h b/dda.h index 2a2d602..0c2f830 100644 --- a/dda.h +++ b/dda.h @@ -64,10 +64,7 @@ typedef struct { uint32_t last_time; ///< time of the last step of any axis #endif - #if defined ACCELERATION_TEMPORAL || defined ACCELERATION_RAMPING axes_uint32_t steps; ///< number of steps on each axis - #endif - /// Endstop handling. uint8_t endstop_stop; ///< Stop due to endstop trigger uint8_t debounce_count_x, debounce_count_y, debounce_count_z;