Wizard: on first execution, only select the first FDM printer, not
the first SLA printer.
This commit is contained in:
parent
ed8430bc9b
commit
4df38d4c4b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user