SLA only mode in wizard
Activates only if PrusaSlicer.ini does NOT contains any FFF printers. Added only_default_printers() function to activate wizard if none printers are installed.
This commit is contained in:
parent
e324643a04
commit
217bcfd37d
5 changed files with 62 additions and 30 deletions
src/slic3r/GUI
|
@ -2879,7 +2879,7 @@ void GUI_App::window_pos_sanitize(wxTopLevelWindow* window)
|
|||
|
||||
bool GUI_App::config_wizard_startup()
|
||||
{
|
||||
if (!m_app_conf_exists || preset_bundle->printers.size() <= 1) {
|
||||
if (!m_app_conf_exists || preset_bundle->printers.only_default_printers()) {
|
||||
run_wizard(ConfigWizard::RR_DATA_EMPTY);
|
||||
return true;
|
||||
} else if (get_app_config()->legacy_datadir()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue