Took out some dead code
Renaming for clarity Created a GCodeProxy class to clean up some of the gcode injection and processing.
This commit is contained in:
parent
255f4c8cd8
commit
dd626569f9
9 changed files with 162 additions and 325 deletions
|
|
@ -189,10 +189,7 @@
|
|||
<Compile Include="ConfigurationPage\PrinterConfigurationPage.cs" />
|
||||
<Compile Include="CustomWidgets\DisableableWidget.cs" />
|
||||
<Compile Include="CustomWidgets\ExportPrintItemWindow.cs" />
|
||||
<Compile Include="PrinterCommunication\Io\PrinterIoAdapter.cs" />
|
||||
<Compile Include="PrinterCommunication\Io\PrinterIoBase.cs" />
|
||||
<Compile Include="PrinterCommunication\Io\PrinterIoGCodeFile.cs" />
|
||||
<Compile Include="PrinterCommunication\Io\PrinterIoInjectionFifo.cs" />
|
||||
<Compile Include="PrinterCommunication\Io\GCodeFileProxy.cs" />
|
||||
<Compile Include="PrinterControls\ControlWidgets\AdjustmentControls.cs" />
|
||||
<Compile Include="PrinterControls\ControlWidgets\ControlWidgetBase.cs" />
|
||||
<Compile Include="PrinterControls\ControlWidgets\FanControls.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue