Wizard: on first execution, only select the first FDM printer, not

the first SLA printer.
This commit is contained in:
bubnikv 2019-05-10 14:58:58 +02:00
parent ed8430bc9b
commit 4df38d4c4b

View File

@ -323,7 +323,7 @@ PagePrinters::PagePrinters(ConfigWizard *parent, wxString title, wxString shortn
COL_SIZE = 200,
};
bool check_first_variant = wizard_p()->check_first_variant();
bool check_first_variant = technology == T_FFF && wizard_p()->check_first_variant();
AppConfig &appconfig_vendors = this->wizard_p()->appconfig_vendors;