mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-05 00:55:10 +08:00
When loading a 3MF with advanced data, switch to an Advanced mode, not
Export moe.
This commit is contained in:
parent
255a4e05dc
commit
e4162bbee9
@ -1649,11 +1649,11 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
|||||||
|
|
||||||
if (advanced)
|
if (advanced)
|
||||||
{
|
{
|
||||||
wxMessageDialog dlg(q, _(L("This file cannot be loaded in simple mode. Do you want to switch to expert mode?\n")),
|
wxMessageDialog dlg(q, _(L("This file cannot be loaded in a simple mode. Do you want to switch to an advanced mode?\n")),
|
||||||
_(L("Detected advanced data")), wxICON_WARNING | wxYES | wxNO);
|
_(L("Detected advanced data")), wxICON_WARNING | wxYES | wxNO);
|
||||||
if (dlg.ShowModal() == wxID_YES)
|
if (dlg.ShowModal() == wxID_YES)
|
||||||
{
|
{
|
||||||
Slic3r::GUI::wxGetApp().save_mode(comExpert);
|
Slic3r::GUI::wxGetApp().save_mode(comAdvanced);
|
||||||
view3D->set_as_dirty();
|
view3D->set_as_dirty();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user