Skip to content
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

Different ports for Step and dir pins of each stepper motor #1246

Open
TITAS1533 opened this issue Feb 22, 2024 · 3 comments
Open

Different ports for Step and dir pins of each stepper motor #1246

TITAS1533 opened this issue Feb 22, 2024 · 3 comments

Comments

@TITAS1533
Copy link

Hello,
Recently started building cnc machine and for the brains I choosen the old creality 1.1.4 board With atmega1248p ic on it but the problem is how to make all steppers work because all step and dir pins are on diferent ports (picture). Is there any workaround?
Screenshot 2024-02-22 163829

@breiler
Copy link

breiler commented Feb 22, 2024

This flavor of GRBL does not support Atmega1248p. You should try and find one that does.
A quick google gave this: https://github.com/vectorcrumb/grbl-Melzi-3.5X

@TITAS1533
Copy link
Author

TITAS1533 commented Feb 22, 2024

Officialy no but still managed to make it run the code ,but is there a way to make grbl run step and dir pins on different ports for each stepper motor driver?(X step PD7 Y step PC6)

@breiler
Copy link

breiler commented Feb 22, 2024

Here is how the fork handles the pin mappings:
https://github.com/vectorcrumb/grbl-Melzi-3.5X/blob/main/GRBL-Mega-5X/src/cpu_map.h#L428

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants