MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
1.98k stars 3.33k forks source link

[BUG] Movement issue with Artillery Genius & BL-Touch #798

Open VoOoUoOoV opened 1 year ago

VoOoUoOoV commented 1 year ago

Bug Description

I am Using Artillery Genius (not pro edition) If BL-Touch is on, the movement in X axe with more then 210mm is wrong because the Z axe will move up/down (TMC2100 / TMC2209) too. Is X > 210 and i move Y axe, the Z axe is moving too.

Configuration Files

Marlin2.1.1.0_Configs___C_7.zip

Steps to Reproduce

Expected behavior:

X axe driving normal Y axe does not let Z axe move.

Actual behavior:

X axe and Z axe are driving (both at same time), if X axe > 210 mm Y axe and Z axe are driving (both at same time), if X axe > 210 mm

Additional Information

The strange behavior happens with Marlin 2.0.9.3 + 2.0.9.5 + 2.1.0.0 + 2.1.1.0

VoOoUoOoV commented 1 year ago

I just found out, if i change @ Configuration.h the size from 220 to 230, i get the same behavior, but with an offset of 10. Therefore i changed to 240 and the rising Z axe would start at 230. grafik

My max Bed Size is 230x230. But i still belive it should not happen (rising z axe)

Now i set it back to max 230, because ABL tries to get outside 230...

thisiskeithb commented 1 week ago

Please download bugfix-2.1.x to test with the latest code and let us know if you're still having this issue.