2100 Commits

Author SHA1 Message Date
Alfredo Monclus
fa39cb681a rename print panel to gcodes
if there are no extruders name it gcodes else print
rename print time to estimated time
use a generic icon there are no extruders
2024-06-02 06:48:11 -03:00
Alfredo Monclus
07497b8ea2 Update license info
to my knoledge we don't have any octoscreen code, so this was oversight
2024-06-02 06:48:11 -03:00
Alfredo Monclus
0254925fe4 add .venv to gitignore 2024-06-02 06:48:11 -03:00
Alfredo Monclus
08bbe9b6f1 network: offer a solution to insufficient priviledges
i do not like this but nothing else i've tried has worked so far
2024-06-02 06:48:11 -03:00
Alfredo Monclus
e09a4d8d43 network: more info in the message 2024-06-02 06:48:11 -03:00
Alfredo Monclus
a06d880f17 installer: cleaner questions, split default statement 2024-06-02 06:48:11 -03:00
Alfredo Monclus
06e69a71f3 installer: ask for network-manager 2024-06-02 06:48:11 -03:00
Alfredo Monclus
67767e3742 deps: cleanup 2024-06-02 06:48:11 -03:00
Alfredo Monclus
9c13468e66 network: improve message, fix deactivate error 2024-06-02 06:48:11 -03:00
Alfredo Monclus
f530d36ae1 network: wep key type should be type uint
wep should not be used at this point in time
2024-06-02 06:48:11 -03:00
Weblate (bot)
6ad8920b3f
Translations update from Hosted Weblate (#1382)
* Translated using Weblate (Turkish)

Currently translated at 100.0% (292 of 292 strings)

Co-authored-by: Selim <selim_guner2000@hotmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/tr/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German)

Currently translated at 97.6% (285 of 292 strings)

Co-authored-by: Techsider <yannikschirm@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (German)

Currently translated at 100.0% (292 of 292 strings)

Co-authored-by: Niklas Tecklenborg <niklas.tecklenborg@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/de/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Spanish)

Currently translated at 99.6% (291 of 292 strings)

Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/es/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Hungarian)

Currently translated at 100.0% (292 of 292 strings)

Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/hu/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Chinese (Traditional))

Currently translated at 88.3% (258 of 292 strings)

Co-authored-by: 峻瑜哥 <a728728728@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hant/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: Selim <selim_guner2000@hotmail.com>
Co-authored-by: Techsider <yannikschirm@gmail.com>
Co-authored-by: Niklas Tecklenborg <niklas.tecklenborg@gmail.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
Co-authored-by: 峻瑜哥 <a728728728@gmail.com>
2024-06-02 06:47:57 -03:00
Bruno
d0e9dd0352
KlipperScreen Install Fix (#1385)
Fixed Syntax Error from line 154 when running install script.
2024-05-31 07:45:59 -03:00
Alfredo Monclus
9a4c3879fd docs: add py3.7 to the breaking changes 2024-05-30 09:04:48 -03:00
Alfredo Monclus
1578665b71 installer: always cleanup old env 2024-05-30 09:01:16 -03:00
Alfredo Monclus
4dc364a5c6 network: support more encryptions methods 2024-05-30 02:01:59 -03:00
Alfredo Monclus
d9eeec3cba network: changes to monitoring 2024-05-29 23:49:46 -03:00
Alfredo Monclus
1e944726ce network: format with black 2024-05-29 22:50:40 -03:00
Alfredo Monclus
5619a77d6e changes to make ks start and give the no support error in python 3.7 2024-05-29 22:27:52 -03:00
Alfredo Monclus
3fd370eafc printer: add pwm tool count to init 2024-05-29 14:29:11 -03:00
Alfredo Monclus
9889f551cc Revert "printer: add pwm tool count to init"
This reverts commit 6aad7880180366d6a1b91ea0f48fed2aadeb2722.
2024-05-29 14:28:42 -03:00
Alfredo Monclus
6aad788018 printer: add pwm tool count to init 2024-05-29 14:27:25 -03:00
Alfredo Monclus
af075cdf65 bed_mesh: change how profiles with points instead of matrix are handled 2024-05-29 13:59:24 -03:00
Alfredo Monclus
b91566c718 network: call an update inmediately 2024-05-28 10:37:05 -03:00
Alfredo Monclus
2091863895 network: better handling of network delete 2024-05-28 10:29:21 -03:00
Alfredo Monclus
632b10e7c0 network: hide the icon until info is available 2024-05-28 10:28:55 -03:00
Alfredo Monclus
7d6260d3ed job_status: fix layout break due to too long temps
having 3 heaters with power enabled is too long and breaks the interface, return to no extra digit in the job-status page
2024-05-27 23:19:12 -03:00
Alfredo Monclus
bb8031ce89 job_status: add extra info to print list and dialog 2024-05-27 22:34:04 -03:00
Alfredo Monclus
e39c286f00 deps: requests 2.32 doesn't support 3.7 2024-05-27 22:34:04 -03:00
Weblate (bot)
7df2471960
Translations update from Hosted Weblate (#1375)
* Translated using Weblate (Spanish)

Currently translated at 99.3% (290 of 292 strings)

Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/es/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Czech)

Currently translated at 100.0% (292 of 292 strings)

Co-authored-by: Miloslav Kos <kos.m@post.cz>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/cs/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Hungarian)

