I am pretty sure I have the 4 axis version of grbl loaded as it has $110 thru $113 values appear.
But I can’t find the pinout diagram for the 4 axises anywhere. I am testing the ports around 24 to 31 but can’t seem to find which pins are x,y,z,a step and direction.
评论 (3)
#2 – robogrow 于 2017-06-27
found a post with the info that link only has 3 axis grbl pinouts.
pin function
22 x step
23 x dir
24 y step
25 y dir
26 z step
27 z dir
28 a step
29 a dir
> On June 26, 2017 at 4:57 PM Meph1
>
>
> dont know if this is what you looking for
> gnea#15 https://github.com/gnea/grbl-Mega/issues/15
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub https://github.com/grbl/grbl/issues/1256#issuecomment-311179801 , or mute the thread https://github.com/notifications/unsubscribe-auth/AINAt0o8RuOIgE-r3lbXNkgI92Qsy7FFks5sIBtFgaJpZM4OF1vI .
>
>
>
#3 – 109JB 于 2017-06-28
Just look in the cpu_map.h file. It has all of the info you want.
#1 – vMeph 于 2017-06-26
dont know if this is what you looking for
https://github.com/gnea/grbl-Mega/issues/15