terjeio / grblHAL

This repo has moved to a new home https://github.com/grblHAL
232 stars 90 forks source link

How to enable more than 3 axes #250

Closed MARIOBASZ closed 3 years ago

MARIOBASZ commented 3 years ago

I need help, I have not found in which file to define the axes A B C

phil-barrett commented 3 years ago

you need to edit config.h in the grbl directory. Look for N_AXIS around line 35. Uncomment it and change the number to what you want.

MARIOBASZ commented 3 years ago

Thanks. I hadn't seen it despite having read the file 3 times.