register to listen for .mcx files

This commit is contained in:
Lars Brubaker 2022-02-07 13:51:49 -08:00
parent 3fecbc4a27
commit c3c9c51972
2 changed files with 3 additions and 3 deletions

View file

@ -318,7 +318,7 @@ namespace MatterHackers.MatterControl
rootSystemWindow.ShowAsSystemWindow();
}
private static string[] shellFileExtensions = new string[] { ".stl", ".amf", ".3mf", ".obj" };
private static string[] shellFileExtensions = new string[] { ".stl", ".amf", ".3mf", ".obj", ".stl" };
private static readonly object locker = new object();