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

Don't stop LivePrinters if they are already stopped #352

Closed
MarvinJWendt opened this issue Apr 25, 2022 · 0 comments · Fixed by #409
Closed

Don't stop LivePrinters if they are already stopped #352

MarvinJWendt opened this issue Apr 25, 2022 · 0 comments · Fixed by #409
Labels
proposal Proposal to add a new feature to pterm proposal-accepted Proposals which are accepted for implementation in the future

Comments

@MarvinJWendt
Copy link
Member

printer.Stop() should check if printer.IsActive is true, and only stop the printer if it isn't stopped already.

@MarvinJWendt MarvinJWendt added proposal Proposal to add a new feature to pterm proposal-accepted Proposals which are accepted for implementation in the future labels Apr 25, 2022
MarvinJWendt added a commit that referenced this issue Oct 3, 2022
@MarvinJWendt MarvinJWendt linked a pull request Oct 3, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Proposal to add a new feature to pterm proposal-accepted Proposals which are accepted for implementation in the future
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant