69 Commits

Author SHA1 Message Date
alfrix
ebfe0debb8 job_status: Set cancelled state earlier, and fix status label 2022-02-28 19:57:56 -03:00
Alfredo Monclus
dd027c0583
Vertical mode (#480) 2022-02-24 16:00:51 -03:00
alfrix
5c23946283 Job_status: Fix issue with standby state that prevented closing 2022-02-04 14:18:11 -03:00
alfrix
ffb62f149c Job_status: revert close_panel changes 2022-02-04 10:49:12 -03:00
alfrix
e1877f2c2e Job_status: call state_check just before trying to close the panel
This shouldn't be needed but it's a reasonable safeguard
2022-02-04 09:34:05 -03:00
alfrix
d5ab606509 Job_status: Fix not loading without display_status (needed for M117) 2022-02-04 09:28:11 -03:00
alfrix
da7667e64e Job_status: Prevent the panel from closing itself when a print is in progress 2022-02-03 15:52:01 -03:00
alfrix
5384c59689 Job_status: Fix issues when the panel is not active
If the print finishes (or the user cancelled) while KS is in another panel, job_status was broken with no buttons, no filename, wrong progress and  wrong status, this fixes all those issues, and removes some redundant checks
2022-02-03 11:47:52 -03:00
alfrix
07aa6bb7f7 Job_status: wrap long error messages 2022-01-22 09:36:50 -03:00
alfrix
8e8e23de0f Job_status: Fix not changing state if a print is issued during cancelling 2022-01-22 09:06:33 -03:00
alfrix
de0b6ea435 Job_status: Fix thumbnail and metadata not updating after a cancel and re-upload 2022-01-22 09:06:33 -03:00
Alfredo Monclus
e1e3437d62
Relax timers for CPU efficiency (#439) 2022-01-13 11:05:34 -05:00
Jordan
969b47f425 job_status: Tweaks to state changes 2021-10-01 19:48:03 -04:00
Alfredo Monclus
5e3e8be005
Styling updates (#279)
* Dialog buttons colors

* Zcalibrate add colors for buttons

* Fix move panel misalignment and add color to home button

* z-bolt switch styling

* Splash screen homogeneous buttons

* remove switch slider border

* Remove max chars from filename (ellipsizes anyway)

* Fix colorized buttons moving when pressed

* Updater more row spacing

* Colorized button press
2021-09-22 23:14:21 -04:00
Jordan
54c47554d2 Change how panel subscriptions work 2021-09-16 21:54:51 -04:00
Jordan
70d8315539 Update code style 2021-09-11 17:25:38 -04:00
Alfredo Monclus
7bf7a54540
Ellipsize Job_status Filename and LCD message (#238) 2021-08-27 22:06:03 -04:00
Alfredo Monclus
41e917bc41
Wake the screen at print start and end (#229)
* Wake the screen at print start and end

* job_status: Wake screen on re-print

Co-authored-by: Jordan <jordan.ruthe@gmail.com>
2021-08-19 21:07:24 -04:00
Alfredo Monclus
642385eead
Strip .gcode from name in job_status (#231) 2021-08-19 20:45:28 -04:00
Alfredo Monclus
bcad2a9a78
job_status: more space for info (#193) 2021-06-26 12:21:56 -04:00
Alfredo Monclus
b4064c6b9e
job_status: fix cancel print label position (#194) 2021-06-26 12:21:40 -04:00
Jordan Ruthe
dcac0012c9 job_status: Log filesize. Add cancelling to ignore states for new print 2021-05-20 18:50:49 -04:00
Jordan Ruthe
a06ae084db job_status: Cancel/Resume button corrections 2021-05-20 00:30:38 -04:00
Alfredo Monclus
e75a10a888
New Style - Solarized (#144)
* New Style solarized
2021-05-10 20:55:15 -04:00
Alexander Spassky
9951323e91
M117 messages display (#150)
* Added displaying M117 messages under printer state label on JobStatus panel
2021-05-10 19:46:07 -04:00
Jordan
ce8c8e44fc print: Fix error if new print starts while job_status is displayed
This may address some issues in #122
2021-05-08 22:24:28 -04:00
Jordan Ruthe
6fd25994d4 job_status: Update percent complete on creating job_status panel 2021-03-22 23:06:54 -04:00
Jordan Ruthe
543654b499 job_status: Fix error in displaying filename 2021-03-22 20:03:05 -04:00
Jordan Ruthe
7743f2aa63 job_status: Add missing variable declaration for gettext 2021-03-14 23:42:12 -04:00
Jordan Ruthe
6f8ee80574 job_status Update estimated time values 2021-03-13 14:10:28 -05:00
Jordan Ruthe
029c59436c job_status: Logic updates for printing state 2021-03-12 12:35:33 -05:00
Jordan Ruthe
66570f4ac6 job_status: Include fine tuning button on panel rather than in menu 2021-03-07 17:21:34 -05:00
jordanruthe
5e31e3cfa6
Multiple printers (#85)
* screen/printer_select/splash_screen: Updates to allow changing between moonraker instances

* Updates to multiple printers

* settings: Display printer endpoints

* Update macros to be on a per-printer basis

* files: Changes to clear out file cache on printer switch

* job_status: Redo page for action bar

* splash_screen: Change icon

* websocket: Actually close the websocket

* printer: Fix error case

* splash_screen: show buttons update

* readme update
2021-03-05 18:30:59 -05:00
Jordan Ruthe
5f931fa09d job_status: Fix error with non-existent metadata 2021-03-03 18:32:28 -05:00
Jordan Ruthe
90d115d1f4 job_status: Update states for paused 2021-02-22 17:35:19 -05:00
Jordan Ruthe
c0b4b464bd Changes to logging implementation 2021-02-21 12:19:30 -05:00
Jordan Ruthe
0efdd2ca06 job_status: Fix issues with homogeneous grids 2021-02-18 12:37:43 -05:00
Jordan Ruthe
0a25b4e502 job_status: Fix case for no estimated time from slicer 2021-02-15 21:45:24 -05:00
Jordan Ruthe
6228465fdd job_status: Fix divide by zero case 2021-02-05 21:25:58 +00:00
Jordan Ruthe
ad17131393 job_status: Fix issue with NoneType error 2021-01-29 15:46:01 -05:00
Jordan Ruthe
f297699396 job_status/settings: Allow different file estimation methods 2021-01-20 22:06:48 -05:00
Jordan Ruthe
3c2bdee22a Update to allow translations from config file. Updates to use translations from config file. 2021-01-03 12:43:53 -05:00
Jordan Ruthe
c08a293f83 job_status: fix problem with directories in the filename 2020-12-29 10:35:23 -05:00
Jordan
9d89311bcc updates to several panels to account for a lack of heater_bed 2020-12-28 17:08:17 -05:00
Jordan
389eceaf06 job_status: fix percentage above 100; fix no timeout for job complete 2020-12-28 15:53:20 -05:00
Jordan
e2a0f86f45 panels: Add extruder-0 image so that panels align to the T0/T1.. command 2020-12-21 09:57:42 -05:00
Jordan
f223332cd8 job_status: updates to show active extruder 2020-12-21 09:40:26 -05:00
Jordan Ruthe
51da7cecc8 job_status: change how metadata update is handled 2020-12-10 17:01:51 -05:00
Jordan Ruthe
9f4204b898 job_status: update Z value to gcode value 2020-12-09 13:25:01 -05:00
Jordan Ruthe
5682eb5616 fix job status panel not updating filename after one print 2020-12-08 23:48:48 -05:00