mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 20:32:01 +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;
|
std::string name;
|
||||||
ConnectPrinterState state;
|
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) {
|
if (!type_opt) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user