Fixing a problem when there is support and no holes
This commit is contained in:
parent
de5d809b00
commit
cb72d3c52d
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
mergeString += "+";
|
||||
}
|
||||
}
|
||||
else if (holes.Any())
|
||||
else if (holes?.Any() == true)
|
||||
{
|
||||
mergeString += ",";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue