Max length steam is now working

Baby Stepping stream working better.
This commit is contained in:
larsbrubaker 2015-11-29 07:42:10 -08:00
parent 3293e2e9e4
commit 4287330f45
5 changed files with 43 additions and 36 deletions

View file

@ -36,7 +36,7 @@ using System.Threading.Tasks;
namespace MatterHackers.MatterControl.PrinterCommunication.Io
{
public class PrinterMove
public struct PrinterMove
{
public Vector3 position;
public double feedRate;