klipper/klippy
Kevin O'Connor adeb869f56 gcode: Convert to Python3 string encoding
The error checking is not complete in this change - the code should
handle the case where an input string is not valid utf8.

The code will continue to run on Python2 after this change, however
the execution time on Python2 is measurably slower after making this
change.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-10-01 21:00:03 -04:00
..
chelper trapq: Prune interrupted moves from history on trapq_set_position() 2021-08-06 12:22:07 -04:00
extras virtual_sdcard: Convert to Python3 string encoding 2021-10-01 19:22:13 -04:00
kinematics kinematics: Convert to Python3 string encoding 2021-10-01 19:12:30 -04:00
clocksync.py msgblock: Add clock estimation helper functions 2021-06-09 18:58:35 -04:00
configfile.py configfile: Convert to Python3 string encoding 2021-10-01 19:22:13 -04:00
console.py console: Convert to Python3 string encoding 2021-10-01 19:22:13 -04:00
gcode.py gcode: Convert to Python3 string encoding 2021-10-01 21:00:03 -04:00
klippy.py klippy: Add a newline between initial error message and hint text 2021-06-10 21:30:09 -04:00
mathutil.py mathutil: Disable queuelogger in background_coordinate_descent() 2019-12-17 09:51:45 -05:00
mcu.py mcu: Convert to Python3 string encoding 2021-10-01 19:22:13 -04:00
msgproto.py spi_flash: Make SD updates more tolerant of flaky boards 2021-07-20 18:05:05 -04:00
parsedump.py
pins.py avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3 2021-08-14 22:00:17 -04:00
queuelogger.py webhooks: Add client_info parameter to "info" webhook 2020-08-26 10:12:58 -04:00
reactor.py reactor: Convert to Python3 string encoding 2021-10-01 19:18:58 -04:00
serialhdl.py serialhdl: Convert to Python3 string encoding 2021-10-01 19:12:42 -04:00
stepper.py kinematics: Convert to Python3 string encoding 2021-10-01 19:12:30 -04:00
toolhead.py toolhead: change SET_VELOCITY_LIMIT respond (fixed) (#4620) 2021-08-31 13:37:48 -04:00
util.py util: Convert to Python3 string encoding 2021-10-01 19:22:13 -04:00
webhooks.py webhooks: Add register_mux_endpoint() helper function 2021-08-22 11:10:19 -04:00