Migrate SettingsProfile functionality to new SettingsHelpers type

- Add as child property of settings scope, ready for merge of types
 - Progress on Issue #1113
This commit is contained in:
John Lewin 2016-07-18 14:15:37 -07:00
parent 5012556dbc
commit f304e9f3d6
34 changed files with 432 additions and 464 deletions

View file

@ -370,7 +370,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
GetRenderType(),
gcodeViewWidget.FeatureToStartOnRatio0To1,
gcodeViewWidget.FeatureToEndOnRatio0To1,
new Vector2[] { ActiveSliceSettings.Instance.ExtruderOffset(0), ActiveSliceSettings.Instance.ExtruderOffset(1) });
new Vector2[] { ActiveSliceSettings.Instance.Helpers.ExtruderOffset(0), ActiveSliceSettings.Instance.Helpers.ExtruderOffset(1) });
gcodeViewWidget.gCodeRenderer.Render3D(renderInfo);
}