diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-12-10 13:49:01 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-12-10 13:51:47 -0500 |
commit | 8663bc819286d441d477f0693426c03987618a77 (patch) | |
tree | e12aeb8275ac3ea52577aa92b5952e7b2c1cc6c6 /docs/FAQ.md | |
parent | 205da598fd6122c47146fd85984fd899eacb7b5c (diff) | |
download | kutter-8663bc819286d441d477f0693426c03987618a77.tar.gz kutter-8663bc819286d441d477f0693426c03987618a77.tar.xz kutter-8663bc819286d441d477f0693426c03987618a77.zip |
docs: Update FAQ to emphasize checking Config_Changes.md on an upgrade
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 31d4efab..642e62c4 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -462,7 +462,14 @@ step counter being off by a multiple of 64 microsteps.) ### How do I upgrade to the latest software? -The general way to upgrade is to ssh into the Raspberry Pi and run: +The first step to upgrading the software is to review the latest +[config changes](Config_Changes.md) document. On occasion, changes are +made to the software that require users to update their settings as +part of a software upgrade. It is a good idea to review this document +prior to upgrading. + +When ready to upgrade, the general method is to ssh into the Raspberry +Pi and run: ``` cd ~/klipper @@ -494,11 +501,12 @@ sudo service klipper restart If after using this shortcut the software warns about needing to reflash the micro-controller or some other unusual error occurs, then -follow the full upgrade steps outlined above. Note that the RESTART -and FIRMWARE_RESTART g-code commands do not load new software - the -above "sudo service klipper restart" and "make flash" commands are -needed for a software change to take effect. +follow the full upgrade steps outlined above. + +If any errors persist then double check the +[config changes](Config_Changes.md) document, as you may need to +modify the printer configuration. -When upgrading the software, be sure to check the -[config changes](Config_Changes.md) document for information on -software changes that may require updates to your printer.cfg file. +Note that the RESTART and FIRMWARE_RESTART g-code commands do not load +new software - the above "sudo service klipper restart" and "make +flash" commands are needed for a software change to take effect. |