-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Description
Did you test the latest bugfix-2.1.x
code?
Yes, and the problem still exists.
Bug Description
The firmware resets early in the homing process. If the axes started near their zero point, the firmware actually acts as though the switches weren't there, continuing to grind into the zero point until the firmware resets. But if the axes start far from their zero points, the firmware will reset anyway, a few seconds after they begin to move, even if they haven't hit their endstops yet.
Bug Timeline
This started on 10/24/2022, not long after Input Shaping merged in.
Expected behavior
I expected the homing process to complete normally.
Actual behavior
If the axes start close to the zero point, they will grind against the endstops for a second or two before the firmware resets. If the axes start far from the zero point, the firmware still resets a second or two after movement begins, even if they have not reached the zero point.
Steps to Reproduce
- Compile Marlin with Input Shaping enabled.
- Upload the firmware and reset the printer.
- From the main menu, choose Motion->Homing->Auto Home.
- Observe the results.
Version of Marlin Firmware
bugfix-2.1.x, 2022-10-24
Printer model
Creality Ender 3 Pro
Electronics
BigTreeTech SKR Mini e3 v3
Add-ons
BLTouch 3.1
Bed Leveling
UBL Bilinear mesh
Your Slicer
Cura
Host Software
OctoPrint
Don't forget to include
- A ZIP file containing your
Configuration.h
andConfiguration_adv.h
.