diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-08 13:49:46 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-08 13:52:08 -0400 |
commit | 71063fe50099d8a196345d02d2fb0354dc0b0d25 (patch) | |
tree | 5fcf287ff64a9fdc81cc651ff72220d4d504fb1c /docs/Debugging.md | |
parent | cbf019a468469b6a7383cf7d079f1774ac815d6c (diff) | |
download | kutter-71063fe50099d8a196345d02d2fb0354dc0b0d25.tar.gz kutter-71063fe50099d8a196345d02d2fb0354dc0b0d25.tar.xz kutter-71063fe50099d8a196345d02d2fb0354dc0b0d25.zip |
docs: Warn about possible pin conflicts in benchmarks
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Debugging.md')
-rw-r--r-- | docs/Debugging.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index 36a24e38..cc68d526 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -190,6 +190,11 @@ is not achievable in day-to-day use as Klipper needs to perform other tasks (eg, mcu/host communication, temperature reading, endstop checking) in any real-world usage. +In general, the pins for the benchmark tests are chosen to flash LEDs +or other innocuous pins. **Always verify that it is safe to drive the +configured pins prior to running a benchmark.** It is not recommended +to drive an actual stepper during a benchmark. + ## Step rate benchmark test ## The test is performed using the console.py tool (described above). The |