Currently translated at 100.0% (292 of 292 strings)

Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/hu/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: Miloslav Kos <kos.m@post.cz>
Co-authored-by: Zs.Antal <zsikaiantal@icloud.com>
2024-05-27 22:32:53 -03:00
Alfredo Monclus
1d9e9e8d65 network: rescan after connect 2024-05-26 15:02:46 -03:00
Alfredo Monclus
d88dad1e8d network: fixes for connection handling mainly delete 2024-05-26 14:30:07 -03:00
Alfredo Monclus
3c71f67f53 network: fix properly detect network type 2024-05-26 12:15:44 -03:00
Alfredo Monclus
f07f77eaa6 temperature: fix inverted preheat/delta #1377 2024-05-26 09:22:25 -03:00
Alfredo Monclus
954042691d temperature: fix pre-selection close #1377 2024-05-26 08:21:23 -03:00
Alfredo Monclus
6815e9cabc network: improvements in error handling 2024-05-25 23:56:07 -03:00
Alfredo Monclus
4bea02db4e network: provide a message when failining initialization 2024-05-25 18:27:43 -03:00
Alfredo Monclus
fe8b1e9d70 screen: rework panel clear 2024-05-25 17:00:42 -03:00
Alfredo Monclus
3b010e6901 job_status: add check to label animate 2024-05-25 15:15:19 -03:00
Alfredo Monclus
9bc75729d6 network: do not ask psk for open networks 2024-05-25 15:07:12 -03:00
Alfredo Monclus
b9f51d39db network: do not close the psk entry if the password is invalid
also not it differentiates invalid property from other errors
2024-05-25 14:23:37 -03:00
Alfredo Monclus
36b6ce3092 printer: refactor to simplify 2024-05-25 01:55:26 -03:00
Alfredo Monclus
5dcbcea292 printer: count pwm tools 2024-05-25 01:21:17 -03:00
Alfredo Monclus
a19962fb02 reduce logging 2024-05-25 00:50:25 -03:00
Alfredo Monclus
bc822eebef layout: reduce some paddings
dropdowns
print items of thumbnail view
2024-05-24 23:17:13 -03:00
dependabot[bot]
bf4d361403
build(deps): bump requests from 2.31.0 to 2.32.2 in /scripts (#1374)
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-24 19:17:48 -03:00
Alfredo Monclus
a80b881015
network: new NetworkManager backend using sdbus (#1269)
* network: new NetworkManager backend using sdbus

drop support for old methods

* rescan changes

* add wifi on-off
2024-05-24 19:13:35 -03:00
Alfredo Monclus
524aa0e7dc
drop python 3.7 support (#1271)
* drop python 3.7 support

start using  PEP 572 assignment expressions

Update FAQ

improve how unsupported versions are informed

this should be clearer on why we refuse to continue

* add more asign-expressions
2024-05-24 19:13:19 -03:00
Alfredo Monclus
462d134b1e vertical layout: increase font size
the current version of klipperscreen can have little bit more without breaking the ui in my tests
2024-05-24 16:42:25 -03:00
Alfredo Monclus
5eb268b220 main and temp: fix keypad with the new vertical layout 2024-05-24 15:42:14 -03:00
Alfredo Monclus
564db518da update translation files 2024-05-23 23:38:47 -03:00