Skip to content

Commit

Permalink
Can draw program without S code
Browse files Browse the repository at this point in the history
  • Loading branch information
arkypita committed Jan 14, 2017
1 parent 7705278 commit a369ac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LaserGRBL/GrblFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ private void Process(Graphics g, Size s)
mEstimatedTimeOff = TimeSpan.Zero;
}

if (!mRange.SpindleRange.ValidRange) //assign max alpha if no S range available
curAlpha = 255;

foreach (GrblCommand cmd in list)
{
Expand Down

0 comments on commit a369ac9

Please sign in to comment.