saudade428
d589a1e31c
Update translation zh_TW
2023-07-08 23:14:44 -03:00
alfrix
797ea99f33
extrude: change style to hexpand
2023-07-08 17:09:05 -03:00
alfrix
0cc58c0f08
docs: Update info about rotation
2023-07-08 15:51:42 -03:00
alfrix
ffc5ff3c06
extrude: do not call T0 if there is only one extruder
2023-07-07 23:48:37 -03:00
alfrix
d6b700381b
fix possible issue with the mesh profile is not complete
2023-07-07 23:15:07 -03:00
alfrix
f9af11d635
docs: add about section
2023-07-07 22:33:14 -03:00
alfrix
3ba6bd657f
main_menu: add scrollbar fixes #1034
2023-07-04 11:46:44 -03:00
alfrix
fff7f66780
update translations
2023-07-02 16:33:35 -03:00
Alfredo Monclus
6190581101
Reorganization ( #1029 )
2023-07-02 15:16:36 -03:00
alfrix
0f47d45294
fix language not saving fixes #1015
2023-07-02 13:41:42 -03:00
alfrix
f94c7d38eb
fix multiple zcalibrate opening
2023-07-02 11:31:35 -03:00
alfrix
cb1793836c
bed_mesh: load default if no mesh have been loaded
...
even though this is not default anymore in klipper it's still the best for new users who don't use multiple profiles
2023-07-01 15:16:34 -03:00
alfrix
9da9f4d11e
main_menu: retry to create the left panel
2023-07-01 01:04:03 -03:00
alfrix
062e51f9be
zcalibrate: use the new method manual_probe is_active to improve detection of status
2023-07-01 00:55:12 -03:00
Alfredo Monclus
294623c13f
temp: add pid calibrate to the keypad ( #1026 )
2023-06-30 17:48:43 -03:00
Daviteusz
828b5b6a4b
locale(pl): Updated Polish translation ( #1027 )
...
Co-authored-by: Weblate <noreply@weblate.org>
2023-06-30 17:44:04 -03:00
Alfredo Monclus
d3480cf571
bed_screws: use klipper config values for speed and heights ( #1028 )
2023-06-30 17:43:31 -03:00
Alfredo Monclus
b5abd3d7b9
temperature: select the device that was selected in job_status ( #1025 )
2023-06-30 17:43:00 -03:00
alfrix
4f86de8c80
zcalibrate: show new value as abs
2023-06-25 15:29:40 -03:00
alfrix
5fb0acc3ac
keyboard: tweak box size
2023-06-25 13:35:47 -03:00
alfrix
5a0df3a628
fix colors not applying correctly fix #944
2023-06-22 12:44:16 -03:00
alfrix
baae949beb
fix main_menu left_panel graph crashing/hiding after a config change of heaters
2023-06-22 12:44:16 -03:00
alfrix
eb0e6ad803
job_status: disable restart and pause after pressing and simplify enable
2023-06-21 17:42:32 -03:00
alfrix
a973300d2f
klippygtk: scaling tweak for default text size to fit 4 sliders without scrollbars (limits and retraction)
2023-06-21 17:42:32 -03:00
alfrix
391254057a
bed_level: use the same string for disable motors used in the other panels
2023-06-21 16:13:51 -03:00
alfrix
efc8c3f437
macros: add popup (visual confirmation) of the macro sent
2023-06-21 16:10:29 -03:00
alfrix
2c582acc7b
memory leak fix
...
the leak started in v0.2.9 (e1ea41f147be2a356d5777e65cce37337cd51555) with the addition of del self.panel[panel].
del cannot be called on self.panels because some panels have bound methods that prevent them from being collected by the gc.
so, instead of trying to remove them, reinitialize the panels if it's needed (before v0.2.9 initialize was always called, so it's still better than it was)
at the moment leaving the panels on memory doesn't seem like a big issue, once all panels are loaded memory should remain stable
fixes #1019
fixes #1008
2023-06-21 16:10:29 -03:00
dependabot[bot]
7cf89aa014
build(deps): bump websocket-client from 1.5.3 to 1.6.0 ( #1022 )
...
Bumps [websocket-client](https://github.com/websocket-client/websocket-client ) from 1.5.3 to 1.6.0.
- [Release notes](https://github.com/websocket-client/websocket-client/releases )
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog )
- [Commits](https://github.com/websocket-client/websocket-client/compare/v1.5.3...v1.6.0 )
---
updated-dependencies:
- dependency-name: websocket-client
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 16:09:18 -03:00
Daviteusz
540528630b
Translated using Weblate (Polish) ( #1020 )
...
Co-authored-by: Weblate <noreply@weblate.org>
2023-06-21 16:08:45 -03:00
alfrix
92ed72e48b
fix panel removal not working correctly
...
previous fix addresed the leaking memory, but created more issues:
fixes #1012
fixes #1015
fixes #1017
2023-06-16 14:11:10 -03:00
alfrix
4920720c99
return False on Glib functions
2023-06-16 10:05:43 -03:00
alfrix
2241b54153
use only one jinja env
...
slightly improves performance
2023-06-16 10:05:24 -03:00
alfrix
dbe3f03019
refactor graph update timer
2023-06-16 10:04:16 -03:00
Gabes Mak
7a7d275c31
Update Installation.md ( #1016 )
...
Fix wording
2023-06-16 09:58:35 -03:00
dependabot[bot]
3b8b8e9c9b
build(deps): bump websocket-client from 1.5.2 to 1.5.3 ( #1010 )
...
Bumps [websocket-client](https://github.com/websocket-client/websocket-client ) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/websocket-client/websocket-client/releases )
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog )
- [Commits](https://github.com/websocket-client/websocket-client/compare/v1.5.2...v1.5.3 )
---
updated-dependencies:
- dependency-name: websocket-client
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 13:41:14 -03:00
alfrix
35498d39c7
job_status: fix not fitting on 480 wide screens
2023-06-13 13:39:23 -03:00
alfrix
8a29b6e125
fix not reconnecting to moonraker and prevent simultaneous reconnections
...
fixes #999
2023-06-13 13:39:23 -03:00
alfrix
c5522b29da
screen: Log resolution/size changes
2023-06-13 13:39:23 -03:00
alfrix
c1d8a4f033
menu: get rid of initalize
2023-06-13 13:39:23 -03:00
alfrix
f7c12867d5
slimmer topbar buttons fixes #1006
2023-06-13 13:39:23 -03:00
alfrix
f0a33bd360
keyboard: improvements and fixes
...
modify layout to make keyboard bigger in the same space
create shift for a more traditional aproach
fix highlighting fixes #1004
2023-06-13 11:54:42 -03:00
alfrix
72c1b1d5f2
main_panel: retry to show graph if moonrkaesr tempstore was not initialized yet
2023-06-13 11:54:42 -03:00
alfrix
ff94b45c45
close dialogs when transitioning to printing
...
also simplify the transition
2023-06-13 11:08:18 -03:00
alfrix
1813533bec
Revert "always unload panels fixes #932 " and fix it in a different way
...
it did not work as expected (#996 ) and caused other issues with macros and menus
del self.panels causes a memory leak
2023-06-13 11:07:46 -03:00
alfrix
fa73daaf71
camera: improve performance and latency and also fixes #1003
2023-06-09 08:59:32 -03:00
alfrix
b74b1b600f
screen: fix some warnings about init_check and define ind
2023-06-09 08:59:32 -03:00
alfrix
88afa50ea3
change getdefaultlocale to getlocale since it's getting deprecated in python 3.13
2023-06-06 05:34:35 -03:00
alfrix
65588424bf
make keyboard highlight keys fixes #1000
2023-06-04 14:26:12 -03:00
alfrix
7a0848fa9f
deprecate user slicer compensation, in hindsight this is something that the ui shouldn't do
2023-06-04 11:00:47 -03:00
alfrix
791938d733
rework screensaver timeout should fix #992
2023-06-04 10:29:41 -03:00