make inverted belt path work with hybrid_corexy idex #6321
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR tries to fix an issue with an inverted belt path for hybrid_corexy Idex setups.
Thats the v-core idex belt path. It seems that it isnt possible atm to properly configure this situation with the current hybrid_corexy and dualcarriage implementation
If i configure the Toolhead stepper direction so that they move in the right direction, then they move diagonaly when moving just Y. If i invert the Y stepper direction then toolheads do move correctly in y, but then Y is inverted. Also tried to use mtor B for the X-carraige, same result.
Only way to make it somehow work is to put the dual carriage on the left side and the X carriage to the right side, but then i cant use Set Gcode offset anymore for the copy and mirror mode, only set kinematics helps then which results in a not working bed mesh leveling for the main toolhead
it would work if my toolheads would point into this direction

i dont know a lot about kinematic coding in klipper, but this change seems to work very well from what i can say from my first tests.
would be nice if someone could have a look and tell me if there are any sideeffects i can face with this kind of change.
thanks