mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-22 18:32:16 +00:00
select machine
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "BBLPrinterAgent.hpp"
|
||||
#include "BBLNetworkPlugin.hpp"
|
||||
#include "NetworkAgentFactory.hpp"
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
@@ -208,7 +209,7 @@ int BBLPrinterAgent::set_user_selected_machine(std::string dev_id)
|
||||
AgentInfo BBLPrinterAgent::get_agent_info_static()
|
||||
{
|
||||
return AgentInfo{
|
||||
.id = "bbl",
|
||||
.id = BBL_PRINTER_AGENT_ID,
|
||||
.name = "Bambu Lab Printer Agent",
|
||||
.version = "",
|
||||
.description = "Bambu Lab printer agent"
|
||||
|
||||
Reference in New Issue
Block a user