mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
Avoid using unicode() types on Python2 as it can lead to subtle errors. Also, accept utf8 on gcode input (instead of just ascii). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>