Maker sure we actually have a large enough array
This commit is contained in:
parent
87f03798a3
commit
04583d7bf0
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
}
|
||||
|
||||
while (offsetsVector3.Count < extruderIndex)
|
||||
while (offsetsVector3.Count <= extruderIndex)
|
||||
{
|
||||
offsetsVector3.Add(Vector3.Zero);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue