Merge: Snapmaker Orca 2.1.2

This commit is contained in:
xiaoyeliu
2025-11-17 10:04:25 +08:00
parent 737948be1f
commit e89263e51a
1147 changed files with 668188 additions and 15290 deletions

View File

@@ -121,9 +121,9 @@ bool BonjourDialog::show_and_lookup()
auto dguard = std::make_shared<LifetimeGuard>(this);
// Note: More can be done here when we support discovery of hosts other than Octoprint and SL1
Bonjour::TxtKeys txt_keys { "version", "model" };
Bonjour::TxtKeys txt_keys { "version", "sn" };
bonjour = Bonjour("octoprint")
bonjour = Bonjour("snapmaker")
.set_txt_keys(std::move(txt_keys))
.set_retries(3)
.set_timeout(4)