Arduino cnc shield problem #883
-
|
I configured and uploaded it to an Arduino Uno with CNC Shield v3, but the control programs show the error [MSG:Settings error: $RST=* required]. Do I need to use any special software for this, or should regular GRBL work? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
|
Any terminal or grbl sender should allow you to send that command. You can also disable that safety feature by compiling the code with this option enabled. |
Beta Was this translation helpful? Give feedback.
-
|
There's a problem with homing. The X axis is functioning correctly, meaning the limit switch is detected and the axis moves away by the set distance. However, the Y axis throws an error after detecting the limit switch. I also don't see any effect of changing the homming switch off-distance value on the axis's movement distance from the limit switch. |
Beta Was this translation helpful? Give feedback.
-
|
There can be many problems that can originate that. One of them being debouncing issues on your limit switch circuit. You can try to enable this option to get some more clues . Also if you share some more details about your switch circuit it will be helpfull |
Beta Was this translation helpful? Give feedback.
-
|
cnc_config.txt maybe the configuration files will help, I found options for homing two axes at the same time, but the axes still do not rebound by the set distance after detecting the limit switch. |
Beta Was this translation helpful? Give feedback.
-
|
Interestingly, the original Arduino Uno doesn't respond to G-code, but manual control works fine. Everything works fine on the Arduino clone, except for the possibility of an error. I read online that the CH340 isn't immune to interference, hence the switch to the original Arduino Uno. |
Beta Was this translation helpful? Give feedback.
Any terminal or grbl sender should allow you to send that command. You can also disable that safety feature by compiling the code with this option enabled.