Compare commits

..

2 Commits

Author SHA1 Message Date
dw-0
5c1c98b6b8 refactor: update advanced menu layout
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-03-23 12:59:26 +01:00
dw-0
ef13c130e0 chore: remove mypy from project
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-03-22 22:44:07 +01:00
2 changed files with 12 additions and 10 deletions

View File

@@ -27,14 +27,18 @@ class AdvancedMenu(BaseMenu):
/=======================================================\\ /=======================================================\\
| {color}{header:~^{count}}{RESET_FORMAT} | | {color}{header:~^{count}}{RESET_FORMAT} |
|-------------------------------------------------------| |-------------------------------------------------------|
| Klipper & API: | Mainsail: | | Repo Rollback: |
| 0) [Rollback] | 5) [Theme installer] | | 1) [Klipper] |
| | | | 2) [Moonraker] |
| Firmware: | System: | | |
| 1) [Build only] | 6) [Change hostname] | | Klipper Firmware: |
| 2) [Flash only] | | | 3) [Build] |
| 3) [Build + Flash] | Extras: | | 4) [Flash] |
| 4) [Get MCU ID] | 7) [G-Code Shell Command] | | 5) [Build + Flash] |
| 6) [Get MCU ID] |
| |
| Mainsail: |
| 7) [Theme installer] |
""" """
)[1:] )[1:]
print(menu, end="") print(menu, end="")

View File

@@ -11,5 +11,3 @@ exclude = '''
| scripts/ | scripts/
) )
''' '''
[tool.mypy]
mypy_path = "./kiauh"