Skip to content
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

G34 with BL-Touch leads to T0 position shift and possible crash #109

Open
Buriaku opened this issue Apr 24, 2021 · 0 comments
Open

G34 with BL-Touch leads to T0 position shift and possible crash #109

Buriaku opened this issue Apr 24, 2021 · 0 comments

Comments

@Buriaku
Copy link

Buriaku commented Apr 24, 2021

Description:
At the end of a Z-align with a BL-Touch via G34, the T0 tool head position may be assume to be its home, thus shifting it to the right. If another probe move or T0 followed by a G0/G1 move is performed after that, without performing G28 X0 or similar, T0 may crash into T1. This seems to only happen, when T1 is selected as the active extruder previously.

Steps to reproduce the behavior:

  1. T1
  2. G28
  3. G34
  4. T0
  5. G1 X0

Expected behavior:
T0 should either return to it's home position or be the current toolhead with it's current position.

Workarounds:
1)
T0
G28
G34

G28
G34
G28 X0

Firmware flavor:
TMC2209_OpticalY_BLTouch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant