3df loading working mostly

This commit is contained in:
Lars Brubaker 2022-01-04 18:10:08 -08:00
parent d191517b50
commit fa28bca56f
10 changed files with 19 additions and 16 deletions

View file

@ -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();