klipper/klippy
Kevin O'Connor ccee189f99 palette2: Use regular str() types for input on Python2
Avoid using unicode() types on Python2 as it can lead to subtle
errors.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-10-31 13:52:31 -04:00
..
chelper input_shaper: Factored out AxisInputShaper class 2021-10-26 16:14:50 -04:00
extras palette2: Use regular str() types for input on Python2 2021-10-31 13:52:31 -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: Use regular str() types for commands on Python2 2021-10-31 13:52:31 -04:00
gcode.py gcode: Use regular str() types for g-code commands on Python2 2021-10-31 13:51:52 -04:00
klippy.py
mathutil.py
mcu.py
msgproto.py
parsedump.py
pins.py
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: Remove unused _dist_to_time() method 2021-10-29 11:41:59 -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