Improve export dialog, messaging and ordering
This commit is contained in:
parent
0c0622c978
commit
f3a8ce74ba
7 changed files with 17 additions and 4 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue