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

Feature: Pushover Macro(s) to be used in GCode #65

Open
engelchrisi opened this issue Aug 21, 2021 · 0 comments
Open

Feature: Pushover Macro(s) to be used in GCode #65

engelchrisi opened this issue Aug 21, 2021 · 0 comments

Comments

@engelchrisi
Copy link

Hi.

at first a big thank your for the great plugin. Tip is coming.
Wouldn't it be easier to allow users to use macros like

@pushover "this my message" Low ....
or
G999 "this my message" Low ....

at any point of time in the Gcode.

The idea came when I saw the new macro plugin. Code for intercepting macros or fake GCode commands.
Then you do not need to add any kind of event, e.g. for reaching the temperatur, then someone could add a command at the end of his start script.

Here is some nice code from the macro plugin:


def gcode_queueing(
self,
c,
p,
command,
ct,
g,
subcode=None,
tags=None,
*args,
**kwargs,
):
if command.startswith("@"):
...

Thanks
Christof

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