print: Add support for directories

This commit is contained in:
Jordan Ruthe
2021-02-18 23:56:25 -05:00
parent cfb24dd885
commit cea0df8658
2 changed files with 260 additions and 114 deletions

View File

@@ -1,5 +1,11 @@
## Changelog
#### 2021 02 18
* Add directory support to print panel
#### 2021 02 17
* Fix issues with word wrapping in different languages
#### 2021 02 15
* Added action bar to left side (moves the Back, E-stop, and Home buttons)
* Added wifi manager. Will show current wifi details in network panel. Will allow switching networks in the future.