更改自动调平提示语
优化调节零位偏移值显示的值就是真实保存的值
修复工作不错下拉框不正常的问题
Squashed commit of the following:
commit 809672db45
Merge: 19ae243e3c4ef815
Author: zkk <1007518571@qq.com>
Date: Sat Jun 21 14:14:20 2025 +0800
Merge commit '3c4ef8151927e2cb6cd5b5a3d66b50823d74c85b' into release
# Conflicts:
# ks_includes/locales/KlipperScreen.pot resolved by 809672db45 version
# ks_includes/locales/en/LC_MESSAGES/KlipperScreen.po resolved by 809672db45 version
# ks_includes/locales/zh_CN/LC_MESSAGES/KlipperScreen.mo resolved by 809672db45 version
# ks_includes/locales/zh_CN/LC_MESSAGES/KlipperScreen.po resolved by 809672db45 version
# ks_includes/locales/zh_TW/LC_MESSAGES/KlipperScreen.mo resolved by 809672db45 version
# ks_includes/locales/zh_TW/LC_MESSAGES/KlipperScreen.po resolved by 809672db45 version
# panels/advanced.py resolved by 809672db45 version
Emergency stop was always proceeding without waiting for confirmation, despite the fact that user configured KlipperScreen to confirm emergency stops.
fixes#1344
shutdown maintain estop during printing
add option to shudown both host and printer close#1207
simplify host and printer dialog if ks is local, do both
improves performance and makes the code cleaner
* add parameters instead of calling methods afterwards
* remove a a lot of size requests
* remove parameters that are being set to the default value
* simplify dialogs containers
this removes create_panel function from panels and mandates a class name Panel
remove panel_type param and only use a panel_name that is it's filename
remove load_panel dict
always reinit panel, (simpler and safer but slower)
* Preserve manual capitalization
Avoid re-capitalizing names that already include uppercase letters.
This improves the presentation of names like "TMC2209", etc. when the
user has manually capitalized the name.
* Use title case
Use title case instead of only capitalizing the first character.
Ex. `heater_bed` now becomes "Heater Bed" instead of "Heater bed".
This reduces the amount of magic numbers used, some images will scale to bigger sizes, most of the icons and images in vertical mode will be bigger, thumbnails should be bigger in both modes.