gnea / 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
4.04k stars 1.61k forks source link

keep laser on for certain time #1126

Open Sksmahtab opened 2 years ago

Sksmahtab commented 2 years ago

hello all, I am using Grbl for laser control. I want to turn it on for different time then turn off when axis motor is moving. for Turn on I am using M03 S500 and for off M05. Is there any way to add timing also? thank you