Skip to content

Commit

Permalink
Fix for Mega2560
Browse files Browse the repository at this point in the history
Change to initial connection delay to work better with Mega2560
  • Loading branch information
electrokean committed Feb 7, 2015
1 parent af5848a commit 6f31d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Grbl-Panel/GrblGui.vb
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ Public Class GrblGui
state.EnableState(True)
settings.EnableState(True)
' Start the status poller
statusPrompt("Start")
Sleep(tbSettingsStartupDelay.Text * 1000) ' Give Grbl time to wake up from Reset
statusPrompt("Start")

RaiseEvent Connected("Connected") ' tell everyone of the happy event
End If
Expand Down

0 comments on commit 6f31d03

Please sign in to comment.