Improve export dialog, messaging and ordering

This commit is contained in:
LarsBrubaker 2021-03-14 14:21:39 -07:00
parent 0c0622c978
commit f3a8ce74ba
7 changed files with 17 additions and 4 deletions

View file

@ -43,7 +43,9 @@ namespace MatterHackers.MatterControl.Library.Export
{
public class StlExport : IExportPlugin
{
public string ButtonText => "Part as STL File".Localize();
public int Priority => 1;
public string ButtonText => "STL File".Localize();
public string FileExtension => ".stl";