Skip to content

Commit

Permalink
Update GrblPanel3D.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
arkypita committed Jun 9, 2024
1 parent bc30284 commit 6d82362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LaserGRBL/UserControls/GrblPanel3D.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ public static string GlDiagnosticMessage
{
get
{
if (Settings.LegacyPreview) //we not use GrblPanel3D
return null;

if (FatalException != null)
return FatalException.Message;
else if (FirstGlError != null)
Expand Down

0 comments on commit 6d82362

Please sign in to comment.