mirror of
https://github.com/andreili/klipper.git
synced 2025-09-12 00:21:14 +02:00
Add a new add_extra_axes() to support adding additional axes. Once called, toolhead.get_position() will return a list object with more than 4 items, and toolhead.move() requires the same size list. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>