diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-01-07 10:28:25 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-01-07 10:28:25 -0500 |
commit | 28e68075c82e8c50a36b31d934b1054e0b777fa3 (patch) | |
tree | 3a80f2f07e1388643fd1a96f8f3acc1c54073529 /docs/FAQ.md | |
parent | fac2d7817cf9308ea9b0e76079586a7dfaa956d4 (diff) | |
download | kutter-28e68075c82e8c50a36b31d934b1054e0b777fa3.tar.gz kutter-28e68075c82e8c50a36b31d934b1054e0b777fa3.tar.xz kutter-28e68075c82e8c50a36b31d934b1054e0b777fa3.zip |
docs: Suggest checking for bad wires in "lost communications" faq entry
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index bd70b78d..56abe1a5 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -250,6 +250,9 @@ between the host machine and the micro-controller. Things to look for: - Make sure the printer's power supply is not being overloaded. (Power fluctuations to the micro-controller's USB chip may result in resets of that chip.) +- Verify stepper, heater, and other printer wires are not crimped or + frayed. (Printer movement may place stress on a faulty wire causing + it to lose contact, briefly short, or generate excessive noise.) - There have been reports of high USB noise when both the printer's power supply and the host's 5V power supply are mixed. (If you find that the micro-controller powers on when either the printer's power |