diff --git a/PartPreviewWindow/StartPage/ExplorePanel.cs b/PartPreviewWindow/StartPage/ExplorePanel.cs index e1dede438..df5dc650d 100644 --- a/PartPreviewWindow/StartPage/ExplorePanel.cs +++ b/PartPreviewWindow/StartPage/ExplorePanel.cs @@ -70,7 +70,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.PlusTab { FeedData explorerFeed = null; - var json = ApplicationController.LoadCachedFile(staticFile, "MatterHackers"); + var json = ApplicationController.LoadCachedFile("MatterHackers", staticFile); if (json != null) { // Construct directly from cache