alfrix
2bacac7efb
job_status: info refactor
...
switching info is much faster, buttons keep their label
2022-11-30 11:00:10 -03:00
alfrix
b1a6d5c182
improve panel initialization
...
just make a notify_status_update from printer data, it's much simpler
2022-11-30 11:00:10 -03:00
alfrix
68ccf5e803
job_status: hide speed unit on 480x320
2022-11-29 00:24:20 -03:00
alfrix
62ef4f1844
job_status: stabilize the grid, add object height to main, translate units
2022-11-29 00:04:05 -03:00
alfrix
da164b495e
job_status: change slicer-filament-file times to totals
2022-11-26 23:21:07 -03:00
alfrix
26030526a9
fix move panel not opening after a61a74d7bf5db fixes #818
2022-11-26 23:14:31 -03:00
alfrix
e9df355b3b
job_status: initialize some labels and use live position close #809
2022-11-26 15:57:50 -03:00
alfrix
d8b4d2d293
job_status: add eta
2022-11-26 15:57:50 -03:00
alfrix
b5cf73054a
job_status: refactor
2022-11-25 15:50:31 -03:00
alfrix
12b9ee5344
job_status: filename tweak max chars
...
after the tweaks for bigger font sizes the maximum amount can be raised
TODO: investigate if a pango layout that can detect ellipzised labels is suitable to replace this method
2022-11-22 17:32:53 -03:00
alfrix
00bd6ac4db
gtk: adjust icon sizes so they are more consistent across font sizes
2022-11-22 16:18:06 -03:00
alfrix
593d8c678b
gtk: merge buttonimage and button
2022-11-22 14:55:42 -03:00
alfrix
0b1b2f0e19
dialog removal refactor
2022-11-22 14:55:42 -03:00
alfrix
d0d79a64df
base_panel: simplify action bar buttons enable-disable
2022-11-21 09:20:05 -03:00
alfrix
bdd3e0ba1b
Cleanups
2022-11-20 22:41:22 -03:00
alfrix
054523d937
settings: add extra large font close #798
2022-11-20 20:58:06 -03:00
alfrix
fa10b00db7
job_status: fix fan speed sometimes not updating
2022-11-20 20:58:06 -03:00
alfrix
dbd1474d63
screen_panel: share ks_printer_cfg between panels
2022-11-20 14:17:48 -03:00
alfrix
1ca950c1fc
job_status: alwasys get the value of homing_origin to set buttons fixes #795
2022-11-20 11:19:58 -03:00
alfrix
c4c7e50314
printer: create get_probe to support other probe types
2022-11-20 11:07:24 -03:00
alfrix
fc0f153023
reorder imports
2022-11-20 07:28:05 -03:00
alfrix
380df961e5
cleanup dead code
2022-11-18 01:17:57 -03:00
alfrix
45ab86204b
panels: remove initialize from the panels that do not have a menu
2022-11-18 00:53:53 -03:00
alfrix
6ca80baea8
job_status: remove glib timers that could cause issues
2022-11-12 09:25:37 -03:00
alfrix
f05cbe9f0b
job_status: fix layer info sometimes causing issues close #788
2022-11-10 23:10:44 -03:00
alfrix
88461910c9
job_status: remove numpy dependency
2022-11-08 17:33:38 -03:00
alfrix
26d10a949b
job_status: use the new print_stats layer info
2022-11-06 13:04:07 -03:00
alfrix
8855d9b98f
screensaver: change calls to close instead of wake
2022-11-05 00:25:11 -03:00
alfrix
2fef5660cb
base_panel: change how it shows controls and heaters to avoid issues
2022-11-04 10:30:14 -03:00
alfrix
6c66ccada7
job_status: remove menu button delay
2022-11-03 23:06:12 -03:00
alfrix
7ee162092c
fix #775
2022-11-03 22:20:03 -03:00
alfrix
38d006c8a7
job_status and splash: fixup image size on ultrawide
2022-11-02 11:13:16 -03:00
alfrix
0620d660f5
Change how the printer state is handled
2022-10-27 20:54:13 -03:00
alfrix
d3281379ee
gtk: change scaling of images
...
This reduces the amount of magic numbers used, some images will scale to bigger sizes, most of the icons and images in vertical mode will be bigger, thumbnails should be bigger in both modes.
2022-10-26 22:36:52 -03:00
alfrix
62fd6b96f8
job_status: change filename max characters
...
now it's more consistent and takes into account font size
2022-10-26 22:36:52 -03:00
alfrix
1305b40c41
refactors and cleanup
2022-10-14 13:27:01 -03:00
alfrix
72413544c8
job_status: animated label compute max characters
2022-09-27 16:49:24 -03:00
Laurenz
2cce477e5b
Add current heater power % to job status ( #708 )
...
* Add current heater power % to job status
* Add show_heater_power config option and move update_temp()s to ScreenPanel
* Add the option to the UI config instead of the docs
* Prefer extra items on job_status over the power
There is not a lot of space, it's a trade off, and people will likely prefer extra_items
* Remove the comma, none of the other buttons have it
* job_status: inherit the parent config
* screen: create reload_panels to avoid some service restarts
* extrude: fix power breaking multi-extruder setups
* main and temp: remove degrees char from the table
* main and temp: revert removal of the header
Co-authored-by: alfrix <alfredomonclus@gmail.com>
2022-09-09 11:34:50 -03:00
alfrix
54764be269
job_status: show acceleration as integer
...
usually is in the thousands, it shouldn't matter
2022-09-02 19:58:35 -03:00
alfrix
2d8b5c1974
job_status: fix issue when checking the state too early
2022-09-02 19:58:35 -03:00
alfrix
6db43af8cb
exclude: add exclude objects support
2022-09-02 19:58:35 -03:00
alfrix
c06ca56ea0
job_status: fix #690
2022-08-01 20:44:04 -03:00
alfrix
317f9df4b5
job_status: now works without extruders or fans
2022-08-01 12:23:40 -03:00
alfrix
6510b2ec6b
Refactor
...
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
2022-08-01 12:23:40 -03:00
alfrix
a44f8f7b13
job_status: fix issue with thumbnails in some resolutions
2022-07-19 11:39:13 -03:00
alfrix
3babd0e02c
job_status: fix issue with layer height
2022-07-03 15:57:02 -03:00
alfrix
d3cd4008a8
job_status and base_panel: safeguard against possible issues with temps
2022-07-03 12:03:50 -03:00
alfrix
5ad82a64d4
Translations: install _()
2022-07-03 12:03:50 -03:00
alfrix
831db2403d
Fix potential issues with variables
2022-07-03 12:03:50 -03:00
alfrix
06fceec84a
Change the deprecated VBox and HBox to oriented Boxes
2022-07-03 12:03:50 -03:00