MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.21k stars 19.22k forks source link

[BUG] Z-Stepper Auto-alignment fails in current BigFix build #20286

Closed bill-orange closed 3 years ago

bill-orange commented 3 years ago

Bug Description :

Z-Stepper Auto-alignment fails in current bugfix. The carriage moves too far toward home, causing the level sensor to miss the bed and crash the extruder. This function was working normally until my most recent build. I suspect something changed in the last two weeks affecting this feature. This may be a symptom of #20278

Configuration Files:

Marlin.zip

Steps to Reproduce

  1. run Z-Stepper Auto-Alignment from a G34 or front panel
  2. observe the nozzle crash after miss-positioning of the extruder in the X plane.

**Expected behavior: Normal functionality as with builds from a few weeks ago.

**Actual behavior: Extruder crash and failure warning.

Additional Information

In the last few days, I added a runout sensor following the Chris's Basement and Teaching Tech videos. I don't see how these configuration changes could affect this issue.

In Configuration_adv.h // If not defined, probe limits will be used. Indicates that without defining limits all should be well. That is no longer the case. A partial solution is to use #define Z_STEPPER_ALIGN_XY { {50, 110}, {195,110} } . This option generates a out of bounds error id a desirable high value is taken of the second X position. I can only go to 195. I should be able to go to 230.

thisiskeithb commented 3 years ago

Duplicate of #20278

github-actions[bot] commented 3 years ago

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.