klipper/klippy
Kevin O'Connor 459e77c4f9 serialqueue: Keep moving messages from pending queues to ready queues
Keep moving messages from the pending queues to the ready queues even
if it's not currently valid to transmit messages to the mcu.  This
improves the statistics when debugging.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-11-04 12:15:37 -05:00
..
chelper serialqueue: Keep moving messages from pending queues to ready queues 2025-11-04 12:15:37 -05:00
extras gcode_macro: Verify nothing attempts to pause in a get_status() callback 2025-10-23 12:47:55 -04:00
kinematics extruder: Recheck the step generation scan windows on sync_to_extruder() 2025-09-16 11:28:16 -04:00
clocksync.py clocksync: Simplify 32bit clock upconversion code 2023-12-10 14:59:13 -05:00
configfile.py configfile: Fix comments on same line as [include xxx.cfg] directive 2024-11-12 21:07:44 -05:00
console.py console: No need to import pins module 2023-01-07 12:00:16 -05:00
gcode.py gcode: Move shutdown debugging to "klippy:analyze_shutdown" event 2025-10-18 12:18:17 -04:00
klippy.py klippy: Verify nothing attempts to pause in the klippy:ready event 2025-10-18 12:28:06 -04:00
mathutil.py kinematics: Generic Cartesian kinematics implementation (#6815) 2025-05-06 18:06:36 -04:00
mcu.py mcu: It is not necessary to export an is_shutdown() method 2025-10-18 12:18:18 -04:00
msgproto.py msgproto: Fix return type for create_command() 2024-11-13 14:24:03 -05:00
parsedump.py parsedump: Support running on both python2 and python3 2022-12-07 14:31:03 -05:00
pins.py pins: Improve pin description checks 2022-05-09 16:33:46 -04:00
queuelogger.py Revert "queuelogger: set thread name" 2025-08-01 13:08:03 -04:00
reactor.py reactor: Add support for temporarily disabling reactor pauses 2025-10-18 12:26:37 -04:00
serialhdl.py serialqueue: name the threads per mcu 2025-08-01 12:42:53 -04:00
stepper.py mcu: Remove max_stepper_error config parameter 2025-10-03 12:28:38 -04:00
toolhead.py toolhead: Verify nothing attempts to pause in lookahead callbacks 2025-10-18 12:28:06 -04:00
util.py klippy: Report Linux version in log 2025-10-03 12:24:25 -04:00
webhooks.py gcode_macro: Verify nothing attempts to pause in a get_status() callback 2025-10-23 12:47:55 -04:00