Closed tMonation closed 8 years ago
I found the Solution and documented it in this Thread for any people wondering you might check out this forum Thread in the offical forums.
http://forum.makeblock.cc/t/which-is-the-best-github-for-for-gcodeparser/5474/23
Hi
i have a problem with the Plotter i cant control it via GRemote the motors just wont move. Im currently with the following setup PIN Layout int X_STEP_PIN = 9; int X_DIR_PIN = 3; int X_ENABLE_PIN = -1; int X_MIN_PIN = A3; //X Limit Switches Port 6 int X_MAX_PIN = A2;
int Y_STEP_PIN = 10; int Y_DIR_PIN = 11; int Y_ENABLE_PIN = -1; int Y_MIN_PIN = 13; int Y_MAX_PIN = 12;
int Z_STEP_PIN = A1; int Z_DIR_PIN = -1; int Z_ENABLE_PIN = -1; int Z_MIN_PIN = -1; int Z_MAX_PIN = -1; int Z_ENABLE_SERVO = 1;
Also my GRemote settings look like
The cmd shows
anyone got any tips how to fix?
thx