554 Commits

Author SHA1 Message Date
Stefan Dej
c346510cdf bugfix: available_services types and getter in topbar
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-24 22:47:16 +02:00
Stefan Dej
3cf493db73 Merge branch 'master' into develop
# Conflicts:
#	package.json
2021-08-24 20:45:09 +02:00
Stefan Dej
3cfa85fc2b bugfix(configfiles): files sorting store doesn't work
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-24 20:41:05 +02:00
Stefan Dej
f7e9b50806
Feature/pronterface control (#323)
* feature: split control panel in components and add circle control panel

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

* bugfix: remove css namespace of SVG

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

* feature: add button for QGL and Z-Tilt

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

* clear debug status

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

* bugfix(ControlPanel): change - to en-dash for equal width of negative and positiv buttons in DWC-style ControlPanel.vue

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 18:41:49 +02:00
Stefan Dej
9b9d39c1a7 bugfix(editor): fix tab binding
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 15:11:38 +02:00
Stefan Dej
00caf8a655 feature(editor): add JSON syntax highlighting
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 14:57:19 +02:00
Juan Rosario
5af6c07fdf Merge remote-tracking branch 'meteyou/master' into feature/gcodeviewer 2021-08-21 19:25:55 -05:00
Stefan Dej
ca39f4d91c bugfix(ControlPanel): change - to en-dash for equal width of negative and positiv buttons in DWC-style ControlPanel.vue
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-21 13:59:36 +02:00
Stefan Dej
15191784b3 feature: add canvas to tool color picker
now its possible to change the light/density of the color in the color picker

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-19 21:38:40 +02:00
Stefan Dej
2403fca28c bugfix: add fixed width of settings sidebar
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-15 17:36:54 +02:00
Stefan Dej
5171564d49 bugfix: version number and navi overlaps
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-12 22:55:58 +02:00
Stefan Dej
3c6bbd228a remove debug output
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-10 21:41:22 +02:00
Stefan Dej
b6223af123 bugfix: hide webcam until socket is connected
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-09 22:05:03 +02:00
Stefan Dej
63aae04794 bugfix: responsive fix on portrait tablet in TheTopbar.vue
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-08 19:19:58 +02:00
Stefan Dej
dd36ffa925 bugfix: responsive fix on portrait tablet in ToolsPanel.vue
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-08 19:11:36 +02:00
Stefan Dej
2aa459e13e bugfix: responsive fix on portrait tablet in ZoffsetPanel.vue
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-08 19:06:14 +02:00
Stefan Dej
97247184d9 bugfix: set tool target temp if new target is out of range
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-08 18:49:15 +02:00
Stefan Dej
99f5325fe8 bugfix: col width from loading col in settings row
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-08 13:33:17 +02:00
Stefan Dej
8911ee2633 bugfix: saving webcams in SettingsWebcamTab.vue
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-08 13:31:00 +02:00
Stefan Dej
77b2b235f1 bugfix: saving presets in SettingsPresetsTab.vue
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-08 13:23:26 +02:00
Stefan Dej
30261a076e bugfix: scrollable console in shell style
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-07 11:14:45 +02:00
Juan Rosario
be470f91f7 Multiple UI Updates
Add Progress Color setting and persistence
Add z clip control - enabled when not tracking
Move loading progress bar into canvas area
2021-08-06 19:37:33 -05:00
Juan Rosario
601c52af40 Move loading progress bar 2021-08-06 14:51:32 -05:00
Juan Rosario
0cf99e8bba Force line rendering is saved
Addressed an issue where watchers could try to fire on  a viewer that is not initialized
2021-08-06 14:36:42 -05:00
Juan Rosario
9437da4444 Merge remote-tracking branch 'meteyou/master' into feature/gcodeviewer 2021-08-06 13:58:29 -05:00
Juan Rosario
189c7e428f Bed and Delta 2021-08-06 13:57:48 -05:00
Stefan Dej
96f8a68448
feature: linux like console & customize console height (#321)
* feature: add linux/bash like console style

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

* bugfix: fix not full console position

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

* feature: configable console height on dashboard

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

* bugfix: old variable name in MiniconsolePanel.vue

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

* bugfix: console array cut on dashboard dont work with shell style

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-06 14:32:11 +02:00
Juan Rosario
c6c67996b5 Set ZClipPlane for WebGL1 viewers 2021-08-06 06:52:45 -05:00
Juan Rosario
8cc9018b58 min and max feed coloring settings 2021-08-05 20:28:29 -05:00
Juan Rosario
037e610136 Added more settings. 2021-08-05 18:47:56 -05:00
Juan Rosario
105a493a74 Merge remote-tracking branch 'meteyou/master' into feature/gcodeviewer 2021-08-05 08:57:12 -05:00
Juan Rosario
824c68f766 Hide the loading required button earlier 2021-08-05 08:51:56 -05:00
Juan Rosario
7c60c9dd35 Work on settings 2021-08-05 08:10:07 -05:00
Stefan Dej
adea64249a bugfix: workaround for dashboard panel sorting on mobile devices
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-04 22:05:28 +02:00
Stefan Dej
4832fa09eb bugfix: remove 'show on dashboard' option in settings > webcam
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-03 21:18:11 +02:00
Stefan Dej
f4a3de15ca feature: set current viewport as default when open settings > dashboard
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-03 20:57:35 +02:00
Stefan Dej
74cb2384e1 bugfix: cancelled status panel show wrong values
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-03 20:42:37 +02:00
Stefan Dej
4cb68488b7 feature: add logo favicon and progress favicon in logo color
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-03 19:14:46 +02:00
Stefan Dej
bfa4e2524c locale: last fr fixes
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-03 16:52:56 +02:00
Stefan Dej
50dbc468e8
feature: sortable dashboard panels (#319)
* init test setup

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

* bugfix: ts typos

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

* bugfix: better tab system

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

* add touch support for drag&drop and split components

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

* feature: add panel filter to each viewport

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

* bugfix: mjpegstreamerAdaptive dont start with a wront image url

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

* add i18n support for dashboard settings

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-03 16:22:30 +02:00
Juan Rosario
30fce076bd Added a live tracking button 2021-08-02 20:10:56 -05:00
Stefan Dej
370c104f56 feature: add support for save gcode offset to endstop/probe
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-02 16:47:48 +02:00
Stefan Dej
895bdf1db7 bugfix: SAVE_CONFIG button in topbar fixed
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-02 16:47:11 +02:00
Juan Rosario
5a5f0c5fb3 Merge remote-tracking branch 'meteyou/master' into feature/gcodeviewer 2021-08-02 07:28:26 -05:00
Juan Rosario
d197b78490 Failed render check. 2021-08-02 06:59:46 -05:00
Juan Rosario
bf06dd67c5 Turn off loading progress after changing render quality. 2021-08-02 06:56:49 -05:00
Juan Rosario
382943ab7c Loading progress indicator 2021-08-02 06:51:44 -05:00
Stefan Dej
45f200b40b bugfix: editor translation unknown class
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-02 10:57:31 +02:00
Stefan Dej
6999f0a724 cleanup en language file and fix vue-i18n-extract missing keys
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-02 01:48:20 +02:00
Juan Rosario
183b5d8e8e Cache off canvas
Dynamically create and cache the canvas element so it does not have to reload and to keep current item loaded. Saves time on reload. Will need to test when vue watches are applied.
2021-08-01 17:25:17 -05:00