Added export to MCX

This commit is contained in:
Lars Brubaker 2022-02-03 13:42:27 -08:00
parent ff473ad34e
commit e3922c88ca
13 changed files with 226 additions and 100 deletions

View file

@ -41,9 +41,9 @@ using MatterHackers.Localizations;
namespace MatterHackers.MatterControl.Library.Export
{
public class StlExport : IExportPlugin
public class StlExport : IExportPlugin
{
public int Priority => 1;
public int Priority => 2;
public string ButtonText => "STL File".Localize();