mirror of
git://soft.sys114.com/klipper
synced 2026-02-07 11:00:25 +09:00
Sort using comparison on only first item in list to avoid greater/less than comparison of stepper objects (which causes an error on Python3). Reported by discourse user salbang. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>