1542 Commits

Author SHA1 Message Date
lixxbox
4f9581f3a0
docs: split up quicktips (#584)
until now, all features were listed under quicktips. for a better overview and in preparation for further descriptions, the pages will be split into quicktips and features.
2022-01-29 11:05:04 +01:00
pataar
44637266bf
ci(lint): add ci workflow and update related packages to the latest version (#586)
Co-authored-by: pieter <pieter@interactivestudios.nl>
2022-01-28 20:38:54 +01:00
th33xitus
4559ffcbd5
chore: add .editorconfig (#582) 2022-01-28 20:31:05 +01:00
Stefan Dej
07a0e9aecb
chore: push version number to v2.2.0-alpha
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-28 19:41:38 +01:00
Stefan Dej
ed0a6976c1
Merge branch 'develop' 2022-01-28 19:28:50 +01:00
Furrciak
1c4127acf2
locale(pl): additional fix for polish language (#592) 2022-01-28 19:27:53 +01:00
Furrciak
a121e56085
locale(pl): fix polish translation (#589) 2022-01-28 19:27:34 +01:00
Stefan Dej
010b3ac55b
chore: push version number to v2.1.1
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2022-01-27 22:19:40 +01:00
Furrciak
b944af5448
locale(pl): polish translation (#581)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2022-01-27 22:15:55 +01:00
srbjessen
0f0180bc50
locale(da): danish - minor updates, missing tags and removed "deceleration" (#578) 2022-01-27 21:55:59 +01:00
Stefan Dej
7148bebef2
Merge remote-tracking branch 'origin/develop' into develop 2022-01-27 21:41:49 +01:00
Stefan Dej
63c90c7eb6
Merge branch 'master' into develop 2022-01-27 21:41:37 +01:00
lixxbox
ed45815d3b
docs: fix some broken links (#580)
fix some broken links
2022-01-27 14:24:43 +01:00
Stefan Dej
d856b73cd1
fix: polling klippy error messages (#571) 2022-01-26 01:36:36 +01:00
Stefan Dej
86d3421f1e
Merge remote-tracking branch 'origin/develop' into develop 2022-01-23 20:20:22 +01:00
Stefan Dej
b5b25bd90c
Merge branch 'master' into develop 2022-01-23 20:20:10 +01:00
Stefan Dej
0db74e9e37
fix: hide second notification in timelapse > remove mp4 (#572) 2022-01-23 20:11:27 +01:00
Pedro Lamas
be0063e2a0
chore(build): Sets Node engine to version 16 (#569) 2022-01-23 00:26:03 +01:00
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
Pedro Lamas
8a9bc456b6
chore: Use node 16 for base docker image (#568) 2022-01-23 00:18:21 +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
Paul Cutler
69bb61a30d
docs: Update prepare themes page with review feedback (#554)
Followup to #486 

Signed-off-by Paul Cutler paul@paulcutler.org
Co-authored-by: lixxbox <lixxbox@users.noreply.github.com>
2022-01-20 15:31:26 +01:00
lixxbox
a3ad590d4b
docs: fix macro link 2022-01-20 13:16:54 +01:00
Paul Cutler
702981e324
docs: Review Themes Chapter in Documentation (#486)
* Review Themes Chapter and fix typos, grammar and readability

Signed-off-by Paul Cutler paul@paulcutler.org
2022-01-19 22:45:23 +01:00
lixxbox
b4764194b0
docs: additions to the readme/index for 2.1 (#543) 2022-01-19 22:40:44 +01:00
deddoggo
d5694835d0
locale(it): IT translation update (#553) 2022-01-19 22:31:35 +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