diff --git a/PartPreviewWindow/ViewGcodeBasic.cs b/PartPreviewWindow/ViewGcodeBasic.cs index ac8a11a6a..e2e0a0ad7 100644 --- a/PartPreviewWindow/ViewGcodeBasic.cs +++ b/PartPreviewWindow/ViewGcodeBasic.cs @@ -596,6 +596,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow costTextWidget.Margin = new BorderDouble(0, 9, 0, 3); estimatedCostInfo.AddChild(costTextWidget); + UpdateEstimatedCost(); + return estimatedCostInfo; }