klipper/klippy
Kevin O'Connor aaf3dc6ac3 serialqueue: Fix registration of serial fd in debug mode
When in debug output mode, make sure to register the fd correctly.
Otherwise, the poll() call will use the 0 fd which could cause random
results.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-10-30 14:02:12 -04:00
..
chelper serialqueue: Fix registration of serial fd in debug mode 2020-10-30 14:02:12 -04:00
extras mcu: Add support for setting reqclock in CommandQueryWrapper.send() 2020-10-29 12:00:28 -04:00
kinematics
clocksync.py
configfile.py configfile: report "save_config_pending" via get_status() (#3372) 2020-09-28 00:05:55 -04:00
console.py
gcode.py gcode: Don't log debugging output for unknown commands if command is blank 2020-09-17 21:46:00 -04:00
homing.py
klippy.py klippy: Remove import of unused threading module 2020-10-30 13:02:44 -04:00
mathutil.py
mcu.py mcu: Add support for setting reqclock in CommandQueryWrapper.send() 2020-10-29 12:00:28 -04:00
msgproto.py
parsedump.py
pins.py
queuelogger.py
reactor.py reactor: Record time of recent gc collection sweeps 2020-09-17 02:06:20 -04:00
serialhdl.py mcu: Add support for setting reqclock in CommandQueryWrapper.send() 2020-10-29 12:00:28 -04:00
stepper.py
toolhead.py toolhead: Fixed reporting of the kinematic limits 2020-10-14 12:42:15 -04:00
util.py
webhooks.py