gnea / grbl-Mega

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

grbl ramps 1.4 limit switch #97

Open lols opened 5 years ago

lols commented 5 years ago

Hi, is the limit switch broken on ramps1.4? I can home correctly, but when i accidental crash to the limit switch, it did not stop but keep going How can i fix it?

swarfer commented 5 years ago

limit switches have not been implemented for RAMPS. Read all about it in config.h

moonface1977 commented 5 years ago

I have read the file and I can't find information about this. If The limit switches aren't implemented yet, which board should I use with the mega/ Thanks a lot for your answer.

coilheaddesigns commented 5 years ago

Setup your soft limits then grbl will know where it is once you home machine.

fra589 commented 5 years ago

Hi all,
Hard limits will be implemented soon on grbl_Mega_5X, there is an already working prototype. I just need a little bit more time to finish the tests and to publish the version...
Stay connected :-)
@++;
Gauthier.