Slicing queue does not need anything in the queue to exist or be selected to do slicing.
This commit is contained in:
parent
dc0b3e641a
commit
c3f2638384
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue