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

Homing problems with a Core XY #152

Closed
PurpleCypher opened this issue Nov 13, 2020 · 2 comments
Closed

Homing problems with a Core XY #152

PurpleCypher opened this issue Nov 13, 2020 · 2 comments

Comments

@PurpleCypher
Copy link

Hello, first of all, great job with this project, kudos.
I am building a remote controlled syringe consisting of a CoreXY, a Z linear stage attached to it, and another really small A linear stage in the end of the Z. So basically I need to control a CoreXY and two other linear axis.

The movement controls fantastically, however there are two mayor problems on the homing front:
First, and this is the main issue, I am homing Z then A then X then Y. When CoreXY is not activated, both Z and A home perfectly, but when i activate the Core XY kinematics, the debounce in the A axis is more than stated in the config (usually 1mm, with CoreXY enabled 2mm) and this leads to sometimes errors in the syringe positioning, it baffles me, do you have any idea as to what to test ?.

The second is a known problem trying to home CoreXY stages. it is reported here #124 , however the value '89' given as a solution in that post does not work for me with the CoreXY+Z+A. Perhaps i would like to understand what is needed of the mask to try an find an adequate one, or a recommended procedure to test this as trial an error?.

Thanks for all your help. Best regards

@fra589
Copy link
Owner

fra589 commented Nov 15, 2020

Hi @PurpleCypher,

CoreXY homing problem is clearly a bug, and I planned to build a corexy test machine so I hope I will can find it and correct it.
Unfortunately, this will take a time (and optionaly some money) so I only can ask you to be patient...

For your first debounce problem, can you post your configurations? axis and homing definitions in config.h, Grbl's output of $I and $$ commands, ...

By the way, since your 4th axis is a linear axis paralel to the Z axis, it should be named "W". cf. http://linuxcnc.org/docs/html/gcode/machining-center.html#_linear_axes

@++;
Gauthier.

@PurpleCypher
Copy link
Author

Im sorry for my late answer.
I was working on a project and given that coreXY seems to be still buggy i decided to redesign my machine into another configuration. Thanks for your super fast reply and please let me know if there is something to help with when you work on the core XY issues.
Best Regards

@fra589 fra589 closed this as completed Oct 20, 2022
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

2 participants