-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
HOTEND_IDLE_TIMEOUT shuts down hot end in while printing #19610
Comments
Please download |
According to my reading of the code there would have to be 5 minutes elapsed between heating up the nozzle to 170 and starting the print with E motion for a timeout to be generated. As soon as any E motion occurs it cancels the timeout. |
I use this feature on several builds, but with a 30 minute timeout. I tried to reproduce OP's issue by dropping I preheat the nozzle to 160 before ABL, so I reduced The only way I could get I've also run several all-day prints on my various printers (running the latest bugfix at the time) with a 30 minute timeout and none shutoff heaters prematurely. |
@thisiskeithb The goal of the time out is to prevent overcooking the filament in the nozzle and risking of gunking it up. So 30 mins is too long. |
Configurations, please |
it’s a personal preference which is why it’s customizable. Prusa uses a 30min timeout for example. It isn’t an issue for me since it’s mainly to catch when I preheat and forget to start a print. The nozzle is only at 160, not full temp, so I don’t have issues with clogs. |
is this a bug after all? |
This issue has had no activity in the last 30 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 7 days. |
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. |
[Marlin 2.6.1]
Hi,
I just enabled HOTEND_IDLE_TIMEOUT with the following default settings
(printing PLA at 215C)
The time it takes for the nozzle and bed to heat up plus for ABL to complete is about 3 minutes, so 2 minutes into the print the nozzle shuts down and cools, thus failing the first layers.
Disabling the feature allows me to print normally again.
(Sidewinder X1 with stock TFT + SKR 1.4 turbo + TMC2209)
The text was updated successfully, but these errors were encountered: