GBRL issues while compiling

trying to use an Arduino to run my cnc machine, unfortunately whenever I try to compile it I wind up with these errors:

In file included from C:\Users\Caleb\Documents\Arduino\libraries\grbl/config.h:30:0,
                 from C:\Users\Caleb\AppData\Local\Temp\.arduinoIDE-unsaved2024327-21460-siss99.yzll\sketch_apr27a\sketch_apr27a.ino:1:
C:\Users\Caleb\Documents\Arduino\libraries\grbl/grbl.h:68:4: error: #error "Required HOMING_CYCLE_0 not defined."
   #error "Required HOMING_CYCLE_0 not defined."
    ^~~~~
C:\Users\Caleb\Documents\Arduino\libraries\grbl/grbl.h:108:4: error: #error "WCO refresh must be greater than two."
   #error "WCO refresh must be greater than two."
    ^~~~~
C:\Users\Caleb\Documents\Arduino\libraries\grbl/grbl.h:111:4: error: #error "Override refresh must be greater than one."
   #error "Override refresh must be greater than one."
    ^~~~~
exit status 1

Compilation error: exit status 1

I have already checked the config file and this is wrong, the values are correct there so I dont know where its pulling this info from

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.