register to listen for .mcx files
This commit is contained in:
parent
3fecbc4a27
commit
c3c9c51972
2 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue