-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
X Axis on E0 Axis Pins?? MKS Gen_L V1.0 board #173
Comments
I have solved the problem my self #define STEP_PORT_0 F // F-->A // Define step direction output pins. // Define stepper driver enable/disable output pin. |
Hi @Horsboll, The pinout mapping in cpu_map.h is describe here : https://github.com/fra589/grbl-Mega-5X/wiki/Pinout-mapping-in-cpu_map.h @++; |
Thanks it would have been helpful 👍🏻 |
I have to throw in the towel. I'm stuck..
I've been trying for a long time now and I can't get it to work. I am in the process of converting my 6040 CO1 laser to GRBL on an MKS Gen_L v1 board and everything works except the X axis. I'm sure the X axis is damaged.
I need 3 axis, X, Y and Z and there are 5 on the board, so I think that I shold be able to change the X axis to use E0 pins? I´m using external drivers, so I just have to change "E0 STEP" to "X STEP" and "E0 DIRECTION" change to "X DIRECTION". But I simply cannot figure out how.
I'm just not good enough to code yet to figure it out.
The only change I have made is to switch to the Ramps board, I have also changed the Spindle pin to one of the servo pins with which I make PWM 5-0 volts for the laser tube
The text was updated successfully, but these errors were encountered: