Kevin O'Connor 91b5e8e942 manual_stepper: Internally track commanded_pos
Commit 9399e738 changed the manual_stepper class to no longer
explicitly flush all steps after each move.  As a result, calls to
self.rail.get_commanded_position() may no longer reflect the last
requested position.  This discrepancy could result in "internal
stepcompress" errors.

Change the manual_stepper code to internally track the last requested
position and use that when scheduling moves.  This allows the
manual_stepper code to utilize the standard "lazy" step flushing
mechanism.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-08-20 16:41:41 -04:00
..
2023-11-02 13:08:53 -04:00
2024-08-16 22:21:12 -04:00
2025-03-21 13:36:27 -04:00
2024-10-01 11:43:27 -04:00
2025-04-03 14:08:23 -04:00
2025-05-26 18:44:29 -04:00
2022-06-30 13:56:35 -04:00
2025-07-22 14:17:43 -04:00
2024-09-22 19:23:14 -04:00
2025-07-12 16:17:22 -04:00
2025-07-12 16:17:22 -04:00
2024-05-21 20:31:23 -04:00
2025-07-12 16:17:22 -04:00
2025-07-12 16:17:22 -04:00