diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-04-05 11:18:46 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-04-05 11:20:36 -0400 |
commit | 6318bdc99b8d0d7e710dd037e376cb87de01ce57 (patch) | |
tree | 012d654f6ee4815a59887ed3e1ef2c06d65a4cf7 /docs/Config_Changes.md | |
parent | 516fbf4f325bbfec464d9ae00c1e22dad259af59 (diff) | |
download | kutter-6318bdc99b8d0d7e710dd037e376cb87de01ce57.tar.gz kutter-6318bdc99b8d0d7e710dd037e376cb87de01ce57.tar.xz kutter-6318bdc99b8d0d7e710dd037e376cb87de01ce57.zip |
docs: Note the python software dependency update in Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 2941c2b9..f7e8017d 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,11 @@ All dates in this document are approximate. # Changes +20190404: The Python host software packages were updated. Users will +need to rerun the ~/klipper/scripts/install-octopi.sh script (or +otherwise upgrade the python dependencies if not using a standard +OctoPi installation). + 20190404: The i2c_bus and spi_bus parameters (in various config sections) now take a bus name instead of a number. |