mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 00:18:44 +03:00
Adapt the device list to your custom model
This commit is contained in:
@@ -552,7 +552,7 @@ void PrinterWebView::OnAddButtonClick(wxCommandEvent &event)
|
||||
std::string model_id = "X-MAX 3";
|
||||
if (preset != nullptr) {
|
||||
if ((preset->config.opt_string("printer_model").empty()))
|
||||
model_id = "X-MAX 3";
|
||||
model_id = "my_printer";
|
||||
else
|
||||
model_id = preset->config.opt_string("printer_model");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user