mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +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>