Nikolay-Kha / PyCNC

Python CNC machine controller for Raspberry Pi and other ARM Linux boards
MIT License
594 stars 189 forks source link

Only works Y-axis #46

Closed rodrigoVM8 closed 4 years ago

rodrigoVM8 commented 5 years ago

I was trying to run commands like G1 X100 , G1 Y100 or G1 Z100 , but only works with Y axis. All the parameters in config file are the same for X, Y and Z axis. The enable pin is working too. I dont know what could be the problem. Help please.

Nikolay-Kha commented 5 years ago

Check presence of pulses on STEP pins of all motor drivers. You can do it with oscilloscope / logic analyzer or simply visually with LED(it should blink with very short lights).

rodrigoVM8 commented 4 years ago

Thanks a lot, i was having trouble with my enable pin, i needed high level for that