Revise ViewGCodeWidget naming to clarify behavior

This commit is contained in:
John Lewin 2017-06-24 12:35:02 -07:00
parent 822faa99a1
commit 848708c36c
5 changed files with 56 additions and 54 deletions

View file

@ -242,7 +242,7 @@
<Compile Include="PartPreviewWindow\ViewControls3D.cs" />
<Compile Include="PartPreviewWindow\ViewControlsToggle.cs" />
<Compile Include="PartPreviewWindow\BaseClasses\PartPreview3DWidget.cs" />
<Compile Include="PartPreviewWindow\ViewGcodeWidget.cs" />
<Compile Include="PartPreviewWindow\GCode2DWidget.cs" />
<Compile Include="CustomWidgets\DisableableWidget.cs" />
<Compile Include="CustomWidgets\ExportPrintItemWindow.cs" />
<Compile Include="PrinterCommunication\Io\FeedRateMultiplyerStream.cs" />