Extract Stl/Amf exports to new IExportPlugin interface
This commit is contained in:
parent
0d5d0eeab0
commit
c090aef2ef
7 changed files with 259 additions and 121 deletions
|
|
@ -169,6 +169,9 @@
|
|||
<Compile Include="CustomWidgets\SolidSlider.cs" />
|
||||
<Compile Include="DataStorage\Models.cs" />
|
||||
<Compile Include="Library\ContentProviders\MeshContentProvider.cs" />
|
||||
<Compile Include="Library\Export\StlExport.cs" />
|
||||
<Compile Include="Library\Export\AmfExport.cs" />
|
||||
<Compile Include="Library\Export\MeshExport.cs" />
|
||||
<Compile Include="Library\ExtensionMethods.cs" />
|
||||
<Compile Include="Library\Interfaces\ILibraryContainer.cs" />
|
||||
<Compile Include="Library\Interfaces\ILibraryContainerLink.cs" />
|
||||
|
|
@ -273,7 +276,7 @@
|
|||
<Compile Include="PrinterControls\TerminalWindow\TerminalWidget.cs" />
|
||||
<Compile Include="History\PrintHistoryData.cs" />
|
||||
<Compile Include="Library\Widgets\SystemWindows\CreateFolderWindow.cs" />
|
||||
<Compile Include="Queue\OptionsMenu\IExportGcodePlugin.cs" />
|
||||
<Compile Include="Library\Export\IExportPlugin.cs" />
|
||||
<Compile Include="SetupWizard\AndroidConnectDevicePage.cs" />
|
||||
<Compile Include="SetupWizard\ImportSettingsPage.cs" />
|
||||
<Compile Include="SetupWizard\ExportSettingsPage.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue