-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
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
Proposed fix for bug report #27680 #27714
base: bugfix-2.1.x
Are you sure you want to change the base?
Proposed fix for bug report #27680 #27714
Conversation
The Tronxy XY2 pro has a bed level sensor that is subject to environmental instability. Probing the bed within a short space of time is not affected by environmental changes but homing is. This has caused Tronxy owners problems for years with constantly having to reset Z offsets before printing. A fixed Z stop solves the problem of inconsistent homing with minimal cost just by plugging a fixed stop into the unused Z stop socket on the main board. This fix means Marlin works as expected on any machine, not just Tronxy, fitted with both a fixed Z stop and a proximity probe. |
…ul/Marlin-Seperate-Z-stop-and-probe- into Seperate-stop-and-probe
I don't really get why you are trying to get rid of probe Z offset setting. It isn't offset from home position to probe/nozzle, but is distance between probe trigger point and nozzle tip. |
e2d45ec
to
682e8a9
Compare
Hi Nuck-TH. The simple answer is I'm not trying to get rid of the probe Z offset.please see bug report #27680 for more info. |
Description
When a Fixed Home Switch/Z stop is used with a proximity probe . The height the level probe triggers above Z0 is incorrectly added on to the mesh probed values. If any offset is used to correct the mesh values the same offset gets applied to the Z0 Home position. Please refer to bug report #27680
Requirements
None.applies to all machines using a fixed Z stop for homing and a Proximity probe for levelingBenefits
It fixes an incorrect offset being added to level mesh valuesConfigurations
Modified files.zip
Related Issues
https://github.com//issues/27680