* Graph in temp panel, combine preheat and temp * Fix target not working properly * Fix initial preselect * Add the ability to change in delta temps * Make the label translatable * Add Unit to the label * Add de/select button to popover * Warn the user if nothing was selected * Fix templabel * Fix to comply with pep8 * Fix colors, thanks Jordan * Fix popover selection * Update docs image * Gain horizontal space * Gain even more horizontal space (remove target) * Fix temperature_fan * Add icon and style to temperature_fan * List preheat deprecation in breaking changes * Use the printer maximum temperature * Cleanup target and fix popover select * Fix codestyle * Add extra preheat presets * Change Class name * Update docs image * Improve Maximum temperature handling and Temperature fans
14 lines
457 B
Markdown
14 lines
457 B
Markdown
# Changelog
|
|
|
|
Breaking changes will be listed here.
|
|
|
|
#### 2022 01 09
|
|
* The Preheat panel has been deprecated in favor of an all in one Temperature panel
|
|
|
|
Remove preheat panel from your Klipperscreen.conf or replace the occurrences of preheat with temperature
|
|
|
|
#### 2021 05 20
|
|
* Default configuration is not merged if a user configuration is set for a specific option
|
|
|
|
For instance, if `menu __main` is user defined, the main menu will not have any defaults.
|