Converted lots of get properties to methods in SettingsProfile

This commit is contained in:
Lars Brubaker 2016-04-27 18:57:51 -07:00
parent 0ba8a78dc5
commit 895eea253c
40 changed files with 306 additions and 359 deletions

View file

@ -101,7 +101,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
// offset them to the center of the bed
for (int i = 0; i < asyncMeshGroups.Count; i++)
{
asyncMeshGroupTransforms[i] *= Matrix4X4.CreateTranslation(new Vector3(ActiveSliceSettings.Instance.BedCenter, 0));
asyncMeshGroupTransforms[i] *= Matrix4X4.CreateTranslation(new Vector3(ActiveSliceSettings.Instance.BedCenter(), 0));
}
PartHasBeenChanged();