Skip to content

Commit

Permalink
Version 1.7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenhb committed Feb 25, 2024
1 parent e1c89e7 commit 156791b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GRBL-Plotter/MachineControl/ControlProcessAutomation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ private void BtnStart_Click(object sender, EventArgs e)
dataGridView1.Rows[i].Cells[2].Style.BackColor = Color.White;
SetDGVToolTip(i, "");
}
BtnDataIndexClear.BackColor = GbData.BackColor = default;
TbProcessInfo.Text = "Start process automation:\r\n";
processStep = 0;
isRunning = true;
Expand Down Expand Up @@ -390,6 +391,7 @@ private bool CheckData()
{
Logger.Trace("🛠🛠🛠 CheckData called by:{0}", (new System.Diagnostics.StackTrace()).GetFrame(1).GetMethod().Name);
TbProcessInfo.Text = "CHECK DATA\r\n";
BtnDataIndexClear.BackColor = GbData.BackColor = default;
combo = null;
string tmp;
string action;
Expand Down

0 comments on commit 156791b

Please sign in to comment.