gnea / grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
https://github.com/gnea/grbl/wiki
Other
3.99k stars 1.59k forks source link

Homing Lockout #1184

Open frankswd opened 1 year ago

frankswd commented 1 year ago

My GRBL Uno setup locks up communications and says reset, but the UGS has the command line grayed out and the soft reset button grayed out and unlock grayed out. I tried to comment out the home autoLock function but it comes back anyway even after wiping the EEPROM with 0's and reflashing. I verified the config.h I was changing by modifing the name and getting a compile error. Also if I use Estlcam and flash it with their GRBLfirmware, the machine works fine. The serial communicaitons is an issue and the ALARM1 is too! There outta be a "setup" mode where the card doesn't lock you out while trying to start up . Even in the UGS machine setup wizzard it won't configure due to this issue. Been stuck for HOURS dealing with this :(

image GRBLerror

DanWarure commented 1 year ago

Hello, I am new to all these. I have a working system which needs to be redesigned. Please can you put me through on how to make it work?