mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-09-07 00:09:35 +02:00
Now that the only caller to set_commanded_position() is set_position(), remove the set_commanded_position() method and pass the set_position() call directly to the itersolve.c code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>