mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-07-26 09:01:20 +02:00
Some communication protocols are more efficient if fewer write() calls are invoked. If multiple message blocks can be sent at the same time then batch them into a single write() call. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>