diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-06-04 14:53:18 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-06-04 15:02:18 -0400 |
commit | 2a66286d1c2c01ddd9ce34ae6c8417cc02401c78 (patch) | |
tree | 45c1daf48ae7cd2809f8e3d0485a1eb3da2fbd6b /docs | |
parent | 2da7d654028a0e391bf7353d3cf19cb60ff88915 (diff) | |
download | kutter-2a66286d1c2c01ddd9ce34ae6c8417cc02401c78.tar.gz kutter-2a66286d1c2c01ddd9ce34ae6c8417cc02401c78.tar.xz kutter-2a66286d1c2c01ddd9ce34ae6c8417cc02401c78.zip |
display: Do not show time remaining in default 16x4 display
The time remaining estimation is wildy inaccurate. Only show the time
elapsed.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 4234e3df..2dd92d0d 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,12 @@ All dates in this document are approximate. # Changes +20200603: The default 16x4 LCD layout will no longer show the +estimated time remaining in a print. (Only the elapsed time will be +shown.) If the old behavior is desired one can customize the menu +display with that information (see the description of display_data in +config/example-extras.cfg for details). + 20200531: The default USB vendor/product id is now 0x1d50/0x614e. These new ids are reserved for Klipper (thanks to the openmoko project). This change should not require any config changes, but the |