mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH:add network detection for LAN mode printer
Change-Id: I0e3616b08f1a455df05c98c3b194ff9177df3ff1
This commit is contained in:
@@ -2032,7 +2032,7 @@ int MachineObject::connect(bool is_anonymous)
|
||||
std::string password;
|
||||
if (!is_anonymous) {
|
||||
username = "bblp";
|
||||
password = access_code;
|
||||
password = get_access_code();
|
||||
}
|
||||
if (m_agent) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user