sk8board

Results 40 comments of sk8board

@pfeerick I have tested 2.8.0-rc3 and verified this problem is fixed. Thank you to all who solved this problem.

I have changed `Z_PROBE_LOW_POINT` to -10 and performed the same test again. The result was the same. Changing `Z_PROBE_LOW_POINT` to -10 did not change the result.

I believe my testing shows there is a bug. When Soft Endstop `Z_MIN_POS` is not zero, then `NOZZLE_TO_PROBE_OFFSET` needs to be incrementally changed by the same amount. I assume `Z_MIN_POS`...

> What is the purpose for setting z_min_pos other than zero? Here is what the Marlin configuration definition states: > **Usually** the [XYZ]_MIN_POS values are set to 0, because endstops...

@thinkyhead here is another person experiencing this same bug. Should the bug tag be added to this issue? issue #23796

@thisiskeithb since another person is experiencing the same bug, should this bug be considered verified?

> But obviously the code never was written that way. In this case the OP implies the offset is no longer correct when Z_MIN_POS is set to a negative value....

@thinkyhead @descipher > But obviously the code never was written that way. In this case the OP implies the offset is no longer correct when Z_MIN_POS is set to a...

@thinkyhead @descipher I can understand that making a change to support a negative value for `Z_MIN_POS` is not desirable. If that is the case, then please update the definition of...