mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-23 15:53:36 +05:00
Compare commits
2 Commits
2acd74cbd9
...
5c1c98b6b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c1c98b6b8 | ||
|
|
ef13c130e0 |
@@ -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="")
|
||||||
|
|||||||
@@ -11,5 +11,3 @@ exclude = '''
|
|||||||
| scripts/
|
| scripts/
|
||||||
)
|
)
|
||||||
'''
|
'''
|
||||||
[tool.mypy]
|
|
||||||
mypy_path = "./kiauh"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user