Taking out center on bed for design tools.

This commit is contained in:
Lars Brubaker 2017-06-08 14:42:32 -07:00
parent 4cbb0d6e71
commit 6c22a896d9
11 changed files with 16 additions and 69 deletions

View file

@ -132,8 +132,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
if (stringEvent.Data == SettingsKey.bed_size
|| stringEvent.Data == SettingsKey.print_center
|| stringEvent.Data == SettingsKey.build_height
|| stringEvent.Data == SettingsKey.bed_shape
|| stringEvent.Data == SettingsKey.center_part_on_bed)
|| stringEvent.Data == SettingsKey.bed_shape)
{
viewerVolume = new Vector3(ActiveSliceSettings.Instance.GetValue<Vector2>(SettingsKey.bed_size), ActiveSliceSettings.Instance.GetValue<double>(SettingsKey.build_height));
bedShape = ActiveSliceSettings.Instance.GetValue<BedShape>(SettingsKey.bed_shape);