Stefan Dej
eb1e1d4f5c
chore: fix some eslint warnings
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 23:25:56 +02:00
Stefan Dej
0f13d2efc1
chore(App): fix build warnings
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 20:53:27 +02:00
Stefan Dej
166ffff875
bugfix(App): remove unused vars
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 20:19:39 +02:00
Stefan Dej
be065e88f8
chore(build): change sass version as workaround for vuetify sass warnings
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 20:19:07 +02:00
Stefan Dej
65855544eb
Merge remote-tracking branch 'origin/develop' into develop
2021-08-22 20:11:18 +02:00
Stefan Dej
dd5197f1ce
Revert "chore(github): add build workflow for test builds"
...
This reverts commit d39e6b587c64a28569a504fbbbf50e8c24c6055b.
2021-08-22 20:11:09 +02:00
Stefan Dej
54d3484d02
chore(github): add build workflow for test builds
2021-08-22 20:10:40 +02:00
Stefan Dej
d39e6b587c
chore(github): add build workflow for test builds
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 19:58:18 +02:00
Stefan Dej
ff0c58a901
chore: increment version number to 2.1.0-alpha
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 18:43:27 +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
b8428c498e
chore(docs): update gem packages
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 17:58:13 +02:00
Stefan Dej
9dbde140d8
chore: increment version number to 2.0.0-rc.2
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 16:31:23 +02:00
Stefan Dej
7b08ae5ff7
bugfix(heightmap): fix probe_count for delta printers
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 16:18:15 +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
Stefan Dej
da3f8b2907
bugfix(editor): download json as plaintext to edit it
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-22 14:10:18 +02:00
Stefan Dej
b6703c84f1
locale(fr): fixed last missing translations
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-21 18:14:24 +02:00
Stefan Dej
ef9b17a9f4
bugfix(heightmap): fixed profiles list for KevinOConnor/klipper#4598
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-21 18:05:24 +02:00
Stefan Dej
94d445c9fe
chore: increment version number
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-21 15:32:52 +02:00
Stefan Dej
3f0d595a9d
bugfix(heightmap): fix dataShape for all bed_mesh ratios (Y, X) instead of (X, Y)
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-21 15:27:48 +02:00
Stefan Dej
d5218ca059
locale(nl): fixed last missing translations
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-21 14:09:06 +02: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
90572482ce
locale(it): remove unused keys
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-21 13:17:41 +02:00
Stefan Dej
bcb541f470
locale(nl): remove unused keys
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-21 13:17:34 +02:00
Stefan Dej
c7b70d2cf4
locale(fr): remove unused keys
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-21 13:17:25 +02:00
CodingJustForRun
be0d1433cd
locale(hu): update hu json ( #333 )
...
* hu json
updated hungarian translation, please check if all parameter is short enough.
thx
* locale(hu): remove unused keys
Signed-off-by: Stefan Dej <meteyou@gmail.com>
* Update hu.json
Just fixed the title.
* locale(hu): move translation to the right location
Signed-off-by: Stefan Dej <meteyou@gmail.com>
* locale(hu): move translation to the right location
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2021-08-21 13:11:02 +02:00
Stefan Dej
e47257386c
bugfix(heightmap): prepare for KevinOConnor/klipper#4598
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-21 12:10:35 +02:00
Stefan Dej
ca926a5ce1
Merge remote-tracking branch 'origin/master'
2021-08-19 23:41:34 +02:00
winbin
c41ea7aebc
locale(zh): update chinese trans ( #332 )
...
* update chinese trans
* locale(zh): remove unused keys
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2021-08-19 23:31:43 +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
24cf380b17
bugfix: add all available sensors to tempchart
...
on the first klipper load after adding a sensor, it will not be included in the moonraker history
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-19 21:35:15 +02:00
Stefan Dej
6bd2977190
bugfix: add pwm series to chart
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-16 23:12:47 +02:00
Stefan Dej
0e6897a295
bugfix: hide heaters, temperature_fans and temperature_sensors with _ as first letter in the name in tempchart
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-15 19:30:37 +02:00
Stefan Dej
da28b87ae1
feature: hide heaters, temperature_fans and temperature_sensors with _ as first letter in the name
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-15 18:29:45 +02:00
Stefan Dej
f27b038fa6
bugfix: display name in remove heightmap dialog
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-15 18:07:52 +02:00
Stefan Dej
f70a6b6d99
Merge remote-tracking branch 'origin/master'
2021-08-15 18:03:58 +02:00
kolbenhans
2b09a5c927
reworked translation ( #329 )
...
* Updated de.json to match latest locale layout
* Update de.json
reverted fixed names to englisch.
* Update de.json
removing comma from json object ends.
* Update de.json
additonal comma fix.
* Update de.json
Chart texts changed to old (v1.6) values
(GUI) Line breaking texts changed.
* Z-Offset Panel headline correction
Changed from Z-Tilt to Z-Offset
* Status Panel line break change
Change Speed text from "Geschwindigkeit" to "Tempo"
* minor text updates
Voreinstellungen --> presets
Z-Panel preset text change
2021-08-15 18:03:25 +02:00
cgrossi70
639866ac80
Small fixes / Pequeñas correcciones ( #330 )
...
* Create es.json
Agregar Idioma español
* Update es.json
* Update es.json
* Delete es.json
* Add files via upload
Español locales
* Update es.json
2021-08-15 18:03:03 +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
dc379e544a
bugfix: console scrolling and min height
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-12 22:48:32 +02:00
Stefan Dej
3b13444859
push version number to v2.0.0-beta4
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-10 22:35:58 +02:00
Emperor
260fa11362
Update ru.json ( #326 )
...
* Update ru.json
* add Settings.Dashboard
* cleanup unused keys
Signed-off-by: Stefan Dej <meteyou@gmail.com>
* add last translations
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2021-08-10 22:18:27 +02:00
cgrossi70
008351359b
Add spanish translation / Agregar traduccion al español ( #327 )
...
* Create es.json
Agregar Idioma español
* Update es.json
* Update es.json
* Delete es.json
* Add files via upload
Español locales
2021-08-10 22:08:31 +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
ad25c421be
push version number to V2.0.0-beta3
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-09 22:06:02 +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