Documentation updates

This commit is contained in:
Jordan Ruthe 2020-11-14 11:28:52 -05:00
parent 33beb60af9
commit d29c0ab063
8 changed files with 22 additions and 3 deletions

View File

@ -10,11 +10,11 @@ Current feature list:
- [x] Fan control - [x] Fan control
- [x] Disable steppers - [x] Disable steppers
- [x] Configure Z Offset using PROBE_CALIBRATE - [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 - [ ] Better system panel
- [ ] Wifi selection - [ ] Wifi selection
- [ ] Manual bed leveling assist
- [ ] Using thumbnails from prusa on job status page
- [ ] Scale UI based off of resolution - [ ] Scale UI based off of resolution

View File

@ -1,4 +1,7 @@
## Changelog ## Changelog
#### 2020 11 14
* Update print panel to include line wrapping for longer filenames
#### 2020 11 13 #### 2020 11 13
* Fine Tuning Panel is now fully functional: Z BabyStepping, Fan Speed, Speed Factor, and Extrusion Factor * Fine Tuning Panel is now fully functional: Z BabyStepping, Fan Speed, Speed Factor, and Extrusion Factor

BIN
docs/img/bedlevel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
docs/img/extrude.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
docs/img/fan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 93 KiB

BIN
docs/img/temperature.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View File

@ -2,14 +2,30 @@
### Index ### Index
* [Main menu](#main-menu) * [Main menu](#main-menu)
* [Bed Level](#bed-level)
* [Extrude](#extrude)
* [Fan](#fan)
* [Move](#move) * [Move](#move)
* [Preheat](#preheat) * [Preheat](#preheat)
* [Temperature](#temperature)
### Main Menu ### Main Menu
![Main Menu](/docs/img/main_panel.png) ![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
![Move Panel](/docs/img/move.png) ![Move Panel](/docs/img/move.png)
### Preheat ### Preheat
![Preheat Panel](/docs/img/preheat.png) ![Preheat Panel](/docs/img/preheat.png)
### Temperature
![Temperature](/docs/img/temperature.png)