change handy models to 3mf fileformat
This commit is contained in:
parent
fd8e1d765b
commit
246fde0426
12 changed files with 5 additions and 5 deletions
BIN
resources/handy_models/3DBenchy.3mf
Normal file
BIN
resources/handy_models/3DBenchy.3mf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
resources/handy_models/Orca_stringhell.3mf
Normal file
BIN
resources/handy_models/Orca_stringhell.3mf
Normal file
Binary file not shown.
Binary file not shown.
BIN
resources/handy_models/Stanford_Bunny.3mf
Normal file
BIN
resources/handy_models/Stanford_Bunny.3mf
Normal file
Binary file not shown.
Binary file not shown.
BIN
resources/handy_models/Voron_Design_Cube_v7.3mf
Normal file
BIN
resources/handy_models/Voron_Design_Cube_v7.3mf
Normal file
Binary file not shown.
Binary file not shown.
BIN
resources/handy_models/ksr_fdmtest_v4.3mf
Normal file
BIN
resources/handy_models/ksr_fdmtest_v4.3mf
Normal file
Binary file not shown.
Binary file not shown.
|
@ -544,15 +544,15 @@ wxMenu* MenuFactory::append_submenu_add_handy_model(wxMenu* menu, ModelVolumeTyp
|
||||||
if (file_name == L("Orca Cube"))
|
if (file_name == L("Orca Cube"))
|
||||||
file_name = "OrcaCube_v2.3mf";
|
file_name = "OrcaCube_v2.3mf";
|
||||||
else if (file_name == L("3DBenchy"))
|
else if (file_name == L("3DBenchy"))
|
||||||
file_name = "3DBenchy.stl";
|
file_name = "3DBenchy.3mf";
|
||||||
else if (file_name == L("Autodesk FDM Test"))
|
else if (file_name == L("Autodesk FDM Test"))
|
||||||
file_name = "ksr_fdmtest_v4.stl";
|
file_name = "ksr_fdmtest_v4.3mf";
|
||||||
else if (file_name == L("Voron Cube"))
|
else if (file_name == L("Voron Cube"))
|
||||||
file_name = "Voron_Design_Cube_v7.stl";
|
file_name = "Voron_Design_Cube_v7.3mf";
|
||||||
else if (file_name == L("Stanford Bunny"))
|
else if (file_name == L("Stanford Bunny"))
|
||||||
file_name = "Stanford_Bunny.stl";
|
file_name = "Stanford_Bunny.3mf";
|
||||||
else if (file_name == L("Orca String Hell")) {
|
else if (file_name == L("Orca String Hell")) {
|
||||||
file_name = "Orca_stringhell.stl";
|
file_name = "Orca_stringhell.3mf";
|
||||||
is_stringhell = true;
|
is_stringhell = true;
|
||||||
} else
|
} else
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue