FIX: update check extruder type and diameter on sending to print; update trans

jira: [STUDIO-8650] [STUDIO-9220] [STUDIO-9392]
Change-Id: Ib543b8043d517ce312e7489cbee72e93bf0d9757
(cherry picked from commit 77abf5ad6e57cf392b868d38e65610e4d0716977)
This commit is contained in:
xin.zhang
2024-12-30 21:19:52 +08:00
committed by Noisyfox
parent 4600a38554
commit b297ab18ee
3 changed files with 34 additions and 16 deletions

View File

@@ -251,7 +251,7 @@ void TempInput::Warning(bool warn, WarningType type)
wxString warning_string;
if (type == WarningType::WARNING_TOO_HIGH)
warning_string = _L("The maximum temperature cannot exceed" + wxString::Format("%d", max_temp));
warning_string = _L("The maximum temperature cannot exceed " + wxString::Format("%d", max_temp));
else if (type == WarningType::WARNING_TOO_LOW)
warning_string = _L("The minmum temperature should not be less than " + wxString::Format("%d", max_temp));