mirror of https://github.com/Desuuuu/klipper.git
motan: Fix comment copy-and-paste error in readlog.py
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
fea30f8771
commit
8b2da0d353
|
@ -16,7 +16,7 @@ class error(Exception):
|
||||||
# Log data handlers: {name: class, ...}
|
# Log data handlers: {name: class, ...}
|
||||||
LogHandlers = {}
|
LogHandlers = {}
|
||||||
|
|
||||||
# Extract requested position, velocity, and accel from a trapq log
|
# Extract status fields from log
|
||||||
class HandleStatusField:
|
class HandleStatusField:
|
||||||
SubscriptionIdParts = 0
|
SubscriptionIdParts = 0
|
||||||
ParametersMin = ParametersMax = 1
|
ParametersMin = ParametersMax = 1
|
||||||
|
|
Loading…
Reference in New Issue