Converted lots of get properties to methods in SettingsProfile
This commit is contained in:
parent
0ba8a78dc5
commit
895eea253c
40 changed files with 306 additions and 359 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue