rename agent

This commit is contained in:
SoftFever
2026-02-03 12:01:19 +08:00
parent cf3d9118ab
commit 86d54863f7
5 changed files with 5 additions and 5 deletions

View File

@@ -205,7 +205,7 @@ int BBLPrinterAgent::set_user_selected_machine(std::string dev_id)
// ============================================================================
AgentInfo BBLPrinterAgent::get_agent_info_static()
{
return AgentInfo{BBL_PRINTER_AGENT_ID, "Bambu Lab Printer Agent", "", "Bambu Lab printer agent"};
return AgentInfo{BBL_PRINTER_AGENT_ID, "Bambu Lab", "", "Bambu Lab printer agent"};
}
// ============================================================================