diff --git a/README.md b/README.md index 2256afdd..47f2b949 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ Current feature list: - [x] Fan control - [x] Disable steppers - [x] Configure Z Offset using PROBE_CALIBRATE - - [ ] Print tuning (Z Babystepping, Speed Control, Flow Control) + - [x] Print tuning (Z Babystepping, Speed Control, Flow Control) + - [x] Manual bed leveling assist + - [x] Using thumbnails from prusa on job status page - [ ] Better system panel - [ ] Wifi selection - - [ ] Manual bed leveling assist - - [ ] Using thumbnails from prusa on job status page - [ ] Scale UI based off of resolution diff --git a/docs/changelog.md b/docs/changelog.md index 40ef0641..2d8d4856 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,7 @@ ## Changelog +#### 2020 11 14 +* Update print panel to include line wrapping for longer filenames + #### 2020 11 13 * Fine Tuning Panel is now fully functional: Z BabyStepping, Fan Speed, Speed Factor, and Extrusion Factor diff --git a/docs/img/bedlevel.png b/docs/img/bedlevel.png new file mode 100644 index 00000000..1e3e8ca0 Binary files /dev/null and b/docs/img/bedlevel.png differ diff --git a/docs/img/extrude.png b/docs/img/extrude.png new file mode 100644 index 00000000..fcafc84d Binary files /dev/null and b/docs/img/extrude.png differ diff --git a/docs/img/fan.png b/docs/img/fan.png new file mode 100644 index 00000000..099a4e1a Binary files /dev/null and b/docs/img/fan.png differ diff --git a/docs/img/move.png b/docs/img/move.png index 3111a160..ba4e97ba 100644 Binary files a/docs/img/move.png and b/docs/img/move.png differ diff --git a/docs/img/temperature.png b/docs/img/temperature.png new file mode 100644 index 00000000..3aaa00ff Binary files /dev/null and b/docs/img/temperature.png differ diff --git a/docs/panels.md b/docs/panels.md index 1c982133..abdc1e4b 100644 --- a/docs/panels.md +++ b/docs/panels.md @@ -2,14 +2,30 @@ ### Index * [Main menu](#main-menu) +* [Bed Level](#bed-level) +* [Extrude](#extrude) +* [Fan](#fan) * [Move](#move) * [Preheat](#preheat) +* [Temperature](#temperature) ### Main Menu ![Main Menu](/docs/img/main_panel.png) +### Bed Level +![Bed Level](/docs/img/bedlevel.png) + +### Extrude +![Extrude](/docs/img/extrude.png) + +### Fan +![Fan](/docs/img/fan.png) + ### Move ![Move Panel](/docs/img/move.png) ### Preheat ![Preheat Panel](/docs/img/preheat.png) + +### Temperature +![Temperature](/docs/img/temperature.png)