mirror of
git://soft.sys114.com/klipper
synced 2026-02-10 14:58:07 +09:00
It is not valid to call time.sleep() in the host python code (it could causes glitches in other processing, and it does not ensure there is a pause between operations on the mcu). Use minclock instead of time.sleep() to ensure there is a sufficient pause during chip startup. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
9.4 KiB
9.4 KiB