Added export to MCX
This commit is contained in:
parent
ff473ad34e
commit
e3922c88ca
13 changed files with 226 additions and 100 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue