diff --git a/PartPreviewWindow/GcodeViewBasic.cs b/PartPreviewWindow/GcodeViewBasic.cs index 895aae343..52ce0dc97 100644 --- a/PartPreviewWindow/GcodeViewBasic.cs +++ b/PartPreviewWindow/GcodeViewBasic.cs @@ -454,7 +454,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow } if (partToStartLoadingOnFirstDraw != null) { - gcodeViewWidget.Load(partToStartLoadingOnFirstDraw); + gcodeViewWidget.LoadInBackground(partToStartLoadingOnFirstDraw); partToStartLoadingOnFirstDraw = null; } base.OnDraw(graphics2D);