mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH:add network detection for LAN mode printer
Change-Id: I0e3616b08f1a455df05c98c3b194ff9177df3ff1
This commit is contained in:
parent
9936c2b823
commit
c000ab2d8a
7 changed files with 29 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue