Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
motion_report: Don't negate step_distance on steppers with inverted d…
…ir pin When querying the stepper motion queue, the resulting "interval", "count", and "add" are already normalized to the correct direction. That is, the "count" field will be positive if moving in a positive axis direction and negative if moving in the reverse direction. So, negating the step_distance field just complicates the readers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
- Loading branch information