aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-03-08 13:55:47 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-03-23 10:51:11 -0400
commit7579b9671b8954be3c5aadb381aca285350a8fbd (patch)
tree2451b5daa7567f7e63b7cfd6a62664969bd5ca93 /scripts
parent99f3c992389b0d072c6c06d1246daf01a8e1c8c2 (diff)
downloadkutter-7579b9671b8954be3c5aadb381aca285350a8fbd.tar.gz
kutter-7579b9671b8954be3c5aadb381aca285350a8fbd.tar.xz
kutter-7579b9671b8954be3c5aadb381aca285350a8fbd.zip
stepstats: Add documentation clarification
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/stepstats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/stepstats.py b/scripts/stepstats.py
index 161ac5c3..4292a525 100755
--- a/scripts/stepstats.py
+++ b/scripts/stepstats.py
@@ -22,6 +22,7 @@ def main():
continue
args = dict([p.split('=', 1) for p in parts[1:]])
if parts[0] == 'config_stepper':
+ # steppers[oid] = [dir_cmds, dir, queue_cmds, pos steps, neg steps]
steppers[args['oid']] = [0, 0, 0, 0, 0]
elif parts[0] == 'set_next_step_dir':
so = steppers[args['oid']]