arkypita / LaserGRBL

Laser optimized GUI for GRBL
http://lasergrbl.com
Other
1.26k stars 497 forks source link

Repeats and notification #2418

Open tarman3 opened 1 day ago

tarman3 commented 1 day ago

The program has a repeat option. This is very convenient when processing a large number of parts. In order to change parts in time, it is necessary to continuously monitor the process. It would be nice to have a sound notification before the end of the next cycle.

Perhaps a universal solution could be this:

I've currently solved this problem using my own Python script that sends commands to grbl. I would really like to see similar functionality in the LaserGRBL program.

Thank you for your work.