cguerrero1205 / LCD_GRBL

Offline controller for CNC with GRBL 1.1
GNU General Public License v3.0
65 stars 27 forks source link

Modifications to work with 4 axis? #4

Open alecuba16 opened 3 years ago

alecuba16 commented 3 years ago

Good morning,

I plan to use the code with another MEGA running 4/5 axis grbl. I can add a new axis by just copying the same code of wpos, etc? And also changuing the lines where the gcode is being sent to serial, right?

cguerrero1205 commented 3 years ago

Hello. Yes, in theory you would only have to modify the original code to separate and store in another variable the value of the position of the new axes you want to add. In addition you should modify the position of the text on the LCD, so that the new information you want to display fits.