From 60b4789eedd14577393d8dcca7306ee7ae82762a Mon Sep 17 00:00:00 2001 From: David Kocik Date: Mon, 25 Mar 2024 12:32:09 +0100 Subject: [PATCH] change name in searched json --- src/slic3r/GUI/UserAccount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/UserAccount.cpp b/src/slic3r/GUI/UserAccount.cpp index 7437d1b2e3..bf53192ba1 100644 --- a/src/slic3r/GUI/UserAccount.cpp +++ b/src/slic3r/GUI/UserAccount.cpp @@ -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("printer_type"); + const auto type_opt = printer_tree.second.get_optional("printer_model"); if (!type_opt) { continue; }