aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/util.py
Commit message (Expand)AuthorAgeFilesLines
* util: Improve Python3 compatibilityKevin O'Connor2020-06-151-2/+2
* util: Try to dump mcu build information on a connection errorKevin O'Connor2020-03-221-2/+55
* util: Ignore errors in clear_hupcl (allows OSX to run)LyleCheatham2019-05-201-1/+4
* util: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+4
* util: Don't crash when calling get_cpu_info on OS X (#1102)Víctor Martínez2019-01-111-1/+1
* util: Fix versioning when gitdir is absent (#809)lf2018-10-271-11/+24
* util: Change the /tmp/printer pty to be group readableKevin O'Connor2018-05-161-1/+3
* build: Use git describe --alwaysKevin O'Connor2018-02-261-1/+1
* util: Call set_nonblock() in create_pty()Kevin O'Connor2018-02-021-2/+1
* klippy: Avoid using '%' syntax when calling logging moduleKevin O'Connor2017-09-271-3/+3
* util: Fix reporting of git version of klippy codeKevin O'Connor2017-09-071-2/+2
* klippy: Log the type of cpu the host is running onKevin O'Connor2017-02-121-0/+15
* util: Use path of script instead of current directory for git versionKevin O'Connor2017-01-091-3/+5
* gcode: Add support for M115 commandKevin O'Connor2016-12-281-5/+4
* klippy: Log the host software git version at startupKevin O'Connor2016-12-241-2/+17
* serialhdl: Clear "hupcl" bit from serial portKevin O'Connor2016-12-091-0/+6
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+32