Hard Limit Problem with MKS Gen V1.4 + GRBL 5X #247
|
Hello . |
Replies: 2 comments 2 replies
|
Hi @jafarniknam, Have you made just a little search on the web? Hardware limits are disables by default in config.h for performance optimization. @++; |
|
@fra589 // Define user-control CONTROLs (cycle start, reset, feed hold) input pins. Thanks . |
Hi @jafarniknam,
Have you made just a little search on the web?
https://www.google.com/search?q=grbl-Mega-5X+hardware+limits
Hardware limits are disables by default in config.h for performance optimization.
Did you enabled it by uncommenting the line
#define ENABLE_RAMPS_HW_LIMITSin cpu_map.h?@++;
Gauthier.