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

@ -83,6 +83,7 @@
<Compile Include="MatterControl\Slicing\SliceMappingCLassesTets.cs" />
<Compile Include="MatterControl\Slicing\SliceLayersTests.cs" />
<Compile Include="MatterControl\LevelingTests.cs" />
<Compile Include="MatterControl\GCodeStreamTests.cs" />
<Compile Include="MatterControl\TranslationsTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>