-
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
BLT offset wizzard when homing is with limiters #2741
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
try to change the value for parameter "probing_z_offset" in config.ini (e.g. set it to 1). |
That's not the reason. |
Yes, I provided that param because I also had a similar issue in one of my printers. I previously opened a bug report on Marlin repo and info about the offsets applied here and there by Marlin were provided but at the end it was more a bug in Marlin side than something wrong in TFT fw. At the end (for the issue I had in my printer) I could solve the issue in TFT fw with that workaround (enabling probing after homing with endstop). But is seems it is not enough for you or something was changed in Marlin now. I will try to find and link here my PR (it should report also the link of the discussion on Marlin repo). EDIT: here the link to my PR #2146. I see that it was also a fix for a bug report you provided. Was that fix working in the past for you? |
Does this feature work for you? |
yes it was (although not exactly your setup) but I don't have that printer (setup) now. |
Unfortunately, the feature also failed in my previous build Marlin 2.0.9.1+TFT (2022-02). |
Ok. I will check in the future if your issue could be fixable in TFT side (it is more related to info not available to TFT). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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. |
I've been changing nozzles a lot lately and noticed that the BLT offset wizard (from the TFT touchscreen) is not working properly.
It should be noted that in my printer homing is performed with Z end-stop, BLTouch is used to correct the bends of the table only.
The whole procedure proceeds as expected, but the calibration result is incorrect.
Steps to reproduce
Expected behavior
TFT BLT Wizzard offset should gives results similar as Marlin Wizzard .
Actual behavior
The whole procedure proceeds as expected (homing, testing), but the calibration result is incorrect.
The Marlin BLT offset wizard calibration gives a result of about -2.5mm and this is the correct value, verified on many printouts.
The calibration result from the FTF display gives strange, incorrect results (-0,x -1,xmm, etc.).
The end result of the wizard depends on the current stored BLT offset, which should not be the case.
Hardware Variant
SKR MINI E3 V2.0 (TMC2209)
TFT35 E3 V3.0 + SKR MINI E3 V2.0 (TMC2209)
Endstop homing + BLTouch
TFT Firmware Version & Main Board Firmware details
BIGTREE_TFT35_V3.0_E3.27.x (2023-01)
Marlin 2.1.2 (2023-01)
Discussed in #2733
The text was updated successfully, but these errors were encountered: