klipper/klippy
Kevin O'Connor d4aee4f55e mcu: Make a minor change to the protocol to require mcu update
Commit 9ecddd1b fixed a serious error (introduced in 7d95a004).  Force
a protocol version change so users are aware of the need to update the
mcu code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-11-06 18:47:44 -04:00
..
chelper input_shaper: Factored out AxisInputShaper class 2021-10-26 16:14:50 -04:00
extras stepper: Add support for stepping on both edges of a step pulse 2021-11-04 12:06:27 -04:00
kinematics delta: Don't limit XY+Z moves to max_z_velocity 2021-10-11 11:53:00 -04:00
clocksync.py
configfile.py configfile: Use Python2's ConfigParser when running on Python2 2021-10-09 19:37:48 -04:00
console.py console: Remove support for PINS command 2021-11-02 12:45:11 -04:00
gcode.py gcode: Fix Python3 syntax error 2021-10-31 14:15:32 -04:00
klippy.py klippy: Add a build import test tool 2021-10-04 14:36:08 -04:00
mathutil.py
mcu.py mcu: Make a minor change to the protocol to require mcu update 2021-11-06 18:47:44 -04:00
msgproto.py
parsedump.py
pins.py pins: Remove support for deprecated pin_map option 2021-11-02 12:45:11 -04:00
queuelogger.py
reactor.py
serialhdl.py serialhdl: Use regular str() type for stats on Python2 2021-10-31 13:52:31 -04:00
stepper.py stepper: Add support for stepping on both edges of a step pulse 2021-11-04 12:06:27 -04:00
toolhead.py
util.py util: Use regular str() type in get_git_version() on Python2 2021-10-31 13:52:31 -04:00
webhooks.py