mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-30 21:51:59 +08:00
change name in searched json
This commit is contained in:
parent
456087ca23
commit
60b4789eed
@ -204,7 +204,7 @@ bool UserAccount::on_connect_printers_success(const std::string& data, AppConfig
|
||||
std::string name;
|
||||
ConnectPrinterState state;
|
||||
|
||||
const auto type_opt = printer_tree.second.get_optional<std::string>("printer_type");
|
||||
const auto type_opt = printer_tree.second.get_optional<std::string>("printer_model");
|
||||
if (!type_opt) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user