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 16, 2024
1 parent 168082c commit c9b0739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LaserGRBL/UserControls/GrblPanel3D.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public GrblPanel3D()

OnColorChange();

TH = new Tools.ThreadObject(DrawScene, 100, true, "OpenGL", InitializeOpenGL, ThreadPriority.Lowest, ApartmentState.STA, RR);
TH = new Tools.ThreadObject(DrawScene, 10000, true, "OpenGL", InitializeOpenGL, ThreadPriority.Lowest, ApartmentState.STA, RR);
TH.Start();
}

Expand Down Expand Up @@ -889,6 +889,7 @@ public void TimerUpdate()
mLastMPos = Core.MachinePosition;
mCurF = Core.CurrentF;
mCurS = Core.CurrentS;
RR.Set();
}
Invalidate();
}
Expand Down

0 comments on commit c9b0739

Please sign in to comment.