-
-
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] BLTouch fails to deploy during G29 (Potential UBL conflict/issue) #21994
Comments
FYI, seems to be some interaction with UBL. Re-building and swapping |
It looks like the same issue as #21429 but the bad commit is not in the range you specified. |
Can you try building the latest bugfix and instead of using the default envs for your board use the STM32 HAL version of STM32F103RC_btt envs.
|
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 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. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
Somewhere between 22de37a and 0d7075b probing with the BLtouch during
G29
operations has stopped occurring.Upon startup, the BLTouch unit itself successfully performs a power on self test. Subsequently, the probe successfully deploys upon
G28
execution. Execution ofG29
showsBLTouch DEPLOY requested
but, as can be seen in the video, this operation does not occur.Bug Timeline
Expected behavior
Proper deployment of probe
Actual behavior
Probe deploys during
BLTouch DEPLOY requested
Steps to Reproduce
No response
Version of Marlin Firmware
0d7075b
Printer model
Ender 3 Pro
Electronics
BTT E3 DIP, TMC5160
Add-ons
BLTouch
Your Slicer
No response
Host Software
OctoPrint
Additional information & file uploads
Video of the problem:
2021-05-28.12-07-51.mp4
Power on self test at ~ 0:03
G28
begins at ~1:05G29 P1 T0 V2
begins at ~ 1:40Logfiles:
serial.log
Configurations:
Configurations.zip
Output of
git diff -w -U0 0d7075b90c225d2f88e1d790b2df4acbdfcfac8b -- Marlin/Configuration{,_adv}.h
:https://gist.github.com/brianredbeard/015a0c4f8cb4e8625ddb9b1d7b3a506b
The text was updated successfully, but these errors were encountered: