Different ports for Step and dir pins of each stepper motor
TITAS1533 opened this issue · 3 comments
TITAS1533 commented
breiler commented
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 commented
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 commented
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