Maker sure we actually have a large enough array

This commit is contained in:
Lars Brubaker 2020-04-08 15:34:49 -07:00
parent 87f03798a3
commit 04583d7bf0

View file

@ -227,7 +227,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
}
}
while (offsetsVector3.Count < extruderIndex)
while (offsetsVector3.Count <= extruderIndex)
{
offsetsVector3.Add(Vector3.Zero);
}