Use f-strings
Avoid unnecessary casts to str()bool()int()
Ensure file closure
Merge nested ifs
Simplify for-assigns-appends with comprehensions and internal functions
Avoid shadowing internal function names
Initialize variables
Return value directly instead of assign then return
Make some methods static
* 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
* Zcal panel: Support for Z_ENDSTOP_CALIBRATE
* Suggested changes
* Change naming of Gcodes because it can be calibrating an endstop and not a probe
* Update translations