refactor: update advanced menu layout

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-03-23 12:59:26 +01:00
parent ef13c130e0
commit 5c1c98b6b8

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="")