Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | klippy: Warn the user on common errors due to old firmware | Kevin O'Connor | 2017-01-10 | 1 | -0/+12 |
| | | | | | | | | Check for msgproto.error and warn the user about version firmware version mismatch. Raise msgproto.error when extracting firmware constants. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | klippy: No need to define __str__ and __init__ methods on exception classes | Kevin O'Connor | 2016-11-29 | 1 | -4/+1 |
| | | | | | | The base Exception class already defines these methods. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | Initial commit of source code. | Kevin O'Connor | 2016-05-25 | 1 | -0/+313 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |