Merge branch 'main' into dev/p2s-pr

This commit is contained in:
Noisyfox
2025-11-08 17:17:31 +08:00
committed by GitHub
70 changed files with 1054 additions and 666 deletions

View File

@ -3866,7 +3866,7 @@ void StatusPanel::update_partskip_subtask(MachineObject *obj){
BOOST_LOG_TRIVIAL(info) << "part skip: recv printer normal data.";
}
if (part_cnt > 0)
partskip_button->SetLabel(wxString::Format(_L("(%d)"), part_cnt));
partskip_button->SetLabel(wxString::Format("(%d)", part_cnt));
else
partskip_button->SetLabel("");
}