Commit Graph

1514 Commits

Author SHA1 Message Date
Stefan Dej
43674bf2d5 fix: iOS orientation changed didn't trigger resize event
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-30 23:16:41 +01:00
Stefan Dej
2ebd3a8396 Merge remote-tracking branch 'origin/develop' into develop 2021-11-29 23:44:19 +01:00
Stefan Dej
eaba28e24b fix: reload required bug
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-29 23:44:10 +01:00
th33xitus
51602fe69c feat: machine settings panel on dashboard (#440)
* fix: return i18n panel name if it contains dashes

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* feat: machine settings panel on dashboard
* support for motion setting input
* replaces previous machine limits panel on machine page

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* fix: no upper limit for input

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* feat: collapsible sub panels

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* feat: firmware retraction settings panel on dashboard

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2021-11-29 23:43:57 +01:00
Stefan Dej
ee6a603fae chore: push version number to v2.1.0-beta2
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-29 23:18:28 +01:00
Jérôme W
34f2eb3189 fix: macro param regexp (#437)
* Fix macro param regexp

Fix #436

* Simplify regexp
2021-11-29 22:44:42 +01:00
vajonam
b6cfb0fd88 fix: allow upper case sensor names (#429)
* lookup keys in case senstive way so now uppercase sensor names work

* one more place to fix it up
2021-11-29 20:05:31 +01:00
Stefan Dej
5d2400ccbe feat: reset timelapse settings
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-29 00:02:17 +01:00
Stefan Dej
a75b133dea fix: special cases in thumbnail urls
fixed #390

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-28 12:19:07 +01:00
Stefan Dej
f1ab29e4e6 Merge remote-tracking branch 'origin/develop' into develop 2021-11-28 10:48:32 +01:00
lixxbox
bc5731e0bf docs: add "NTC 100K beta 3950" note 2021-11-28 10:33:31 +01:00
lixxbox
44309b37df Update deprecated_option.md 2021-11-28 10:01:23 +01:00
Stefan Dej
fbead2efb1 fix: add file permissions to edit gcode files
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-28 02:27:37 +01:00
Stefan Dej
b6c2901908 fix: disk_usage in sub-directories
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-28 02:22:06 +01:00
Stefan Dej
3f4eeadb6f fix: check if metadata exist in job_queue
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-28 01:18:25 +01:00
Stefan Dej
678eda0e8c feat: add metadata to job_queue panel
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-28 01:00:03 +01:00
Stefan Dej
3784d8e9c0 fix: add path to add gcode files in subdirs to query
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-27 23:31:34 +01:00
Stefan Dej
ae1fa8736a refactor: update job_queue to moonraker notification
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-27 23:03:06 +01:00
Stefan Dej
30b0469ffd refactor: update moonraker dependency for job_queue
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-27 21:51:12 +01:00
Stefan Dej
7ab6f32d3a fix: dependency build check
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-27 21:50:35 +01:00
Stefan Dej
f60811255f feat: add moonraker job queue (#433)
* feat: add moonraker job_queue module and create store module

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

* feat: add jobqueue panel in gcode files

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

* fix: remove workaround (pause queue at adding the first element)

this function was added in mooonraker

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-27 14:09:24 +01:00
Stefan Dej
47dd6ad6d9 Merge remote-tracking branch 'origin/develop' into develop 2021-11-27 01:28:06 +01:00
Stefan Dej
64f7c2bebd fix: use webcam settings for TL preview image (rotation/mirror)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-27 01:27:58 +01:00
Stefan Dej
d4b1be9fcc fix: add webcam rotation to new mjpegstreamer method
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-26 23:32:12 +01:00
Stefan Dej
1779cca828 fix: restart mjpegstreamer stream each 60sec to fix browser issues
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-26 23:29:34 +01:00
Stefan Dej
46e8821821 feat: add serial_number to system cpu info
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-26 22:28:42 +01:00
lixxbox
470a00c288 docs: change default value of PRINT_START macro
to make it more understandable...
2021-11-25 20:29:15 +01:00
steadyjaw
ad52728131 fix: UI fixes and changes on timelapse page (#430)
* fix: truncated settings menu

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: change probe chips to label

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor(timelapse): change button color and make responsive

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: change display helpers of some buttons

* fix(#390): encodeURI of thumbnails in files page

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* fix: responsivity of timelapse-page

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor(timelapse): more responsiveness

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>
2021-11-23 00:14:08 +01:00
Stefan Dej
5d94063973 Merge remote-tracking branch 'origin/develop' into develop 2021-11-22 23:58:34 +01:00
dependabot[bot]
0bcfc4b582 build(deps): bump axios from 0.21.1 to 0.21.2 (#420)
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-22 22:17:51 +01:00
th33xitus
57aa96420c fix: patch slider lock feature (#425)
* fix: prevent unnecessary database traffic

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* fix: no lock on elements without a slider

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2021-11-22 22:10:18 +01:00
vajonam
eef899c19e fix: check for null when running in docker or non pi (#428) 2021-11-22 22:07:08 +01:00
Stefan Dej
94c1f35f9c fix: cut heightmap variance to 3 numbers behind the dot
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-22 21:59:26 +01:00
Stefan Dej
ed82856140 locale(fr): update fr locale
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-22 19:24:40 +01:00
Stefan Dej
a581be6aec fix: reverse logic to show render & save_frames button in TL status panel
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-21 00:32:07 +01:00
Stefan Dej
a2d90df97c fix: webcam create/edit form validation
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-20 21:48:49 +01:00
Stefan Dej
6fa1c28bc4 fix: rename cancel button in macro management to close
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-20 21:09:27 +01:00
Stefan Dej
86ab389b32 feat: disable camera setting in timelapse setting if snapshoturl exists in moonraker.conf
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-20 20:44:19 +01:00
Stefan Dej
88c78518d2 build: push to v2.1.0-beta1
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-20 14:48:18 +01:00
Stefan Dej
0a2a2fd3c5 refactor: remove db update for locked sliders
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-20 14:24:52 +01:00
Stefan Dej
f4e07b7278 refactor: update download button in timelapse preview dialog
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-20 13:52:22 +01:00
Stefan Dej
96578bb95c fix: add locale for empty timelapse state
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-20 13:49:52 +01:00
Stefan Dej
3262e0cfc1 feat: add save frames button in TimelapseStatusPanel.vue
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-20 13:49:36 +01:00
Stefan Dej
ae6667e259 fix: update action name for saving gui settings
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-20 13:48:48 +01:00
Stefan Dej
7553d4e6c8 Merge remote-tracking branch 'origin/develop' into develop 2021-11-20 12:39:01 +01:00
Stefan Dej
97298f92dc fix: webcam mjpegstreamer mode (#419)
* refactor: remove debug output in timelapse mutations

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

* fix: use readable stream for Mjpegstreamer.vue

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

* fix: use real webcam components in settings preview

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-20 12:28:04 +01:00
Stefan Dej
05e88f6ee9 refactor: remove debug output in timelapse mutations
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-20 00:04:55 +01:00
Stefan Dej
216099c524 feat: gui for the timelapse moonraker plugin (#417)
* feature: initial upload of timelapse support

- add navipoint timelapse
- show filelist of timelapse
- display status and add important settings

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

* feature: hide frame count if its zero

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

* feature: add timelapse option to start print dialog

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

* bugfix: block "print start" dialog, if printer is printing

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

* chore: simplify getConsoleFilterRules getter

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

* feature: add console filter for timelapse gcodes

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

* feature: hide timelapse gcodes in console

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

* chore: update timelapse settings

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

* feature: start timelapse settings in settings menu

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

* feature: add rest of the timelapse settings

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

* timelapse: rearrange and add missing settings  (#364)

* timelapse: rearrange and add missing settings
* timelapse: missing locals
* timelapse: fixed typos and added get/setter of missing settings
* timelapse: added missing settings getDefaultState

* feature: added more options to start print dialog (#366)

* feature: cleanup print start dialog

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

* feature: order timelapse settings and add headlines

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

* feature: add timelapse blocked settings functions (if config exists in configfile)

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

* bugfix: make settings dialog bigger to display timelapse (last line of settings) complete

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

* bugfix: remove headline "camera settings" in timelapse settings

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

* feat: add missing settings and add setting descriptions (#397)

Note: "cameraOptions" are harcoded but should be taken from webcam config (more detail in the dev dc)

* refactor: update timelapse from develop

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

* refactor: update timelapse file manager

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

* fix: uppercase settings doesn't work with moonraker confighelper (#399)

* fix: uppercase settings doesn't work with moonraker confighelper

* fix: uppercase settings doesn't work with moonraker confighelper

* fix: uppercase settings doesn't work with moonraker confighelper

* refactor: fix camera type in timelapse store

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

* refactor: fix merge from develop

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

* refactor: list of available webcams in timelapse settings

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

* fix: check if console exist before checking customFilters for convert to new namespace

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

* refactor: remove debug outputs

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

* feat: add re-rendering option and add snackbar for rendering progress

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

* feat: display zip files in TimelapseFilesPanel.vue

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

* feat: video preview in timelapse

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

* refactor: change icon for zip files

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

* fix(locale): add timelapse to en.json

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

* refactor: add no status message in TL status panel

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

* refactor: add en locale for print start button in files

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

Co-authored-by: FrY Sennberg <fryakatkop@gmail.com>
2021-11-19 23:50:52 +01:00
Stefan Dej
c38d770b69 Merge remote-tracking branch 'origin/develop' into develop 2021-11-19 23:49:46 +01:00
Stefan Dej
4ab2def2f8 fix: switch every time to relative mode for movements
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-19 23:49:25 +01:00