2478 Commits

Author SHA1 Message Date
Samuel Wang
5c6556cfd9
locale(zh): update chinese locale (#1791)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2024-03-03 14:18:17 +01:00
evgarthub
e0bcd7464c
locale(uk): update ukrainian translation (#1788) 2024-02-18 18:09:12 +01:00
Michal Dziekonski (mdz)
eaaa19b261
fix(spoolman): break long comments & support multiline comments (#1781) 2024-02-17 22:17:23 +01:00
Stefan Dej
20de6be907
fix: fix commit list view on desktop and mobile devices (#1785) 2024-02-17 20:55:29 +01:00
Paolo Paterna
4f46d40071
chore(deps): Update @sindarius/gcodeviewer (#1755) (#1783) 2024-02-17 15:23:26 +01:00
meteyou
9c4eade646 docs(changelog): update changelog 2024-02-15 21:42:51 +00:00
github-actions
021cb61f61 chore: push version number to v2.10.0 2024-02-15 21:40:03 +00:00
Michal Dziekonski (mdz)
8e7db0da04
feat: add ability to add history items to job queue (#1778)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2024-02-15 22:28:56 +01:00
Michal Dziekonski (mdz)
3b78c3bf2b
fix: file upload rate displays NaN instead of an actual value (#1777) 2024-02-15 20:20:14 +01:00
Stefan Dej
b9b793dfae
feat: add devices dialog in editor (#1765) 2024-02-15 19:26:25 +01:00
Stefan Dej
88e9827129
locale(en): fix typo in DescriptionPreviouslyThrottled (#1776) 2024-02-14 22:12:20 +01:00
Stefan Dej
087d55af7f
fix: fix ETA calculation from jobqueue during print preheat (#1773) 2024-02-14 19:31:57 +01:00
Stefan Dej
7131f39c2e
locale(de): update german locale (#1772)
Co-authored-by: rackrick <45207681+rackrick@users.noreply.github.com>
2024-02-14 19:31:45 +01:00
Stefan Dej
f9c59e1f26
refactor: refactor heightmap page (#1759)
* refactor: refactor heightmap page

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

* refactor: remove unused import in printer/getters

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

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-02-09 23:14:21 +01:00
Stefan Dej
405bcac390
feat: add sum + eta in jobqueue panel (#1770)
* fix: fix border between entries in theme--light

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

* feat: add sum + eta in jobqueue panel

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

* locale(en): remove unused keys

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

* locale(de): add de locale

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

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-02-09 23:14:07 +01:00
Samuel Wang
0337dcb5c5
locale(zh): update chinese locale (#1767)
* locale(zh): Update Chinese (zh) localization

* locale(zh): Update Chinese (zh) localization
2024-02-04 20:13:26 +01:00
Stefan Dej
bf1cceacfd
ci: update workflow actions (#1760)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-02-03 22:57:13 +01:00
Michal Dziekonski (mdz)
941860305d
feat: Add ability to re-arrange job queue's items (#1692)
* feat: Add job queue entry position change feature

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>

* feat: Add ability to move queue item to the queue top

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>

* feat: Allow to move queue item up

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>

* feat: Print button on the first queue item should be controlled via flag

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>

* feat: Allow to move queue item down

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>

* feat: Add ability to move queue item to the queue bottom

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>

* feat: Change the nomenclature of queue's start & end

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>

* feat: Do not display duplicated re-arrangement features
(second & next to last items)

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>

* feat: Formatting & linting fixes

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>

* feat: Simplify changePosition's code

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>

* feat: Add reusable convertJobToFilenames()

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>

* refactor: refactor some code syntax

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

* refactor: refactor jobqueue entry and add draggable sort function

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

* fix: fix job counter in status panel for jobqueue

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

* feat: add function to start with every job in the jobqueue

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

* fix: hide start button in jobqueue panel

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

* refactor: remove unused style section

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

* locale(en): remove unused keys

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

* locale(pl): remove unused keys

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

---------

Signed-off-by: Michał Dziekoński <michal.dziekonski+github@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2024-02-03 20:24:34 +01:00
Giadej
36182d9f5c
locale(it): update italian translation (#1763)
* Update it.json

Translation completed. Added new entries and fixed some typos!

* locale(it): fix syntax error in locale file

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

* style: run prettier

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

* locale(it): remove double key in locale

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

* locale(it): translation completed

* style: fix some prettier issues

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

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2024-02-01 22:04:52 +01:00
srbjessen
56845e5190
locale(da): update danish translation (#1757)
* Update locale(da)

* Update da.json

* style: run prettier

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

* locale(da): update danish translation

* locale(da): update danish translation

---------

Signed-off-by: Stefan Dej <meteyou@gmail.com>
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2024-01-29 22:40:18 +01:00
Stefan Dej
3db2fbbc63
fix(console): fix color of autocomplete and command list (#1733)
switch from blue to primary

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-01-29 22:39:35 +01:00
Stefan Dej
7db824ef05
feat(history): add interrupted state to history job (#1738)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2024-01-29 22:39:16 +01:00
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