Slicing queue does not need anything in the queue to exist or be selected to do slicing.

This commit is contained in:
Lars Brubaker 2014-12-30 09:41:08 -08:00
parent dc0b3e641a
commit c3f2638384

View file

@ -272,7 +272,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
while (!haltSlicingThread)
{
if (PrinterConnectionAndCommunication.Instance.ActivePrintItem != null && listOfSlicingItems.Count > 0)
if (listOfSlicingItems.Count > 0)
{
PrintItemWrapper itemToSlice = listOfSlicingItems[0];
string[] stlFileLocations = GetStlFileLocations(itemToSlice.FileLocation);