diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-27 18:57:17 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-01-07 20:00:44 -0500 |
commit | f2f54290e84903679bdb9548924f933a6efe311d (patch) | |
tree | 42099332af46097bce20972ee9454b7c0e4ab69f /docs/FAQ.md | |
parent | dc70a7c3558fadd2f0500f71c35292972b2c253f (diff) | |
download | kutter-f2f54290e84903679bdb9548924f933a6efe311d.tar.gz kutter-f2f54290e84903679bdb9548924f933a6efe311d.tar.xz kutter-f2f54290e84903679bdb9548924f933a6efe311d.zip |
docs: Add a new Config_Changes.md document
Add a document to track non-backwards compatible changes to the
printer config file.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index f02ef1ce..a5827f16 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -424,3 +424,7 @@ 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. + +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. |