alfrix
8eec15fbf8
job_status: show current offset when saving to endstop close #1286
2024-03-08 09:57:59 -03:00
alfrix
f58cdcb31a
zcalibrate: rewrite the functions that get the location to probe due to reported issues
...
thanks Aubey
2024-03-08 09:57:59 -03:00
alfrix
01193c203c
zcalibrate: do not use safe_z if the printer has an endstop
2024-03-04 20:08:42 -03:00
alfrix
2a073aab53
spoolman: convert errors to popups make them translatable close #1287
2024-03-02 17:39:15 -03:00
Alfredo Monclus
ce884154d6
print panel refactor and new features ( #1270 )
...
Adds a grid/thumbnail mode (switchable to the list mode)
last mode used is saved
faster load and less memory usage
add sort by size
2024-02-29 15:07:50 -03:00
alfrix
0fd8f90943
fine_tune: fix #1277
2024-02-18 16:17:05 -03:00
alfrix
cd51faee30
retraction panel: remove old re parsing of responses, it has not been necessary for some time
2024-02-12 06:42:34 -03:00
Péter Németh
ff1d98f5a0
Fix bed level complete icon ( #1268 )
...
* Fix #1267
2024-02-11 21:08:13 -03:00
alfrix
0d4f19e406
job_status: fix for progress sometimes not starting at 0
2024-02-09 18:18:46 -03:00
alfrix
2a5e9b371e
network: fix strength not shown fixes #1265
2024-02-09 01:49:42 -03:00
alfrix
6ee52f13e8
base_panel: fix issue with panel not loading during shutdown status
2024-02-01 12:15:29 -03:00
alfrix
3c911ba7c7
printer: change how the tempstore is initialized and updated, to avoid unnecesary retries
2024-01-26 22:43:29 -03:00
alfrix
6f6f0d3f13
job_status and base_panel: supress is twice as slow than directly checking if the key exist
2024-01-26 09:14:06 -03:00
Alfredo Monclus
5b7da9a9b8
extrude: add an extruder selector for machines with more than 5 extruders ( #1249 )
...
makes the extrude panel support more extruders (unlimited, but icons from 0-11)
close #1195
2024-01-25 22:53:16 -03:00
Alfredo Monclus
b5e87152f1
bed_level: improvements ( #1248 )
...
1. use the status reference instead of regex matching (this was coded before the status existed)
2. change icons to reflect the rotation direction
3. change icon to reflect that the adjustment is good enough (according to klipper docs below 6 minutes)
4. auto open the panel when screws_tilt_calculate finished
close #1231
2024-01-25 22:46:51 -03:00
alfrix
ac1c97a2fa
pins: fixup #1242
2024-01-16 15:33:50 -03:00
alfrix
8717dd8836
files: refactor and cleanups
2024-01-16 13:56:33 -03:00
alfrix
e7cbc1d2ca
print logging minor change
2024-01-16 13:56:33 -03:00
alfrix
294c19678b
pins: fix #1242
2024-01-15 23:22:45 -03:00
alfrix
2956658104
change lists to tuples
2024-01-15 14:44:50 -03:00
alfrix
81e76b1815
extrude: fix activate may not enable buttons
2024-01-15 14:42:10 -03:00
alfrix
18f8d32aa6
klippygtk: dialog buttons height as variable
2024-01-15 14:42:10 -03:00
alfrix
c6a91a1562
job_status: refactor the estimation code
...
fixes no-extrusion cases, and some edge cases
2024-01-13 12:29:36 -03:00
alfrix
eecb41df93
base_panel and printer optimizations
2024-01-13 00:46:02 -03:00
alfrix
52fdb5d5ba
pins: make the non pwm pins on-off pwm pins as a scale
...
fixes #1237
2024-01-13 00:46:02 -03:00
alfrix
874645614f
translations: add widget folder to translations, and fix some string not being recognized
2024-01-12 21:43:12 -03:00
alfrix
0aaf9d8808
system: create clear scroll
2024-01-11 22:44:19 -03:00
alfrix
8143636adb
base_panel: minor fixup for the new titlebar func
2024-01-11 22:26:10 -03:00
alfrix
2af58ef8ea
network: refactors and fixes
2024-01-11 20:54:10 -03:00
alfrix
52b7ae2c21
network: change wireless search pattern to wl (systemd 197+)
2024-01-10 23:32:02 -03:00
alfrix
d1168b5405
themes: get rid of the unused vertical selector buttons, simplify and rename the horizontal toggle strip
2024-01-10 23:30:39 -03:00
alfrix
98da293cee
refactor job_status and titlebar_items to allow multiple extruders
2024-01-10 23:30:39 -03:00
alfrix
f3c0daef1b
minor refactors
2024-01-10 23:30:39 -03:00
alfrix
bd18924f1d
network: add wlx to possible device names
2024-01-10 18:35:09 -03:00
alfrix
0a38b56aaa
Print: show refresh loading
2024-01-07 23:08:59 -03:00
alfrix
05cd9a6d34
remove fallback values
...
with an empty string re will not match
2024-01-07 17:27:59 -03:00
alfrix
989e3ce796
print: add loading message, completely hide path label while on the root
2024-01-06 08:35:03 -03:00
alfrix
25ecb891f5
print: simplificate header and create row
2024-01-06 08:35:03 -03:00
alfrix
d92ebac8e9
system: minor fixes, center system updates call activate
2024-01-03 20:11:22 -03:00
alfrix
af3b7273bf
system: change error message
2024-01-03 17:12:38 -03:00
alfrix
6d0ce76b02
system: remove unnecessary f-string interpolation
2024-01-03 11:29:12 -03:00
alfrix
08a3d8a798
split printer init for faster response
2024-01-02 23:34:30 -03:00
alfrix
105813490b
splash: add confirmation for host reboot
2024-01-02 17:01:55 -03:00
alfrix
726231d4c7
system: refactor
...
checking for updates:
doesn't lock the interface, it happens in the background
status and moonraker errors are reported in the scrolled window
refresh and restart buttons use the busy spinner
confirmation when restarting a service during print
change the refresh icon to a different one from the restart icons
2024-01-02 15:28:46 -03:00
alfrix
6cf639c083
refactor widget creation
...
improves performance and makes the code cleaner
* add parameters instead of calling methods afterwards
* remove a a lot of size requests
* remove parameters that are being set to the default value
* simplify dialogs containers
2024-01-02 08:14:51 -03:00
Alfredo Monclus
1794d8aa24
feat: macro prompts close #1216 ( #1219 )
...
* feat: macro prompts close #1216
now the user can have confirmation on macros using this feature close #835
* prompt: remove separator and remove the header and close button if windowed
* prompt: wakeup screen
* prompt: slightly larger close icon
2024-01-02 08:04:02 -03:00
Thijs Triemstra
25ab9c962d
update ALLOWED_SERVICES ( #1222 )
2024-01-02 08:03:24 -03:00
alfrix
469a13fd02
zcalibrate: clear the mesh and reset the offset before doing calibration
2024-01-02 07:07:51 -03:00
alfrix
4a928140d9
camera: workaround for webrtc if there is a stream close #1133
2023-12-23 17:30:57 -03:00
alfrix
34f80ce4aa
print: fix directory dates fixes #1199
2023-12-23 16:38:00 -03:00