Commit Graph

1022 Commits

Author SHA1 Message Date
Stefan Dej
2cf4d8ba58 hotfix(gcodefiles): fix printed files filter
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-09-08 20:47:49 +02:00
Stefan Dej
62afec1934 hotfix(store): fix error of migrate drv_status in store
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-09-07 23:58:40 +02:00
Stefan Dej
5f40c54160 hotfix(webcam): add leading zero to FPS output below 10 (only adaptive mjpegstreamer)
Closes: #348
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-09-07 21:34:18 +02:00
Stefan Dej
3c570cadfe hotfix(console): autofocus input field after click on a command
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-09-04 22:46:40 +02:00
Stefan Dej
4f42092159 hotfix(theme): fix mainBackground image #349 (#351)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-09-04 13:46:46 +02:00
Stefan Dej
b2f6e7dc08 hotfix(gcodefiles): fix typo in error message (#350)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-09-04 12:18:41 +02:00
Stefan Dej
005ed8814b bugfix(webcam): display the wrong webcam if you connect to a remote printer with relativ webcam url (#345)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-31 21:33:31 +02:00
Stefan Dej
41b21aa66e hotfix: printerfarm panel (#344)
* bugfix(printerfarm): fix store theme files in farm printer

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

* feature(printerfarm): display dynamic mainsail-logo in printerfarm panel

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

* bugfix(printerfarm): fix image/webcam height to 3:2 ratio

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

* bugfix(printerfarm): disable webcam if printer is not connected

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

* bugfix(printerfarm): change button to "reconnect" when printer is not connected

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

* bugfix(controlpanel): align center for bar control buttons

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-31 20:03:47 +02:00
Stefan Dej
f482b57c71 Revert "feature: gcodeviewer (#322)" (#341)
This reverts commit 673fd9f879.
2021-08-29 01:20:51 +02:00
Juan Rosario
673fd9f879 feature: gcodeviewer (#322)
* Initial implementation of GCode Viewer in Mainsail

* Revert files.vue

* Reupdate files.vue

* Fix router

* Add render quality and force line mode settings

* 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.

* Loading progress indicator

* Turn off loading progress after changing render quality.

* Failed render check.

* Added a live tracking button

* Work on settings

* Hide the loading required button earlier

* Added more settings.

* min and max feed coloring settings

* Set ZClipPlane for WebGL1 viewers

* Bed and Delta

* Force line rendering is saved

Addressed an issue where watchers could try to fire on  a viewer that is not initialized

* Move loading progress bar

* Multiple UI Updates

Add Progress Color setting and persistence
Add z clip control - enabled when not tracking
Move loading progress bar into canvas area

* Update to package 1.0.6

* Pulled latest

* Update to @sindarius/gcodeviewer 2.0.4

Setting extruder colors directly was removed and instead has been replaced with configuring tools. This opens up the ability to set a nozzle size as well for tool changer type systems that could have multiple nozzle sizes.

* Set tracking position to 0 when starting tracking.

* A timeout is needed to reset the visual

* Created forceRedraw to deal with a timing issue when starting tracking.

* Update to 2.0.6 package
2021-08-29 01:17:51 +02:00
Stefan Dej
3c7f9ae7ba locale(fr): fix one type in settings console tab
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-26 19:17:12 +02:00
Stefan Dej
aa6221f1d3 bugfix: autofocus editor to bind search function
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-24 23:16:35 +02:00
Stefan Dej
d4670c5f0e Merge remote-tracking branch 'origin/master' 2021-08-24 20:42:02 +02:00
Stefan Dej
5a37e67420 chore: increment version number to V2.0.0
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-24 20:41:47 +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
6e63324187 locale(it): add translation
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-08-24 20:14:20 +02:00
stefand
61c2f8426d locale(hu): fix last words 2021-08-23 08:09:43 +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