CNC mill with dual Y axis has issue with Z axis #390
|
I am running nema 23's for x and dual y axis and using a nema 17 for z. I have wired external stepper motors for each of the nema 23s and are using HR9888 for the z. This is what I've updated in config.h: #define N_AXIS 4 // Number of axes (3 to 6) // Axis indexing and names I'm using arduino serial monitor to test. The issue I have is with Z motor just stuttering when I send a command. I can confirm that all axis move and work, and I can switch the stepper driver and motor wires to the X slot and it works fine. I'm curious if there is an issue with E0 sending commands for Z? Do I just need to leave Axis 3 as Z and label Axis 4 as Y? |
Replies: 1 comment
|
I solved it, it was a mismatch in the steps per mm |
I solved it, it was a mismatch in the steps per mm