diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-20 16:18:53 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-12-20 16:25:58 -0500 |
commit | 566488dc01a30ae37230b80266fcad4d48b715d0 (patch) | |
tree | 0c89140fd26f16f9a68311839286104e1e829890 /docs/FAQ.md | |
parent | a5cb74d58d0717a632197f54261e0d632b85e031 (diff) | |
download | kutter-566488dc01a30ae37230b80266fcad4d48b715d0.tar.gz kutter-566488dc01a30ae37230b80266fcad4d48b715d0.tar.xz kutter-566488dc01a30ae37230b80266fcad4d48b715d0.zip |
docs: Add a FAQ item on Raspberry Pi reboots
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index fd56594f..08394c89 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -13,10 +13,11 @@ Frequently asked questions 10. [I converted my config from Marlin and the X/Y axes work fine, but I just get a screeching noise when homing the Z axis](#i-converted-my-config-from-marlin-and-the-xy-axes-work-fine-but-i-just-get-a-screeching-noise-when-homing-the-z-axis) 11. [My TMC motor driver turns off in the middle of a print](#my-tmc-motor-driver-turns-off-in-the-middle-of-a-print) 12. [I keep getting random "Lost communication with MCU" errors](#i-keep-getting-random-lost-communication-with-mcu-errors) -13. [When I set "restart_method=command" my AVR device just hangs on a restart](#when-i-set-restart_methodcommand-my-avr-device-just-hangs-on-a-restart) -14. [Will the heaters be left on if the Raspberry Pi crashes?](#will-the-heaters-be-left-on-if-the-raspberry-pi-crashes) -15. [How do I convert a Marlin pin number to a Klipper pin name?](#how-do-i-convert-a-marlin-pin-number-to-a-klipper-pin-name) -16. [How do I upgrade to the latest software?](#how-do-i-upgrade-to-the-latest-software) +13. [My Raspberry Pi keeps rebooting during prints](#my-raspberry-pi-keeps-rebooting-during-prints) +14. [When I set "restart_method=command" my AVR device just hangs on a restart](#when-i-set-restart_methodcommand-my-avr-device-just-hangs-on-a-restart) +15. [Will the heaters be left on if the Raspberry Pi crashes?](#will-the-heaters-be-left-on-if-the-raspberry-pi-crashes) +16. [How do I convert a Marlin pin number to a Klipper pin name?](#how-do-i-convert-a-marlin-pin-number-to-a-klipper-pin-name) +17. [How do I upgrade to the latest software?](#how-do-i-upgrade-to-the-latest-software) ### How can I donate to the project? @@ -254,6 +255,13 @@ between the host machine and the micro-controller. Things to look for: one may modify a USB cable so that it does not carry 5V power between the host and micro-controller.) +### My Raspberry Pi keeps rebooting during prints + +This is most likely do to voltage fluctuations. Follow the same +troubleshooting steps for a +["Lost communication with MCU"](#i-keep-getting-random-lost-communication-with-mcu-errors) +error. + ### When I set "restart_method=command" my AVR device just hangs on a restart Some old versions of the AVR bootloader have a known bug in watchdog |