1734 Commits

Author SHA1 Message Date
alfrix
a312c28471 GitHub: add helper bot for bugs 2024-03-13 05:27:26 -03:00
alfrix
6a81a90cda screen: different wayland check 2024-03-13 05:26:56 -03:00
alfrix
a32d1d8e80 docs: 35 might need to disable vc4 to work 2024-03-10 09:52:15 -03:00
alfrix
e626db9d29 docs: fb correct the title of the example 2024-03-10 09:04:46 -03:00
alfrix
a1af03df0f docs: remove fb warning, depending on how you install the screen you may need to create it, for example using a gpio screen and not using lcd-show repos, it needs to be created on debian bullseye 2024-03-09 18:41:59 -03:00
alfrix
9052481af3 service: fix #1297 2024-03-09 18:37:16 -03:00
alfrix
53b9277b6c docs: improve hdmi and rotation 2024-03-09 16:03:16 -03:00
alfrix
ed017c4b3c docs: give more notes to the rotation example 2024-03-09 14:54:38 -03:00
alfrix
b7d9517008 base: disable shutdown shortcut when in panel 2024-03-09 14:31:38 -03:00
Weblate (bot)
878d567404
Translations update from Hosted Weblate (#1293)
* Translated using Weblate (Spanish)

Currently translated at 99.6% (268 of 269 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 (Dutch)

Currently translated at 99.6% (268 of 269 strings)

Co-authored-by: Thijs Triemstra <info@collab.nl>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/nl/
Translation: KlipperScreen/KlipperScreen

* Added translation using Weblate (Estonian)

Co-authored-by: Gerry Mäekivi <gerrymaekivi@gmail.com>

* Translated using Weblate (French)

Currently translated at 99.6% (268 of 269 strings)

Co-authored-by: samuel fradette <fradette20@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/fr/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: Thijs Triemstra <info@collab.nl>
Co-authored-by: Gerry Mäekivi <gerrymaekivi@gmail.com>
Co-authored-by: samuel fradette <fradette20@gmail.com>
2024-03-09 12:35:15 -03:00
alfrix
43277158f9 gcode_macros: add lowercase letters to the params 2024-03-09 12:32:35 -03:00
Frédéric Beaucamp
84f7c1acff
Improve params pattern to catch more macros (#1295)
The current pattern can only take into account params followed by default. The proposal catches more parameters and removes white spaces if present.
2024-03-09 12:31:51 -03:00
alfrix
97b4b544cb printer: tempstore fixup 2024-03-09 12:21:23 -03:00
alfrix
68c4025902 create the shutdown panel, add it to the action bar, remove items from system panel
shutdown maintain estop during printing
add option to shudown both host and printer close #1207
simplify host and printer dialog if ks is local, do both
2024-03-09 12:19:01 -03:00
alfrix
ee501f2594 rest: cleanup requests
increase timeout to slightly larger than a multiple of 3, which is the default TCP packet retransmission window.
2024-03-09 09:09:41 -03:00
alfrix
cdf8d12710 action bar buttons visibility tweak 2024-03-09 09:09:41 -03:00
alfrix
7cd6107998 KlippyRest/Websocket simplify methods into comprehensions 2024-03-09 08:24:03 -03:00
alfrix
292dda7416 heatergraph: catch tempstore not valid 2024-03-08 21:22:51 -03:00
alfrix
645371dc1a dependabot: less update checks, there is no need to check so frequently 2024-03-08 09:57:59 -03:00
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
74e9f61c40 service unit updates 2024-03-04 19:59:43 -03:00
alfrix
2d5936bd09 docs: update touch calibration 2024-03-03 22:19:13 -03:00
alfrix
8db8df99f0 installer: move all the pkg related to x together 2024-03-03 22:19:13 -03:00
Stephan Wendel
2c778cce7f
fix install in chroot fixes #1291
Signed-off-by: Stephan Wendel <me@stephanwe.de>
2024-03-03 21:52:52 -03:00
Selim
96b624bef0
Tr_update_march_2024 (#1292)
Tr_update_march_202
2024-03-03 21:48:49 -03:00
alfrix
d27c54b0b7 docs: faq fix table align 2024-03-03 01:51:13 -03:00
alfrix
186e698698 docs: minor hw updates 2024-03-03 01:43:58 -03:00
alfrix
daffa0d67b docs: improve touch issues 2024-03-03 01:43:08 -03:00
alfrix
b97ec9aa86 docs: update framebuffer troubleshooting add fbcp option 2024-03-03 01:42:41 -03:00
alfrix
5d5cfb5189 Update translation files to add new lines 2024-03-02 17:40:33 -03:00
alfrix
2a073aab53 spoolman: convert errors to popups make them translatable close #1287 2024-03-02 17:39:15 -03:00
alfrix
a1a15f319d docs: add alternative to xinput list 2024-03-02 17:30:14 -03:00
alfrix
597d4301b6 installer: cleanups 2024-03-02 17:30:03 -03:00
alfrix
e0af63774d changes for bookworm 2024-03-02 00:38:02 -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
Weblate (bot)
773a5a5fb7
Translations update from Hosted Weblate (#1285)
* Translated using Weblate (Portuguese)

Currently translated at 97.7% (257 of 263 strings)

Co-authored-by: Matheus Mösken Diegues <dmosken2015@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/pt/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (French)

Currently translated at 100.0% (263 of 263 strings)

Co-authored-by: Nackophilz <zrv4flra@anonaddy.me>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/fr/
Translation: KlipperScreen/KlipperScreen

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (263 of 263 strings)

Co-authored-by: Will Zhai <willzhai55@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/klipperscreen/klipperscreen/zh_Hans/
Translation: KlipperScreen/KlipperScreen

---------

Co-authored-by: Matheus Mösken Diegues <dmosken2015@gmail.com>
Co-authored-by: Nackophilz <zrv4flra@anonaddy.me>
Co-authored-by: Will Zhai <willzhai55@gmail.com>
2024-02-29 15:01:54 -03:00
alfrix
7c99ea05f3 docs: add some hw guides
also remove dead links
2024-02-29 14:59:15 -03:00
alfrix
543dc97d21 docs: update touch section 2024-02-29 14:59:15 -03:00
alfrix
0570706bbe installer: fixup polkit permissions 2024-02-29 14:59:15 -03:00
alfrix
6ad9b13c42 docs: add a touch calibration method
the previous method was removed from the docs because it was outdated and didn't work anymore

this method is working for me in debian 12 bookworm
2024-02-28 20:20:08 -03:00
alfrix
bebee3926b docs: center images and tables 2024-02-26 16:54:14 -03:00
alfrix
d681105b1a docs: links update to fix warnings 2024-02-26 09:41:38 -03:00
alfrix
6a91e04532 heatergraph: optimzations 2024-02-25 17:51:53 -03:00
alfrix
a023c01ae8 layout and style changes for comboboxes
make comboboxes arrows dissappear when not active

correct the color of the combo

make the items bigger for easier selection
2024-02-25 13:48:15 -03:00
alfrix
c35b52805d layout: make popover buttons larger and add a border 2024-02-25 12:09:48 -03:00
Alfredo Monclus
0226ba0d95
screen: accept monitor number param (#1263)
This allows starting fullscreen on a specific display/monitor while in standalone mode
2024-02-19 20:23:02 -03:00
alfrix
f0abcfb0b0 Revert "build(deps): bump pycairo from 1.23.0 to 1.26.0 (#1278)"
This reverts commit 4ab595cde867353da31a68b280947d3635393ae8.
2024-02-19 09:50:28 -03:00
dependabot[bot]
4ab595cde8
build(deps): bump pycairo from 1.23.0 to 1.26.0 (#1278)
Bumps [pycairo](https://github.com/pygobject/pycairo) from 1.23.0 to 1.26.0.
- [Release notes](https://github.com/pygobject/pycairo/releases)
- [Changelog](https://github.com/pygobject/pycairo/blob/main/NEWS)
- [Commits](https://github.com/pygobject/pycairo/compare/v1.23.0...v1.26.0)

---
updated-dependencies:
- dependency-name: pycairo
  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>
2024-02-19 09:49:54 -03:00