Commit Graph

2356 Commits

Author SHA1 Message Date
Stefan Dej
876f486def refactor: refactor spoolman integration to support v2 response (#1749)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-01-29 22:37:06 +01:00
Stefan Dej
4f43c8929c fix(timelapse): fix issue with changing timelapse settings (#1745)
* fix(timelapse): fix issue with changing timelapse settings

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

* fix: add rules to timelapse setting inputs

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

* style: fix linter issue in locale en file

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

* locale(en): add missing translation

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

* Update src/locales/en.json

Co-authored-by: rackrick <45207681+rackrick@users.noreply.github.com>

* update locales en

Co-authored-by: rackrick <45207681+rackrick@users.noreply.github.com>

* style: run prettier

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

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
Co-authored-by: rackrick <45207681+rackrick@users.noreply.github.com>
2024-01-29 22:36:46 +01:00
Nathan Regner
65a62cb890 perf: batch gcode file metadata requests (#1737)
this results in fewer re-renders of the table, significantly reducing
load time

Signed-off-by: Nathan Regner <nathanregner@gmail.com>
2024-01-26 11:45:31 +01:00
Paolo Paterna
d34aa649c8 chore(deps): Update @sindarius/gcodeviewer (#1755)
Update @sindarius/gcodeviewer to latest so it works also with gcode files generated by OrcaSlicer
2024-01-26 09:44:54 +01:00
Stefan Dej
3a04c36485 fix: show extruder extra menu without load/unload macros (#1747)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-01-20 21:31:58 +01:00
Stefan Dej
3ed9a9bb25 chore: fix typo in bot text (#1748)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-01-20 21:31:38 +01:00
dependabot[bot]
8da01c1691 build(deps-dev): bump vite from 4.4.12 to 4.5.2 (#1751)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-20 07:56:13 +01:00
FOG_Yamato
4ae21da046 fix: incorrect scaling of images in dialogImage (#1746)
This fixes the squishing of big images in the config file preview window.
Scales image down while preserving the original aspect ratio.

Signed-off-by: Simion Balanuta <contact@cybersnets.com>
2024-01-14 09:12:01 +01:00
Stefan Dej
e932cb92b0 chore: update github issue bot text (#1743)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-01-13 00:23:37 +01:00
dependabot[bot]
35c59dfeeb build(deps): bump follow-redirects from 1.15.3 to 1.15.4 (#1742)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-11 07:40:54 +01:00
dependabot[bot]
a8aad31836 build(deps): bump tj-actions/changed-files from 23 to 41 (#1727)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 23 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v23...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  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-01-05 10:18:56 +01:00
meteyou
c5cde36523 docs(changelog): update changelog 2023-12-31 15:50:31 +00:00
github-actions
2ee81e54eb chore: push version number to v2.9.1 2023-12-31 15:47:42 +00:00
Stefan Dej
53fe09c7ec fix: only check initableServerComponents for init server check (#1725)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-31 16:46:55 +01:00
Stefan Dej
d8ebc8655c fix(temperature): hide multiple same temp presets in dropdown (#1724)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-31 16:45:47 +01:00
Stefan Dej
74ff01ba3a fix: fix long initial time with huge print history (#1714)
* refactor: refactor history page and list panel

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

* fix: fix long initial time with huge print history

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

* refactor: add "All" to locale

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

* feat: add button to statistic chart

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

* locale(de): update german locale

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

* refactor: remove unused icon import

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

* locale: apply suggestions from code review

Co-authored-by: rackrick <45207681+rackrick@users.noreply.github.com>

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
Co-authored-by: rackrick <45207681+rackrick@users.noreply.github.com>
2023-12-31 08:27:12 +01:00
Stefan Dej
e86d918165 build(changelog): fix issue with wrong urls in changelog.md (#1697)
Update orhun/git-cliff-action action from v1 to v2. v1 doesn't have a postprocessor included.

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-30 23:01:50 +01:00
Stefan Dej
caaca54019 build(docker): fix docker release tags (#1723)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-30 23:01:29 +01:00
Stefan Dej
ff926bff64 fix(exclude objects): fix tooltip position in object map (#1719)
* fix(exclude objects): fix tooltip position in object map

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

* refactor: move style tag at the bottom

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

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-30 17:16:08 +01:00
Stefan Dej
6beca12e11 fix: fix tooltip of tempchart (#1715)
* fix: fix theme issue in tempchart

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

* fix: fix tooltip of tempchart

the tooltip will not go away after 1 second. the chart also will be "stopped" as long as your mouse is hoverd

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

* refactor: remove debug outputs

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

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-30 17:15:54 +01:00
Stefan Dej
74d4a48a07 fix(exclude_objects): fix order of objects in map (#1716)
* refactor: refactor StatusPanel.vue

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

* fix: fix order of objects to visible small parts in bigger parts

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

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-30 16:38:41 +01:00
eltacoloco
208869360d locale(sv): update swedish translation (#1720)
* Update sv.json

Updated Swedish translation (sv-SE)

* Update sv.json

fixed prettier

* Fixed formating in sv.json

* renamed sv.json to se.json

Used the wrong ISO-code for Sweden by misstake when first creating the new locale.

* Updated unused keys for se.json

* Update se.json

ESLint

* Update se.json

* locale(se): remove unused keys

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

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2023-12-29 21:50:41 +01:00
Stefan Dej
8b2b5ba7f6 fix: fix icon for deleted files in the history (#1708)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-26 08:36:42 +01:00
Stefan Dej
1ad34107b2 fix: fix webcam url with multiple moonraker instances (#1713)
* fix: fix webcam url with multiple moonraker instances

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

* fix: fix webcam url with multiple moonraker instances

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

* fix: parse hostPort to int

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

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-26 08:36:24 +01:00
Stefan Dej
5b02b1236b fix: fix aspectRatio in MjpegstreamerAdaptive (#1707)
* fix: fix aspectRatio in MjpegstreamerAdaptive

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

* refactor: calc aspectRatio

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

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-26 08:36:04 +01:00
Stefan Dej
4743eff42e fix: fix theme issue in tempchart (#1706)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-25 23:32:04 +01:00
Stefan Dej
3108389759 fix: fix spoolman list (comment & location) (#1693)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-25 23:31:51 +01:00
Stefan Dej
e4ffa6c041 fix: only display section options which exists in ExtruderPanel (#1694)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-25 23:31:39 +01:00
Stefan Dej
45c8f3eb8a refactor: remove unused icon in SettingsGeneralTab.vue (#1705)
* refactor: remove unused icon in SettingsGeneralTab.vue

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

* refactor: remove unused icon in SettingsGeneralTab.vue

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

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-25 23:31:23 +01:00
Stefan Dej
00e04eeb0f fix: fix language switch (#1704)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-25 23:31:07 +01:00
meteyou
0783b4e82b docs(changelog): update changelog 2023-12-16 17:57:01 +00:00
github-actions
b3a0a21e8f chore: push version number to v2.9.0 2023-12-16 17:54:23 +00:00
Stefan Dej
a56e50d0af fix: fix panels squeezed on mobile when navi is open (#1690) 2023-12-16 18:46:24 +01:00
Stefan Dej
af5a3e108e feat: add mmu.log to logfiles panel (#1685) 2023-12-16 17:21:09 +01:00
Michal Dziekonski (mdz)
c92f4c0d09 fix: Incorrect sum of rest jobs printing time (#1689) 2023-12-16 16:59:12 +01:00
Stefan Dej
eb7773d667 fix: add random colors, when colorArray is too small (#1688) 2023-12-16 16:52:32 +01:00
Stefan Dej
ac698b7734 locale(de): update german locale (#1687) 2023-12-16 16:07:19 +01:00
Michal Dziekonski (mdz)
eeaa6a4da8 feat: Improve contrast of job queue items count (#1678)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2023-12-16 14:41:54 +01:00
Stefan Dej
c97dfbc836 refactor: import unused getter from printer/getters (#1686)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2023-12-16 13:48:28 +01:00
dictor93
20524b0a71 fix: add port to webcam url if port is not 80 (#1566)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2023-12-16 10:47:40 +01:00
inhabitant
59c31e7222 feat: light mode ui (#1580)
Co-authored-by: big boy <46307379+blu3mangroup@users.noreply.github.com>
Co-authored-by: big boy <enj0ynet@outlook.com>
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2023-12-16 10:09:39 +01:00
rackrick
d606319811 fix: add anchor to regex for special msg replacement (#1635) 2023-12-13 23:36:19 +01:00
Stefan Dej
af959d1c52 feat: resize heightmap to get a better heightmap overview (#1683) 2023-12-13 21:40:14 +01:00
Stefan Dej
623bdae6bb feat: add moonraker init component check with warning (#1680) 2023-12-10 21:41:46 +01:00
Stefan Dej
7939357d69 feat(webcam): add support for go2rtc webrtc (#1651) 2023-12-10 11:02:44 +01:00
Stefan Dej
dd7da32766 feat: add option to hide parts of the ExtruderPanel (#1679) 2023-12-09 10:14:04 +01:00
Francois Chagnon
9395a8142f feat: show filament sensor state even when it is disabled (#1656)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2023-12-08 21:37:57 +01:00
dependabot[bot]
c5b3f473e4 build(deps-dev): bump vite from 4.4.10 to 4.4.12 (#1671)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 20:39:50 +01:00
Stefan Dej
523d1558ab feat: add minimum_cruise_ratio support in MotionSettingsPanel (#1670) 2023-12-08 20:38:31 +01:00
Stefan Dej
fdf3a9354a fix: more tolerant with thumbnails sizes (#1674) 2023-12-08 17:08:57 +01:00