mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-04 09:04:37 -07:00
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>
This commit is contained in:
parent
2da7d65402
commit
2a66286d1c
2 changed files with 10 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue