forked from CreatBot/CreatBotKlipperScreen
job_status: Refactored layout in panel
This commit is contained in:
@@ -16,6 +16,13 @@ config is included here: [ks_includes/KlipperScreen.conf](../ks_includes/Klipper
|
||||
invert_x: False
|
||||
invert_y: False
|
||||
invert_z: False
|
||||
|
||||
# Time (seconds) before the Job Status page reverts to main menu after a successful job
|
||||
job_complete_timeout: 30
|
||||
|
||||
# Time (seconds) before the Job Status page reverts to main menu after a successful job.
|
||||
# If this option is 0, the user must click on a button to go back to the main menu.
|
||||
job_error_timeout: 0
|
||||
```
|
||||
|
||||
|
||||
|
@@ -1,5 +1,12 @@
|
||||
## Changelog
|
||||
|
||||
#### 2020 12 08
|
||||
* Screen Width/Height are now definable in the configuration file
|
||||
* Changed job page to allow for more information, display thumbnail of STL
|
||||
* Job page will now say a job is complete and timeout to the main menu (time changeable from the config)
|
||||
* Job page will now stay on the job page if there is an error.
|
||||
* Restart option is available upon a completed/failed job
|
||||
|
||||
#### 2020 12 05
|
||||
* Added ability to invert Z axis in move panel
|
||||
* Fixed problem with metadata being retreived constantly
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 273 KiB |
Reference in New Issue
Block a user