-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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] When the printer is powered on, the BLTouch is deployed. #2454
Comments
Did you check #2452? |
Please provide all information requested by the bug report template. |
Actually it does. It checks the HS mode of BLTouch. (M401 H) magnificu's version of Marlin doesn't have this capability to report the BLTouch's HS mode, hence it ignores the "H" parameter and executes only "M401" (deploy BLTouch). |
Using the same Marlin version. BIGTREE_TFT50_V3.0.27.x.bin -> from 10.03.2022 does not deploys the probe. The problem is that M401 H deploys the probe when the HS mode is disabled in Marlin !!! Not all the users have/use HS mode. It is dangerous and can damage precious hardware. |
Your Marlin is not up to date, latest Marlin doesn't deploy the BLTouch with "M401 H" command.
This behaviour is not coded in the TFT's FW. Your Marlin that is older than the TFT's FW is doing this. |
Ok. |
It was you who mentioned commit 2b97218 from PR #2393. I guess you missed what is written in that PR so I copy & paste it here for you: Requirements:
Maybe asking users to search and read before complaining is asking too much... |
@kisslorand hi, |
Send "M401 H" to Marlin and check if you got a response or not from Marlin. |
I will but isn't there a button to switch on/off in TFT mode? I understood like that from your PR. |
Yes, there's a button, but it is visible(active) only if HS mode is set to true in Marlin. All this only in Marlin from 12.III.2022. |
Sending a "M402" after the "M401 H" could be an easy workaround. |
In general I find it very strange to implement features that are not supported by the stable releases. |
Upgrading to latest Marlin would be better, no workaround needed.
It is not fixed, it is implemented. (MarlinFirmware/Marlin#23724)
The choice is yours, either you hold on to the TFT FW upgrade and wait for the Marlin stable release or you upgrade Marlin too. |
What feature in the stable release of the TFT FW is not supported by Marlin's stable release? I am not aware of any so can you please enlighten us and point out what would be that feature that bothers you? Anyway, there are solutions but even if they are not suitable for some of you here are more:
|
The options about how to fix the "new feature" are clear, but some questions remain. |
Average users should stay away from nightly builds if they do not want to take any chance. |
@sarvenn |
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. |
Description
When the printer is powered on, the BLTouch is deployed.
This can damage the probe if the user moves any axis.
All this happens after commit 2b97218.
This behavior should not be hard coded.
Expected behavior
When the printer is powered on, the probe should not be deployed (stay retracted).
The text was updated successfully, but these errors were encountered: