romulie / ESP32_grbl_OLED_and_Joystick

This version of Grbl_Esp32 CNC contains I2C OLED display (shows current coordinates and delta step value) and x-y joystick w\pushbutton (controls 2d-cnc table)
2 stars 0 forks source link

Where is the src/Grbl.h file? #1

Open zhigao1986 opened 5 months ago

zhigao1986 commented 5 months ago

Where is the src/Grbl.h file?

romulie commented 5 months ago

Hi.

AFAIR, you should take all the sourse files from the original Grbl_Esp32 project repository: https://github.com/bdring/Grbl_Esp32 (grbl.h file is there too) and replace the original Grbl_Esp32.ino file with the modified one from my repository.