Arduino uno with CNC shield v3 not working right

So i have a Problem with my Arduino or the cnc shield





it connects with GRBL V1.1 with no issues but i cant Jog the Steppers but i cant move them they are locked, i´m using UGS to send the commands when i try to move a axis it just says ok and nothing happens
Arduino ide version is 2.2.1

Checklist:

  • Stepper power supply > 9V ?
  • EN pin matches your configuration?
  • signals for STEP/DIR/EN on the stepper drivers ok?
  • Stepper drivers OK?
  • Removed all jumpers?
  • use SANE values in configuratin (you don't have sane values now)?

.. checking your 4rd picture: most likely you "strange" values are the problem. Do the math and use SANE values - or the default values according to documentation.

Power supply is a 12v 10A
EN pins are set correctly
how can I know that the signals are fine ?
one jumper is left (Picture 1) top right corner "EN/GND"
never heard of SANE values

SANE in the sense of strongly emphasized "sane" in the meaning of "mentally sane" values. e.g. $120=0.000 sets the acceleration to 0m/s^2 --> no acceleration whatsoever --> no movement.

Solved it by reuploading GRBL and got a "fresh" install of UGS
But thanks for your help

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.