Zhu Qian
b743467bca
locale(zh): Update zh.json ( #557 )
...
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2022-01-23 00:23:43 +01:00
th33xitus
75aad8b880
fix: input field and spinner bug ( fixes #551 ) ( #555 )
2022-01-22 10:29:53 +01:00
Stefan Dej
7fc5e298ad
fix: delete remote printers dont work ( #564 )
2022-01-22 00:44:38 +01:00
Stefan Dej
1de95b12ec
fix: farm printer switch and display klippy connection errors ( #563 )
2022-01-22 00:18:15 +01:00
Stefan Dej
1e54c92b00
fix: default color mode in gcodeviewer was wrong ( #559 )
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-20 22:51:51 +01:00
Stefan Dej
8eb67ae2b6
fix: read nozzle_diameter from klipper config in gcodeviewer ( #558 )
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-20 22:38:31 +01:00
Stefan Dej
25a4c3e476
Merge branch 'develop' into release/v2.1.0
2022-01-19 20:22:55 +01:00
Emperor
19496a1f0a
locale(ru): Update RU v2.1 ( #552 )
...
* Update RU v2.1
2022-01-19 20:20:38 +01:00
Stefan Dej
1a8a9558d3
feat: send gcode macro with keyup enter ( #544 )
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-19 19:47:25 +01:00
steadyjaw
d94543207f
bugfix: fix capitalization of bed_mesh names and renaming functions (fix #545,#546) ( #547 )
...
* fix: remove text-transformation on rename-button
* fix: remove toUpperCase on renameProfile
* fix: add remove command to renameProfile
2022-01-19 19:39:17 +01:00
Stefan Dej
9c70a0cafa
docs: update screenshot to v2.1.0
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-18 22:41:20 +01:00
Stefan Dej
c5aaa2f79f
Merge branch 'develop' into release/v2.1.0
2022-01-18 22:08:02 +01:00
th33xitus
595c937d50
fix: improve machine settings number inputs ( #537 )
...
* fix: truncate excessive decimal places
fix: add `toString` casting to labels
fix: disable spinner appropriately
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* fix: allow smooth time with 3 decimal places
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* fix: disable both spinners if input value triggers error
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* feat: add spinnerFactor prop
Simple multiplicator that can be used in combination with spinners to increase/decrease values with a different step size.
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* fix: smooth time step size of 0.001
fix: spinnerFactor of 10
Allows for manual input of numbers with 3 decimal places. Spinners will still increase/decrease by 0.01
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* feat: add hasSpinner prop
Allows for individually activating/disabling spinners on a number input field
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* fix: add sane values as spinnerFactor for motion and fw retract spinners
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* fix: nullish coalescing operator logic
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2022-01-18 22:07:27 +01:00
Stefan Dej
28a6f5a813
chore: update package-lock.json
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-18 20:56:51 +01:00
Stefan Dej
4901d4992c
chore: push version number to v2.1.0
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-18 20:54:58 +01:00
Stefan Dej
56d61ce6ae
fix: ipv6 issues with encodeURI
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-18 20:47:46 +01:00
Paul Cutler
be2efac9fd
docs: Update Quicktips ( #518 )
...
Reiview and update the whole Quicktip section with better readability, grammar and spelling.
Signed-off-by Paul Cutler paul@paulcutler.org
2022-01-18 14:14:53 +01:00
Kevin Nguyen
7b19c902de
fix: encodeURI for thumbnails and timelapse files ( #539 )
...
GET requests including file names with special characters such as '%' will properly encode the request to the server.
2022-01-18 01:04:16 +01:00
Morten Lindhardt
bf60aef344
fix: set default for min_extrude_temp ( #540 )
...
* fix: set default for min_extrude_temp
Signed-off-by: Morten Lindhardt <r3fuze@gmail.com>
* fix: use settings instead of config
2022-01-18 01:02:34 +01:00
Stefan Dej
674ad36ddb
fix: klippy connected/disconnected change
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-18 00:25:36 +01:00
lixxbox
f535ccf493
docs: add redirect dor configuration
2022-01-16 21:13:09 +01:00
Stefan Dej
06bf0acdc3
fix: workaround to display download status in gcode-viewer
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-16 20:37:33 +01:00
Stefan Dej
5307412484
fix: workaround to display download status in editor
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-15 01:29:44 +01:00
Stefan Dej
bd7cf76076
fix: hide snackbar details if total not available
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-14 22:47:22 +01:00
Stefan Dej
aa4c269eab
fix: sort mcus in SystemPanel.vue
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-14 20:49:11 +01:00
Stefan Dej
d7c2dc5033
fix: sort endstops in EndstopPanel.vue
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-14 20:47:42 +01:00
CodingJustForRun
9da5c356f7
locale(hu): 2022 01 12 update ( #531 )
...
one key updated
2022-01-12 21:46:36 +01:00
CodingJustForRun
bd5723dda6
locale(hu): hun update 20220110 as requested :) ( #530 )
2022-01-12 21:46:15 +01:00
Stefan Dej
3ab0a5952a
locale: fix keys in top corner menu
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-12 20:53:48 +01:00
Stefan Dej
d76343b7bb
fix: fix locale output in confirm dialog for service control
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-10 21:04:44 +01:00
Bart Lammers
d94e9f18f3
locale(nl): Update NL locale ( #529 )
2022-01-10 19:09:09 +01:00
cgrossi70
4610eb70bc
locale(es): Traslation Spanish RC1 ( #528 )
2022-01-10 19:08:28 +01:00
srbjessen
649bbaa7dc
locale(da): Updated Danish translations ( #527 )
2022-01-10 19:07:07 +01:00
lixxbox
887da6745a
docs: themes / changed name to cryd-s
...
user changed the name of his github account
2022-01-10 14:22:05 +01:00
Stefan Dej
b7e94ba25e
locale(fr): update FR locale
...
thx to Roland Forster
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-09 23:23:26 +01:00
Stefan Dej
629e0f2f7c
fix: request metadata for gcode files, when using search function
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-09 11:27:38 +01:00
Stefan Dej
e919a81536
Merge remote-tracking branch 'origin/develop' into develop
2022-01-08 01:25:18 +01:00
Stefan Dej
d6b98639c1
feat: ignore timelapse pause state during a print
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-08 01:25:07 +01:00
steadyjaw
4ac9b56775
refactor: change default colors ( #523 )
...
Signed-off-by: steadyjaw <martin.keilaus@gmail.com>
2022-01-08 00:45:04 +01:00
steadyjaw
e0c1330c4a
Fix: control panel cross style ( #524 )
...
* fix: input rules and move message text to locales
* fix: omit duplicate entries in comboxes
* fix: add key to button group
Signed-off-by: steadyjaw <martin.keilaus@gmail.com>
2022-01-08 00:44:46 +01:00
steadyjaw
0d89f42935
Fix: zSlider and clear button in gcodeviewer ( #522 )
...
* refactor: enable zSlider when tracking
* fix: set zSlider to max on start tracking
* fix: disable tracking when pressing CLEAR
Signed-off-by: steadyjaw <martin.keilaus@gmail.com>
2022-01-07 21:41:29 +01:00
Stefan Dej
1e5c6c39de
Merge remote-tracking branch 'origin/develop' into develop
2022-01-07 21:32:53 +01:00
steadyjaw
ff782d9d04
Fix: control settings ( #520 )
...
* fix: input rules and move message text to locales
* fix: omit duplicate entries in comboxes
Signed-off-by: steadyjaw <martin.keilaus@gmail.com>
2022-01-07 21:28:01 +01:00
Stefan Dej
61c2ba38b0
fix: gcode files view with queue on mobile devices
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-07 21:16:26 +01:00
Stefan Dej
65cb342cb8
locale(da): fix typo in locale file
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-06 23:30:19 +01:00
Stefan Dej
81e78e770c
Merge remote-tracking branch 'origin/develop' into develop
2022-01-06 23:27:03 +01:00
CodingJustForRun
5ed63ed27f
locale(hu): Hu updated for the latest eng local ( #517 )
...
all eng changes follow up has been made
2022-01-06 23:26:37 +01:00
srbjessen
c831d33873
locale(da): Minor changes and spellchecking ( #512 )
...
* Update da.json
* locale: fix typo in translation name
* locale: add last translations
* Update da.json
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2022-01-06 23:25:55 +01:00
th33xitus
55df4da104
feat: add displaying/sorting of/by more gcode metadata ( #519 )
...
adds displaying of and sorting by nozzle diameter, filament name and filament type metadata
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2022-01-06 23:24:31 +01:00
Stefan Dej
e3db2731ab
fix: only update / send temp commands if they are changed
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-06 13:11:35 +01:00