gerritv / Grbl-Panel

A control panel for Grbl
MIT License
180 stars 102 forks source link

NullReferenceException was unhandled #121

Closed trietdao95 closed 6 years ago

trietdao95 commented 6 years ago

I want to compile the source code myself but there is a problem in GrblJogging.vb at line 24: _gui.btnXPlus.Interval = 1000 / .JoggingXRepeat It said NullReferenceException was unhandled. I'm using Visual Studio 2015. Hope you can help me with this issue image

gerritv commented 6 years ago

I used to use 2105, now 2017. I stepped through the code just now and don't get an exception.

After you Stop debugging, is there a value/setting in Project/Settings for .JoggingXRepeat? Or is it btnXPlus that is Null?

trietdao95 commented 6 years ago

I redownload the code and it works fine now. Thank you!

gerritv commented 6 years ago

Great news!