-
-
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
[BUG] Homing Failed : Printer Halted randomly occurrs, even with no change to the firmware. #23655
Comments
when homing it moves the bed size and if it doesn't hit and endstop it fails |
Thanks for the reply. So, nothing moves on the printer when I try to home it. Nothing happens. The screen seems to freeze for a moment, and then it shows "Homing Failed : Printer Halted". Because of this, I'm not sure I can apply your suggestion. What is also strange is that I did not change anything to my printer. Firmware, electronics, wiring, and everything is the same. Then, all of a sudden, it starts throwing the error, even though, a few moments before, I was able to home it without any problems. |
then it is very unlikely to be a firmware issue |
Is it my board? |
I've upgraded 3 of my printers fro, the SKR MINI E3 V1.2 to the SKR mini E3 V3.0 and updated them to the latest bugfix. The (original) BLtouch 3.1 is directly connected to the BLtouch Port, Z-MIN Stop port on the board is not used an commented out. I've rechecked the wiring/connectors of all 3 BLtouch over the whole weekend several times to rule out any hardware issue. Found a similiar (closed) issue #18526 EDIT: Nope, slightly better but still fails on all 3 machines (always at the second / slow probe). If I configure it to just a single probe per grid point, it works normally. |
So I may found the culprit. I've read through this (closed) issue: #18598 and I've commented out |
Based on what I saw in the code and the fact that the STM32G0x CPU is 64Mhz I think ADAPTIVE_STEP_SMOOTHING is too aggressive on the CPU consuming more than 50% while XYZ step movements are active. On v2.0 the STM32F103RCT6 CPU is 72Mhz so it appears to keep up with the heavy IRQ load. |
|
Done this every time I updated to no avail, on my end. |
Your issue is unrelated. |
@thisiskeithb If this issue is related to the STM32G0x CPU and So: Will THX |
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. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
Every so often, my printer seems to act up and starts saying "Homing Failed : Printer Halted".
This happens with the exact same firmware. No changes happened with the firmware.
When I want to print and the printer homes, or if I manually do a G28, the error shows up.
Other times, it works just fine. I can home the printer, use G28, and everything is fine.
I have posted several issues at this point. Is the board that I received problematic?
Bug Timeline
Just upgraded to SKR mini e3 V3.0
Expected behavior
It should always, consistently home without a problem. It should not occasionally throw "Homing Failed : Printer Halted"
Actual behavior
After some time, it starts a streak of "Homing Failed : Printer Halted" whenever I try to home the printer.
I have not found any specific correlation to this problem.
Steps to Reproduce
Version of Marlin Firmware
Marlin 2.0.9.3
Printer model
Creality Ender 3
Electronics
SKR Mini e3 V3.0
Add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
Cura
Host Software
OctoPrint
Additional information & file uploads
Configuration.zip
The text was updated successfully, but these errors were encountered: