Tracking the unleveled and the absolute position of the printer separately

This commit is contained in:
Lars Brubaker 2015-11-30 12:26:55 -08:00
parent 01c3e3b820
commit e3dbb19c2b
3 changed files with 58 additions and 38 deletions

View file

@ -27,16 +27,7 @@ of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the FreeBSD Project.
*/
using MatterHackers.MatterControl;
using NUnit.Framework;
using System;
using System.IO;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Linq;
using MatterHackers.MatterControl.PrinterCommunication.Io;
namespace MatterControl.Tests.MatterControl