3df loading working mostly
This commit is contained in:
parent
d191517b50
commit
fa28bca56f
10 changed files with 19 additions and 16 deletions
|
|
@ -317,7 +317,7 @@ namespace MatterHackers.MatterControl
|
|||
systemWindow.ShowAsSystemWindow();
|
||||
}
|
||||
|
||||
private static string[] shellFileExtensions = new string[] { ".stl", ".amf" };
|
||||
private static string[] shellFileExtensions = new string[] { ".stl", ".amf", ".3mf", ".obj" };
|
||||
|
||||
private static readonly object locker = new object();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue