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

100% progress message publishes twice. #123

Open
a1b0hph0b1a opened this issue Jun 16, 2022 · 0 comments
Open

100% progress message publishes twice. #123

a1b0hph0b1a opened this issue Jun 16, 2022 · 0 comments

Comments

@a1b0hph0b1a
Copy link

When the print is finished, the 100% progress message publishes twice in quick succession. For example...

Ender3/progress/printing {"location": "local", "path": "filename.gcode", "progress": 100, "_timestamp": 1655391757}
Ender3/progress/printing {"location": "local", "path": "filename.gcode", "progress": 100, "_timestamp": 1655391757}

Is there any way to turn this action off (i.e. only have 1 message)? I'm trying to detect finished prints without having all printer events publishing (i.e. without the /events/PrintDone message).

Many thanks in advance.

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