mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 17:12:07 +00:00
Wizard: on first execution, only select the first FDM printer, not
the first SLA printer.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user