feat(gui): warn when the hotend rack inventory falls short of the sliced plate

Follow-up to the rack-aware pre-print checks: after the blocking checks
pass, warn (without disabling Send) when the plate needs more matching
hotends than the rack printer currently holds - suggesting rack setup,
a nozzle info refresh, or a re-slice to avoid filament waste - or when
the only matches rely on unreliable nozzle information.

Text-only warning rows; this message board has no refresh or
don't-show-again buttons.
This commit is contained in:
SoftFever
2026-07-13 00:55:52 +08:00
parent 2fecfc291f
commit 30aa7d9557
5 changed files with 99 additions and 0 deletions

View File

@@ -18786,3 +18786,12 @@ msgstr ""
#, possible-c-format, possible-boost-format
msgid "The hardness of current material (%s) exceeds the hardness of %s(%s). It may cause nozzle wear, leading to material leakage and unstable flow. Please exercise caution when using it."
msgstr ""
msgid "There are not enough available hotends currently."
msgstr ""
msgid "Please re-slice to avoid filament waste."
msgstr ""
msgid "The reported hotend information may be unreliable."
msgstr ""