1267 Commits

Author SHA1 Message Date
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
mngr0
41584b47f7
locale(IT): minor edits in italian (#415) 2021-11-19 21:34:50 +01:00
steadyjaw
8a4a4ce234
refactor: button overhaul and minor changes to the ui (#413)
* refactor(appbar): change buttons to new design

* refactor(appbar): change height and add pritnername

* refactor: small sidebar

* refactor(vuetify): define parts of the mainsail theme and expose colors to css

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

* refactor: ui settings add missing divider

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

* refactor: add farm printer selection and menu to new top and sidebar, added icons to version-tooltip

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

* refactor: make topbar buttons hideable via ui settings

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

* refactor: move miniConsole buttons to toolbar and make'em collapsible

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

* refactor: set matching colors for buttons on console page

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

* refactor: use colornames from theme and set play/resume button to green

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

* fix: correct visibility of hide buttons on collapse

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

* feature: add virtual tab button to console-input on touch devices

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

* refactor: remove hide e-stop button setting

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

* fix: add reactivity to hide upload and print button functionality

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

* refactor: move logo to topbar and clip menu under topbar

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

* refactor: remove unused TheSidebarPrinterMenu

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

* feature: create and add about component to sidebar ...no dialog on click yet

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

* fix: correct appearance of the close icon from interface settings dialog

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

* Revert "fix: correct appearance of the close icon from interface settings dialog"

This reverts commit f66e29d4f2da5d576bc22c35adfcd26bd1670ff7.

* refactor: close ui settings on ESC and change close icon to tile

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

* refactor: change font style in wide sidebar and extend width of wide menu

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

* refactor: change menu style ui-settings-entry to dropdown

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

* refactor: correct variablenames in locales

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

* refactor: re-do menuStyle setting implementation

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

* refactor(miniconsole): change collapse button to tile and remove empty cols and row in template

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

* refactor: gui variables and button appearance in toolbars

* move some vars to configure gui appearance to variables.ts

* force buttons in bars to 100% height

* set icon button width to toolbar-heigth

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

* refactor(heightmap): add autofocus and close on ESC to dialogs

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

* refactor(throttledStates): bigger dropdownlist in favor of readability

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

* refactor(confFiles): change imageviewer topbar to darkcolor and move close button to left

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

* fix: camera-dropdown visability condition

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

* refactor(history): ad close on ESC on dialogs

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

* refactor: button overhaul

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

* fix: correct navigation width and change variablenames

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

* fix: change more close buttons to tiles

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>
2021-11-19 21:07:22 +01:00
Stefan Dej
5a44322ac2 fix: close button in update manager commits to tile
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-17 23:17:45 +01:00
Stefan Dej
9069617de6 Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	src/locales/en.json
2021-11-17 23:04:40 +01:00
Stefan Dej
08b60c0072 feat: reset database namespaces and/or history jobs/totals
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-17 22:53:48 +01:00
th33xitus
6b8f56985a
feat: lockable sliders (#412)
* fix: replace tab characters by spaces

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

* fix: replace tab characters by spaces

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

* feature: add lockable sliders

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

* feat: add lockable sliders

feat: add auto-lock sliders

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

* locale: add EN locale for LockSlider and AutoLockSlider features.

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

* chore: rename autoLockSliders to lockSliders

refactor: include startLockTimer method in sendCmd method

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

* refactor: refactor startLockTimer method

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

* refactor: lockSlidersChanged Watcher

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

* refactor: remove helper, use new isTouchDevice BaseMixin method instead

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

* feat: add lockable sliders to miscellaneous sliders

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

* fix: every interaction with the slider resets timeout correctly

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

* fix: fix typo

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

* chore: remove unused import

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

* chore: remove unused import

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

* chore: replace tabs with spaces

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

* chore: replace tabs with spaces / remove trailing newlines

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

* refactor: rename name/value pairs to a more appropriate name

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

* refactor(locale): update EN locale file

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

* fix: get/set correct store name

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

* refactor: use "Delay" instead of "Timeout"

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

* refactor(locale): update EN locale file

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

* refactor(locale): update DE locale file

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

* refactor: rename menuStyle to navigationStyle

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2021-11-17 21:03:57 +01:00
Stefan Dej
de673810c3 fix: main scroll height (smaller topbar)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-16 23:17:12 +01:00
Stefan Dej
5efbd50024 feat(editor): add webcam.conf as webcamd config
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-16 21:22:21 +01:00
steadyjaw
19928e3244
refactor: Minor changes to menu and settings tab (#411)
* refactor(appbar): change buttons to new design

* refactor(appbar): change height and add pritnername

* refactor: small sidebar

* refactor(vuetify): define parts of the mainsail theme and expose colors to css

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

* refactor: ui settings add missing divider

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

* refactor: add farm printer selection and menu to new top and sidebar, added icons to version-tooltip

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

* refactor: make topbar buttons hideable via ui settings

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

* refactor: move miniConsole buttons to toolbar and make'em collapsible

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

* refactor: set matching colors for buttons on console page

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

* refactor: use colornames from theme and set play/resume button to green

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

* fix: correct visibility of hide buttons on collapse

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

* feature: add virtual tab button to console-input on touch devices

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

* refactor: remove hide e-stop button setting

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

* fix: add reactivity to hide upload and print button functionality

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

* refactor: move logo to topbar and clip menu under topbar

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

* refactor: remove unused TheSidebarPrinterMenu

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

* feature: create and add about component to sidebar ...no dialog on click yet

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

* fix: correct appearance of the close icon from interface settings dialog

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

* Revert "fix: correct appearance of the close icon from interface settings dialog"

This reverts commit f66e29d4f2da5d576bc22c35adfcd26bd1670ff7.

* refactor: close ui settings on ESC and change close icon to tile

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

* refactor: change font style in wide sidebar and extend width of wide menu

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

* refactor: change menu style ui-settings-entry to dropdown

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

* refactor: correct variablenames in locales

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

* refactor: re-do menuStyle setting implementation

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>
2021-11-14 22:47:25 +01:00
Stefan Dej
fb714fc904 refactor(locale): update FR locale file
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-13 23:53:37 +01:00
Stefan Dej
45a4113420 refactor: update klipper warings output
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-13 23:51:37 +01:00
Stefan Dej
09e92caa43 docs: updated all meteyou/mainsail urls to mainsail-crew/mainsail
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-13 21:48:08 +01:00
Stefan Dej
ceb4ff395c docs: update mainsailOS urls 2021-11-13 21:39:46 +01:00
Martin
ced16fbc1b
feat: new design of the web UI (#408)
* refactor(appbar): change buttons to new design

* refactor(appbar): change height and add pritnername

* refactor: small sidebar

* refactor(vuetify): define parts of the mainsail theme and expose colors to css

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

* refactor: ui settings add missing divider

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

* refactor: add farm printer selection and menu to new top and sidebar, added icons to version-tooltip

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

* refactor: make topbar buttons hideable via ui settings

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

* refactor: move miniConsole buttons to toolbar and make'em collapsible

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

* refactor: set matching colors for buttons on console page

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

* refactor: use colornames from theme and set play/resume button to green

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

* fix: correct visibility of hide buttons on collapse

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

* feature: add virtual tab button to console-input on touch devices

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

* refactor: remove hide e-stop button setting

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

* fix: add reactivity to hide upload and print button functionality

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

* refactor: move logo to topbar and clip menu under topbar

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

* refactor: remove unused TheSidebarPrinterMenu

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

* feature: create and add about component to sidebar ...no dialog on click yet

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

* fix: correct appearance of the close icon from interface settings dialog

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

* Revert "fix: correct appearance of the close icon from interface settings dialog"

This reverts commit f66e29d4f2da5d576bc22c35adfcd26bd1670ff7.
2021-11-13 16:07:15 +01:00
Stefan Dej
d6e4fc09d6 Merge remote-tracking branch 'origin/develop' into develop 2021-11-09 21:50:02 +01:00
Stefan Dej
f12d0dd89b fix: dont polling printer.info in klipper state disconnected
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-09 21:49:49 +01:00
lixxbox
4c681d5de1
docs: add 'command format mismatch' to faq (#406) 2021-11-09 13:06:11 +01:00
Stefan Dej
d161cf875c fix: wrong action names in settings webcam tab
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 22:32:16 +01:00
Stefan Dej
a9bb288407 refactor: cleanup gui/actions from old functions
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 22:28:25 +01:00
Stefan Dej
5495d53cd3 fix: remove macrogroup panel from dashboard when delete macrogroup
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 22:28:06 +01:00
Stefan Dej
bb9d10e00c fix: display standby macrogroup/macro when klipper state is cancelled
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 22:15:36 +01:00
Stefan Dej
6597c9cdc2 refactor: move macrogroups to own moonraker db namespace and create a sub module of gui store
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 00:28:02 +01:00
Stefan Dej
8ded071403 fix: fix typo from webcam panel logo in settings dashboard
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 00:27:33 +01:00
Stefan Dej
4fdd49fb27 refactor: remove old actions in farm module
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 23:24:48 +01:00
Stefan Dej
34f44a00b7 refactor: move remotePrinters to own moonraker db namespace and create a sub module of gui store
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 23:22:43 +01:00
Stefan Dej
8bc17d01b3 fix: remove replace space to underline in fileupload in topbar upload
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 21:09:44 +01:00
Stefan Dej
ec44294441 fix: remove replace space to underline in fileupload
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 21:08:48 +01:00
Stefan Dej
4cc9c90a30 fix: check existsPresetName update index to id
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 20:26:06 +01:00
Stefan Dej
645575ea31 refactor: move consolefilters to own moonraker db namespace and create a sub module of gui store
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 17:58:18 +01:00
Stefan Dej
d12f1cbb32 refactor: rename webcamTab to webcamsTab in settings menu
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 17:05:19 +01:00
Stefan Dej
877c7ee861 refactor: use Vue.set in addClosePanel and removeClosePanel mutations
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 16:29:38 +01:00
Stefan Dej
c6934d751f refactor: new order of init moonraker databases and printer
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 16:06:28 +01:00
Stefan Dej
9cb63ee193 fix: all gui/webcam requests
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 16:05:53 +01:00
Stefan Dej
a24c6bd90e refactor: rename gui/webcam to gui/webcams store
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 15:58:14 +01:00
Stefan Dej
b6fa2e3d83 fix: convert old presets to new namespace
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 15:50:32 +01:00
Stefan Dej
b7e58d98ff
refactor: move presets to own moonraker db namespace and create sub module of gui store (#405)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 15:22:28 +01:00
Stefan Dej
6a9aef4785 fix: hide deleted macros on dashboard macro groups
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 12:11:07 +01:00
Stefan Dej
890d32c2cf fix: padding in simple macro panel
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 12:01:17 +01:00
Stefan Dej
16a09e006f refactor: modify dependencies text
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 11:52:25 +01:00
Stefan Dej
9a270c5054 fix: remove hide-overlay in settings menu dialog
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-06 18:59:40 +01:00
Stefan Dej
806ac9cd6a fix: update metadata and gcode thumbnail of farm printers
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-06 18:51:09 +01:00
Stefan Dej
bf3077d858 refactor: change icon position in top right corner navi
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 23:36:50 +01:00
Stefan Dej
2a85e8999f feat: add autofocus and action by press enter in crate/rename dialogs in gcode files
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 21:54:30 +01:00
Stefan Dej
875035f6f3 feat: add autofocus and action by press enter in crate/rename dialogs in config file manager
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 21:12:32 +01:00
Stefan Dej
60c218fe18 fix: fix spaces update manager panel
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 21:01:56 +01:00
Stefan Dej
89f2b2ce0b fix: update farm printers webcam to new webcam db namespace
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 20:45:11 +01:00
Stefan Dej
7e9a274ff7 fix: store databases in farm printer states
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 20:26:22 +01:00