mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 11:41:59 +08:00
Merge branch 'dk_templates_fix'
This commit is contained in:
commit
b4ceefb15a
@ -2881,9 +2881,9 @@ bool ConfigWizard::priv::check_and_install_missing_materials(Technology technolo
|
|||||||
if (only_for_model_id.empty())
|
if (only_for_model_id.empty())
|
||||||
ask_and_select_default_materials(
|
ask_and_select_default_materials(
|
||||||
_L("The following FFF printer models have no filament selected:") +
|
_L("The following FFF printer models have no filament selected:") +
|
||||||
"\n\n\t" +
|
"\n\n" +
|
||||||
printer_model_list(printer_models_without_material) +
|
printer_model_list(printer_models_without_material) +
|
||||||
"\n\n\t" +
|
"\n\n" +
|
||||||
_L("Do you want to select default filaments for these FFF printer models?"),
|
_L("Do you want to select default filaments for these FFF printer models?"),
|
||||||
printer_models_without_material,
|
printer_models_without_material,
|
||||||
T_FFF);
|
T_FFF);
|
||||||
@ -2899,9 +2899,9 @@ bool ConfigWizard::priv::check_and_install_missing_materials(Technology technolo
|
|||||||
if (only_for_model_id.empty())
|
if (only_for_model_id.empty())
|
||||||
ask_and_select_default_materials(
|
ask_and_select_default_materials(
|
||||||
_L("The following SLA printer models have no materials selected:") +
|
_L("The following SLA printer models have no materials selected:") +
|
||||||
"\n\n\t" +
|
"\n\n" +
|
||||||
printer_model_list(printer_models_without_material) +
|
printer_model_list(printer_models_without_material) +
|
||||||
"\n\n\t" +
|
"\n\n" +
|
||||||
_L("Do you want to select default SLA materials for these printer models?"),
|
_L("Do you want to select default SLA materials for these printer models?"),
|
||||||
printer_models_without_material,
|
printer_models_without_material,
|
||||||
T_SLA);
|
T_SLA);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user