Made the CreateMovmentLine create the minimum line required

Fixed the understanding of feedrate in MaxLengthStream
Wrote test for MaxLengthStream
Renaming for clarity
This commit is contained in:
larsbrubaker 2015-11-29 23:15:47 -08:00
parent 3887662a5a
commit 01c3e3b820
9 changed files with 238 additions and 44 deletions

View file

@ -198,6 +198,7 @@
<Compile Include="ConfigurationPage\PrinterConfigurationPage.cs" />
<Compile Include="CustomWidgets\DisableableWidget.cs" />
<Compile Include="CustomWidgets\ExportPrintItemWindow.cs" />
<Compile Include="PrinterCommunication\Io\OffsetStream.cs" />
<Compile Include="PrinterCommunication\Io\MaxLengthStream.cs" />
<Compile Include="PrinterCommunication\Io\GCodeFileStream.cs" />
<Compile Include="PrinterCommunication\Io\GCodeStream.cs" />
@ -205,7 +206,7 @@
<Compile Include="PrinterCommunication\Io\RequestTemperaturesStream.cs" />
<Compile Include="PrinterCommunication\Io\QueuedCommandsStream.cs" />
<Compile Include="PrinterCommunication\Io\PrintLevelingStream.cs" />
<Compile Include="PrinterCommunication\Io\BabySteps.cs" />
<Compile Include="PrinterCommunication\Io\BabyStepsStream.cs" />
<Compile Include="PrinterCommunication\Io\GCodeFileProxy.cs" />
<Compile Include="PrinterCommunication\RepRapReadWriteCallbacks.cs" />
<Compile Include="PrinterControls\ControlWidgets\AdjustmentControls.cs" />