gnea / grbl

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

Update #93

Closed robcop2000 closed 7 years ago

robcop2000 commented 7 years ago

I have tryed to update to GRBL 1.1e. My configuration is Arduino Uno- GAUPS-Stepper DRV 8825. GRBL 1.1.e- bCNC 0.9.7 as controller As soon as I have update I have tried to use jog mode. As soon as I have moved Z axis, the motor turn at hight speed and after stop. Now Z motor is not moving anymore. As a try, I have changed, the motor, the stepper driver, and the arduino board, but the problem is still alive. Any suggestion. Thanks Roberto

chamnit commented 7 years ago

@robcop2000 : The upgrade to Grbl v1.1 erases your old EEPROM settings. You'll need to update your settings. And make sure the feed rate used for jogging is correct.

robcop2000 commented 7 years ago

I undestand what you say,but now for me the problem is to understand what has burned. I sedt the correct value but the z asxis doesn't work.

vMeph commented 7 years ago

Maybe the driver of the motor?

robcop2000 commented 7 years ago

I have already change

vMeph commented 7 years ago

What happens if you put the motor z conected on driver x, and the motor x on the the driver z

vMeph commented 7 years ago

Assuming that now the motor x will not work on driver z Dont know that shield but Im assuming you have a4988 or drv 8825 did you ajust the pot voltage on the driver z correctly?

robcop2000 commented 7 years ago

Is not the first installation. The CNC have worked for more than one year. I didn't touch the Driver (are DRV8825). So I assume they were fine. I have only made an update. I will try to change the connection of the motors to test them.

chamnit commented 7 years ago

@robcop2000 : Do a process of elimination. Disconnect everything and test by only adding one thing at a time to figure what went wrong. Typically it's not Grbl and hardware related. Also, check your power supply if its maintaining voltage while running.