* 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
* Support the "enter" key from a physical keyboard
I often have a usb keyboard dangling from my printer, and got annoyed I couldn't just hit enter from the console.
https://docs.gtk.org/gtk3/signal.Entry.activate.html
* Fix whitespace for linting
* Prevent accidental touches on wakeup (DPMS needed)
* fixup
* This is a very old workaround to blank the cursor for the entire X
* Separate cursor change into a procedure
* Check for DPMS FAIL state first
* 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
* Add German Language
Translate the texts to german.
* Update system.py
change grid, to see all buttons on screen
* Revert "Add German Language"
This reverts commit 698225883947d4237559009d82f9f34885fb0a42.
* Add German Language
add German translated files.
* fixed german translation
fixed "Laden"
* fixed german translation
add more translations
* Update system.py
* Allow gcode commands with preheat options
I use this to run a heatsoak macro during preheat.
It moves to bed center, maxes the part cooling fan,
and starts my nevermore chamber filter to circulate
more air.
* Add documentation for preheat gcode
* Add Load/Unload buttons and re-organize extruder panel
This uses the LOAD_FILAMENT and UNLOAD_FILAMENT macros so the user can have custom loading sequences.
If the macros are not found then the buttons don't show up
* Fix styling
* Fix styling2
* No colors because this are not buttons