job_status: Refactored layout in panel

This commit is contained in:
Jordan Ruthe
2020-12-08 23:32:27 -05:00
parent 36c9b42970
commit f343f03b96
10 changed files with 444 additions and 84 deletions

View File

@@ -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
```

View File

@@ -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