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

[FR] HOTEND_IDLE_TIMEOUT Imrpovements #21154

Closed
sg000 opened this issue Feb 21, 2021 · 2 comments
Closed

[FR] HOTEND_IDLE_TIMEOUT Imrpovements #21154

sg000 opened this issue Feb 21, 2021 · 2 comments
Labels

Comments

@sg000
Copy link

sg000 commented Feb 21, 2021

Description

Hopefully small but useful Improvements to HOTEND_IDLE_TIMEOUT (Hot End Idle Timeout)
a) reset the timer on and XY or Z movement (maybe another userdefined switch for this for those who want original behavior of E-stepper only) At least that's current behavior as I understand it.

b) Send some tones to the speaker (multiple, this is an issue for the user to know about) when the occurs. VERY difficult to troubleshoot an issue with the bed turn turning off turn first print after power-up (I didn't realize the shortcomings of the idle timeout when I enabled it)

c) Check the code, my hotend was staying on, but the bed was turning off. Not intended functionality as I understand it, but if it is, make it clear, or make changes to turn off both.

d) Obviously now if its going to turn off the hotend mid-print, it should go into pause or cancel mode, right, and not keep trying to print the gcode.

Feature Workflow

I hope I covered this adequately above.

Additional Information

I think all the work is in hotend_idle.h and hotend_idle.cpp but this is beyond my expertise to fork and modify, sorry.

@sg000 sg000 added the T: Feature Request Features requested by users. label Feb 21, 2021
@thisiskeithb
Copy link
Member

Added in #21535

@github-actions
Copy link

github-actions bot commented Jun 8, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants