Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeats and notification #2418

Open
tarman3 opened this issue Nov 21, 2024 · 0 comments
Open

Repeats and notification #2418

tarman3 opened this issue Nov 21, 2024 · 0 comments

Comments

@tarman3
Copy link

tarman3 commented Nov 21, 2024

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:

  • When there is a comment in gcode (for example, ;run_command_1), the command specified in the parameters will be executed.
  • The user will be able to enter the command himself, for example, launching a console player
    (for example, mpv --no-terminal alarm.oga).

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant