Scott Lahteine 13fbf42d95 Cleanup of planner code
- Use named axis indexes, `X_AXIS` etc.
- Replace `block.steps_A` with block.steps[A]`
- Replace `A_segment_time` with `segment_time[A]`
- Add `A_AXIS`, `B_AXIS` for `COREXY` axes
- Conditional compile based on `EXTRUDERS`
- Add BLOCK_MOD macro for planner block indexes
- Apply coding standards to `planner.h` and `planner.cpp`
- Small optimizations of planner code
- Update `stepper.cpp` for new `block` struct
- Replace `memcpy` with loops, let the compiler unroll them
- Make `movesplanned` into an inline function
2015-03-20 20:42:49 -07:00
..
2015-03-17 10:33:02 +01:00
2015-03-02 07:06:01 -08:00
2015-03-02 07:06:01 -08:00
2015-03-02 09:49:45 +00:00
2015-03-02 07:06:01 -08:00
2015-03-02 07:06:01 -08:00
2015-03-02 07:06:01 -08:00
2015-03-14 04:28:22 -07:00
2015-02-11 08:50:48 +02:00
2015-01-27 21:53:08 -08:00
2015-02-16 13:53:58 +01:00
2015-02-16 13:53:58 +01:00
2015-03-20 20:42:49 -07:00
2014-10-04 09:24:09 +02:00
2015-02-19 17:28:38 -08:00
2015-03-04 12:35:32 +00:00
2015-01-27 15:32:34 -08:00
2015-01-27 15:32:34 -08:00
2015-03-07 22:43:15 +02:00
2015-02-24 04:46:11 -08:00
2015-01-27 15:32:34 -08:00
2015-03-20 20:42:49 -07:00
2015-03-20 20:42:49 -07:00
2015-01-23 22:26:52 -08:00
2015-01-23 22:26:52 -08:00
2015-03-20 20:42:49 -07:00
2015-02-24 04:46:11 -08:00