klipper/klippy
Kevin O'Connor 8c2991ceac tmc2208: Improve error handling
Configure the tmc2208 during the 'connect' phase so that a problem
during configuration is properly raised as a config error.  Catch
errors during DUMP_TMC and raise them as g-code errors.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2018-09-30 10:57:47 -04:00
..
chelper serialqueue: Increase receive message debug queue to 100 messages 2018-09-02 12:16:13 -04:00
extras tmc2208: Improve error handling 2018-09-30 10:57:47 -04:00
kinematics delta: Move "stable position" logic to delta_calibrate.py 2018-09-25 13:48:46 -04:00
clocksync.py
configfile.py configfile: Add support for rewriting the printer config file 2018-09-25 13:48:46 -04:00
console.py console: Use reactor register_callback() mechanism 2018-09-02 12:31:36 -04:00
gcode.py gcode: modify get_status method to output more info (#651) 2018-09-17 08:25:28 -04:00
heater.py heater: Add new TURN_OFF_HEATERS command 2018-09-18 16:01:07 -04:00
homing.py
klippy.py configfile: Move config file code from klippy.py to new file 2018-09-25 13:48:46 -04:00
mathutil.py
mcu.py mcu: Log MCU information before configuring 2018-09-03 18:34:10 -04:00
msgproto.py
parsedump.py
pins.py pins: Verify the pin_map setting 2018-09-03 18:16:44 -04:00
queuelogger.py
reactor.py
serialhdl.py
stepper.py force_move: Rename stepper_buzz.py to force_move.py 2018-07-26 11:15:51 -04:00
toolhead.py toolhead: Update look-ahead flush comment 2018-09-25 15:44:45 -04:00
util.py