grbl / grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
https://github.com/gnea/grbl/wiki
Other
5.42k stars 3.04k forks source link

grbl without disabling timer0 in stepper.c ?? #1854

Open atyanands opened 6 months ago

atyanands commented 6 months ago

I want to know if i can use GRBL without disabling timer0 in stepper.c file, Timer0 is needed by other libraries such as SD.h and mcufriend_kbv.h and keypad.h for delay(), millis(), and SPI.