-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] Change Tool : Offset Z error #16419
Comments
@yopla31 so there is a bug? i dont understand if you are reporting a bug or asking for help |
It is a bug. But without comment or question and stopped in my dual extrusion project, I switched to a Duet board. Unfortunately, I cannot to perform other tests to detail this bug. |
Please compile your firmware with |
As written above, I cannot perform other tests because I changed my board by a Duet2. |
would it not make more sense then to close this one and create a new when and if you get time to test on the other printer`? |
Yes it's better. When I have time to test on my other printer, I will define a specific test plan to isolate the problem. |
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. |
I built a double head. Now I try to configure the offsets (x, y and z).
1/ I run a G28 and, for the test, I set the offset of the second tool with M218 T1 X10 Y5 Z5.
I position the head with G1 X150 Y150 Z0. The LCD displays X150 Y150 Z0.
2/ I enter the T1 command to change the tool. The head rises and switches to the T1 tool, moves to X140, Y145 and Z0 and displays X150 Y150 Z5. For X and Y the result is good, but for Z, it is an error.
3/ I execute the T0 command to return to the first tool. The head rises, switches to the T0 tool, returns to the initial X and Y, but remains in Z5 and displays X150 Y150 Z5.
A T1 command goto step 2 !
I crash the head in the bed !
Board : BTT skr Pro 1.1
Tested with v2.0.1 and bugfix 2.0.x (2019/12/13)
Marlin.zip
The text was updated successfully, but these errors were encountered: