This commit is contained in:
John Lewin 2018-04-01 09:26:47 -07:00
parent 79b416da93
commit fa9419efb0

View file

@ -32,7 +32,6 @@ using System.Linq;
using MatterHackers.Agg;
using MatterHackers.Agg.UI;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.PrinterCommunication;
using MatterHackers.MatterControl.SlicerConfiguration;
namespace MatterHackers.MatterControl
@ -60,7 +59,7 @@ namespace MatterHackers.MatterControl
}
else
{
// TODO: when this oppens a new tab we will not need to check any printer
// TODO: when this opens a new tab we will not need to check any printer
if (ApplicationController.Instance.ActivePrinter.Connection.PrinterIsPrinting
|| ApplicationController.Instance.ActivePrinter.Connection.PrinterIsPaused)
{