2436 Commits

Author SHA1 Message Date
Stefan Dej
9cd4aa70ba
ci: update tj-actions/changed-files action in workflows (#2166)
* ci: update tj-actions/changed-files action

Signed-off-by: Stefan Dej <meteyou@gmail.com>

* ci: update tj-actions/changed-files action

Signed-off-by: Stefan Dej <meteyou@gmail.com>

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2025-03-16 19:43:02 +01:00
Stefan Dej
7158a50b7a
feat(Temperatures): add menu to open Settings & turn off heaters (#2103) 2025-02-24 07:59:47 +01:00
Stefan Dej
8203619045
fix: show system panel when Klipper is not ready (#2149) 2025-02-23 23:14:53 +01:00
Stefan Dej
537a66afbb
fix(z-tilt): Fix z_tilt check for older Klipper versions (#2102) 2025-02-23 23:12:33 +01:00
Stefan Dej
89a419d5ed
chore: update gcodeviewer to v3.7.16 (#2152) 2025-02-21 08:21:13 +01:00
Stefan Dej
4d59c62f42
feat(Editor): store last state of file structure sidebar (#2140)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2025-02-10 00:21:10 +01:00
Stefan Dej
4dce91dead
fix(Editor): fix structure sidebar for files with values without a section (#2139)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2025-02-08 23:58:08 +01:00
Stefan Dej
9db98302c8
fix(Timelapse): fix count per page switch in the Timelapse Files Panel (#2134) 2025-02-02 16:24:42 +01:00
Stefan Dej
cc6e418775
fix(History): fix count per page switch in the History List Panel (#2133) 2025-02-02 16:24:22 +01:00
Jonas Damtoft
60f7f37630
feat(UpdateManager): implement python package entries (#2092)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2025-01-30 21:23:17 +01:00
Andy
ad7186f25e
locale(ru): update Russian translations (#2128) 2025-01-29 14:33:08 +01:00
Stefan Dej
9714febf86
fix: update Gcode-Viewer lib from sindarius to fix G2/G3 visualisation (#2127) 2025-01-27 19:11:12 +01:00
Stefan Dej
05e9e410a0
feat(Console): Improve key up/down in Console with multi-line input/history (#2108) 2025-01-03 23:40:50 +01:00
Stefan Dej
e73c22112b
locale(en): remove unused key (#2105) 2025-01-03 23:40:30 +01:00
Stefan Dej
040fa18a16
fix(Locale): Add missing translation key in SettingsControlTab (#2104) 2025-01-03 23:39:59 +01:00
Maxim Sychevoi
9c3724febd
feat(TemperaturePanel): Add SHT3X support (#2025)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2025-01-01 16:50:30 +01:00
dependabot[bot]
715c48d1d7
build(deps-dev): bump @intlify/core from 9.5.0 to 9.14.2 (#2064)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-30 16:19:55 +01:00
dependabot[bot]
337811ed2e
build(deps): bump nanoid from 3.3.7 to 3.3.8 (#2085)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-30 16:07:03 +01:00
meteyou
976547e4f9 docs(changelog): update changelog 2024-12-25 16:15:52 +00:00
github-actions
f48b606250 chore: push version number to v2.13.2 2024-12-25 16:12:24 +00:00
Stefan Dej
8d38e32fb2
fix(Tools): use gcode commands instead of config gcode macros (#2088) 2024-12-25 09:02:02 +01:00
Stefan Dej
fc18911df3
fix: fix z_tilt button for z_tilt_ng with Kalico (#2078) 2024-12-23 23:36:34 +01:00
Stefan Dej
4c86d7cd43
fix(Editor): fix docs link for Kalico (#2080)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-12-17 21:54:13 +01:00
Stefan Dej
ea1dd67c9e
fix: hide horizontal scrollbar in StartPrintDialog.vue (#2075)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-12-17 20:58:30 +01:00
Samuel Wang
7ec9e190e9
locale(zh): update chinese locale (#2081) 2024-12-12 21:54:10 +01:00
Stefan Dej
131de16c6d
fix(Editor): fix maximal height of the sidebar (#2079)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-12-10 23:25:43 +01:00
Branden Cash
7affc455f2
fix(macro-prompts): preserve outer quotes (#2076)
Previously if you had a macro prompt such as the following, the modal title would display `Question`, not `"Question"`. However, in other projects (Klipperscreen and Fluidd), they will preserve those outer quotes and they will be included in the title. This change makes Mainsail consistent with the other implementations.
2024-12-10 22:28:50 +01:00
Stefan Dej
ed8992e8d0
fix: fix print start from dashboard for subdirectory files (#2074)
* fix: fix print start from dashboard with files in a subdirectory

Signed-off-by: Stefan Dej <meteyou@gmail.com>

* fix: use the complete path of the file in the start print dialog on the dashboard

Signed-off-by: Stefan Dej <meteyou@gmail.com>

* refactor: remove unused getter

Signed-off-by: Stefan Dej <meteyou@gmail.com>

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-12-09 21:17:48 +01:00
meteyou
9783e00904 docs(changelog): update changelog 2024-12-07 23:07:21 +00:00
github-actions
03f086f70d chore: push version number to v2.13.1 2024-12-07 23:03:58 +00:00
Stefan Dej
d3e6371e9f
fix: fix interface settings Control-Tab when printer is not available (#2071)
* fix: fix interface settings Control-Tab when printer is not available

Signed-off-by: Stefan Dej <meteyou@gmail.com>

* fix: also fix a kinematic none system

Signed-off-by: Stefan Dej <meteyou@gmail.com>

* fix: display only select when klippy is ready

Signed-off-by: Stefan Dej <meteyou@gmail.com>

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-12-08 00:03:03 +01:00
Stefan Dej
62269ec145
locale(de): update german locale (#2070)
* locale(de): update german locale

Signed-off-by: Stefan Dej <meteyou@gmail.com>

* locale(de): update german locale

Signed-off-by: Stefan Dej <meteyou@gmail.com>

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-12-07 23:46:41 +01:00
Stefan Dej
7c23d9ee07
fix(Webcam): add ICE Candidates check to support older camera-streamer versions (#2069)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-12-07 22:59:43 +01:00
meteyou
4a68186e43 docs(changelog): update changelog 2024-12-04 19:02:48 +00:00
github-actions
5fc3e6d7f1 chore: push version number to v2.13.0 2024-12-04 18:58:16 +00:00
Stefan Dej
6104f7a9d4
fix: escape all file URLs to support all kind of special chars (#2065)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-12-03 22:39:08 +01:00
Stefan Dej
d401199d7a
refactor: refactor gcodeviewer page (#2061)
* refactor: refactor gcodeviewer page

Signed-off-by: Stefan Dej <meteyou@gmail.com>

* chore: update gcodeviewer lib

Signed-off-by: Stefan Dej <meteyou@gmail.com>

* fix: remove debug output

Signed-off-by: Stefan Dej <meteyou@gmail.com>

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-12-03 22:38:43 +01:00
Stefan Dej
1c722c44e0
feat: use _CLIENT_LINEAR_MOVE macros instead of multi-line gcodes (#2043)
* feat: use _CLIENT_MOVE macros instead of multi-line gcodes

Signed-off-by: Stefan Dej <meteyou@gmail.com>

* refactor: change from 2 macros to 1 macro (_CLIENT_LINEAR_MOVE)

Signed-off-by: Stefan Dej <meteyou@gmail.com>

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-12-03 22:21:51 +01:00
Branden Cash
601188738f
fix: keep macro prompt open for events older than 100 (#2045)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2024-12-01 23:03:35 +01:00
Stefan Dej
04433fc397
feat(Webcam): add a optional overlay for IDEX calibration (#2053) 2024-12-01 21:38:55 +01:00
Stefan Dej
34f3f08bd6
feat: add option to hide other Klipper & Moonraker instances (#2029) 2024-12-01 20:47:16 +01:00
Stefan Dej
a0f003c9eb
feat(spoolman): add multi tool support (#1946) 2024-12-01 20:46:54 +01:00
Stefan Dej
33efe920ce
fix: fix save z offset in toolhead panel (#2060) 2024-12-01 16:52:54 +01:00
phm07
0758af1b21
fix(Webcam): make webcam view non-draggable (#2057)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2024-11-28 23:28:13 +01:00
Stefan Dej
0806061115
feat(StatusPanel): add option to show history in StatusPanel (#2055)
Co-authored-by: rackrick <45207681+rackrick@users.noreply.github.com>
2024-11-28 22:51:10 +01:00
Stefan Dej
203825867f
feat(StatusPanel): change tab text to icons (#2054) 2024-11-24 20:43:29 +01:00
Stefan Dej
f82ec215be
feat(Dashboard): add option to change length and filter files (#2051)
Co-authored-by: rackrick <45207681+rackrick@users.noreply.github.com>
2024-11-24 20:22:00 +01:00
Stefan Dej
3ac654001f
feat: add SGP40 support (#2040) 2024-11-23 20:42:33 +01:00
Stefan Dej
3b26602ca9
feat: add button to open the device dialog in SystemPanel (#2046) 2024-11-23 16:17:05 +01:00
Stefan Dej
423e2a19d4
fix: fix reference link in editor while printing (#2050) 2024-11-20 22:56:14 +01:00