diff --git a/PrinterCommunication/PrinterConnection.cs b/PrinterCommunication/PrinterConnection.cs index 04751125e..8ce918833 100644 --- a/PrinterCommunication/PrinterConnection.cs +++ b/PrinterCommunication/PrinterConnection.cs @@ -1308,7 +1308,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication FoundStringEventArgs foundStringEventArgs = e as FoundStringEventArgs; if (foundStringEventArgs != null) { - ErrorReported?.Invoke(null, foundStringEventArgs); + ErrorReported.CallEvents(null, foundStringEventArgs); } } }