-
-
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
Switching tools moves head since #3620 #4000
Comments
That is correct. This needed to be fixed, otherwise printing would start in the wrong place after a tool change. So, the tool has to move when switching. But its movement is constrained, so it should never try to move past the set movement limits as defined by your Do you use the |
@Alex9779 Well if all we need is an option to keep the carriage where it is, then #4013 will do that. It allows you to add |
Thanks. I will review that PR... |
@thinkyhead Ok by your wording I thought this was an existing PR but you created it again because of me? You are a freak ;-) |
@thinkyhead ok I tested it and it seems to work. Though I have no idea what you tried to tell me with:
That is fine so I think, the LCD updates to the new position, but I won't make moves with T1 activated in that area, before next XY move I switch back to T0 with S1 now. But I found another problem, I am going to open an other issue for this... |
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. |
#3620 was meant to fix the feederate after a tool change but also introduced that switching the tool also moves the print head.
I think this is because of the tool offset which is applied to the current position when switching.
My question is wether this intended behaviour and just didn't work before that PR or not?
In previous versions up to RC6 switching tools didn't result in a move of the head. I have to say this is not good for my setup, I have a dock area where movement is limited, I move there always with T0 selected to be sure the movement doesn't crash the head anywhere. Otherwise it would have to use different docking sequences depending on which print head is active which is not practical...
But when I am in the dock area I am switching tool to purge nozzles and stuff. When the head moves because of the tool offset the head crashes...
The text was updated successfully, but these errors were encountered: